scrapingbee-automation

Automate Scrapingbee tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

Hot:31

Download and extract to your skills directory

Copy command and send to AI Agent for auto-install:

Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-scrapingbee-automation&locale=en&source=copy

Scrapingbee Automation — Implement Scrapingbee Automation via Rube MCP

Skills Overview


Automate Scrapingbee tasks without needing an API key by using Composio’s Rube MCP server. Supports dynamic tool discovery, connection management, and bulk execution.

Use Cases

  • Web scraping automation in Claude — Call Scrapingbee directly within a Claude conversation to perform web scraping, without manually configuring API credentials.
  • Dynamic tool discovery and execution — Automatically fetch the latest Scrapingbee tool schemas to ensure you always use the correct parameter formats and field names.
  • Batch scraping task processing — Execute multiple Scrapingbee operations via Remote Workbench, with support for session reuse and pagination handling.
  • Core Features

  • Dynamic tool discovery — Use RUBE_SEARCH_TOOLS to query available Scrapingbee tools in real time, retrieving the latest input schema and execution plan.
  • Connection management — Use RUBE_MANAGE_CONNECTIONS to check and manage Scrapingbee connection status, including one-click authorization activation.
  • Batch tool execution — Call Scrapingbee tools via RUBE_MULTI_EXECUTE_TOOL, supporting chaining multiple tools and passing memory parameters.
  • FAQs

    How do I use Scrapingbee in Claude?


    First, add https://rube.app/mcp as an MCP server, then call RUBE_SEARCH_TOOLS to search for Scrapingbee-related tools. After establishing a connection with RUBE_MANAGE_CONNECTIONS, you can start using them.

    What prerequisites does Scrapingbee MCP require?


    You need the Rube MCP server already connected (confirmed by checking whether RUBE_SEARCH_TOOLS is available), and a valid Scrapingbee subscription account to complete connection authorization.

    Why do I always need to call RUBE_SEARCH_TOOLS first?


    Scrapingbee’s tool schemas update frequently. Hard-coding tool slugs and parameters may cause execution failures. Dynamic discovery ensures you always get the latest correct format.