scrapingbee-automation

Automate Scrapingbee web scraping tasks through the Rube MCP gateway.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill scrapingbee-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scrapingbee-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/scrapingbee-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill scrapingbee-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing web scraping workflows by providing a standardized interface to interact with Scrapingbee via the Rube MCP gateway, ensuring consistent tool discovery and execution.

Core Features & Use Cases

  • Tool Discovery: Automatically fetch current Scrapingbee tool schemas and input requirements.
  • Connection Management: Verify and maintain active Scrapingbee connections for secure operations.
  • Multi-Tool Execution: Execute complex scraping workflows using discovered tool slugs and structured arguments.
  • Use Case: Automate the extraction of product pricing data from e-commerce websites by discovering the appropriate scraping tool and executing it within a managed session.

Quick Start

Use the scrapingbee-automation skill to discover available tools and execute a scraping task for the target URL.

Frequently Asked Questions about scrapingbee-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find available Scrapingbee tools?

Call the RUBE_SEARCH_TOOLS function with a specific use case query to retrieve a list of available tool slugs, input schemas, and recommended execution plans for your scraping task.

What should I do if my Scrapingbee connection is inactive?

Use the RUBE_MANAGE_CONNECTIONS tool with the 'scrapingbee' toolkit parameter to check your status. If the connection is not active, follow the provided authentication link to re-authorize your account.

Can I hardcode tool slugs in my workflows?

No, you should never hardcode tool slugs or arguments. Tool schemas change frequently, so always call RUBE_SEARCH_TOOLS first to ensure you are using the most current and valid schema.

Why is the memory parameter required in RUBE_MULTI_EXECUTE_TOOL?

The memory parameter is a mandatory field for the RUBE_MULTI_EXECUTE_TOOL function to maintain state consistency, even if you do not have specific memory data to pass, in which case you should provide an empty object.