Back to Nodes

ScrapingBee

Last updated Aug 18, 2026

n8n node to call ScrapingBee API services.

71 Weekly Downloads
509 Monthly Downloads

Included Nodes

ScrapingBee

Description

n8n-nodes-scrapingbee

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

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

  • 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
  • Credentials

    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.

    Compatibility

    n8n 1.101.2 and above

    Resources

  • 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
  • Version history

  • 1.0.0: Switched authentication from the deprecated apikey query parameter to the Authorization: Bearer header (existing credentials keep working). Added Amazon Pricing, Fast Search, and Gemini APIs. Added HTML API Auto-Mode (mode, maxcost) and new Google Search parameters (lightrequest, pages, daterange, geotargeting, shopping filters, and new search types). Breaking: renamed YouTube Transcript API to YouTube Subtitles API (new /youtube/subtitles endpoint, subtitle_origin parameter), 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