This is an n8n community node. It lets you use ScrapingBee API in your n8n workflows.
The ScrapingBee web scraping API handles headless browsers, rotates proxies for you, and offers AI-powered data extraction.
n8n is a fair-code licensed workflow automation platform.
Installation Operations Credentials Compatibility Resources Version history
Follow the installation guide in the n8n community nodes documentation.
- HTML API: GET, POST, PUT
- Google Search API: GET
- Fast Search API: GET
- Amazon Search API: GET
- Amazon Product API: GET
- Amazon Pricing API: GET
- Walmart Search API: GET
- Walmart Product API: GET
- YouTube Search API: GET
- YouTube Metadata API: GET
- YouTube Subtitles API: GET
- ChatGPT API: GET
- Gemini API: GET
- Usage: GET
You can obtain your API KEY for free by signing up and visting this page: https://app.scrapingbee.com/account/manage/api_key
When you signup, you will also get 1000 credits for free.
n8n 1.101.2 and above
- n8n community nodes documentation
- HTML API
- Google Search API
- Fast Search API
- Amazon Search API
- Amazon Product API
- Amazon Pricing API
- Walmart Search API
- Walmart Product API
- YouTube APIs
- ChatGPT API
- Gemini API
- Usage
- Data Extraction
- JavaScript Scenario
- 1.0.0: Switched authentication from the deprecated
api_keyquery parameter to theAuthorization: Bearerheader (existing credentials keep working). Added Amazon Pricing, Fast Search, and Gemini APIs. Added HTML API Auto-Mode (mode,max_cost) and new Google Search parameters (light_request,pages,date_range, geotargeting, shopping filters, and new search types). Breaking: renamed YouTube Transcript API to YouTube Subtitles API (new/youtube/subtitlesendpoint,subtitle_originparameter), and removed the discontinued YouTube Trainability API (the endpoint no longer exists). - 0.1.6: Added support for YouTube APIs
- 0.1.5: Added support for Amazon, Walmart, and ChatGPT APIs, and configured it to be used as a tool for AI Agent
- 0.1.4: Added option to send body in POST and PUT requests, replaced deprecated interface and method, set n8n as user-agent and other minor changes
- 0.1.3: Added a credentials test
- 0.1.2: Fixed credentials file link
- 0.1.1: Minor bug fix
- 0.1.0: Initial Release