parsehub-automation

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

Install

Hot:19

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-parsehub-automation&locale=en&source=copy

Parsehub Automation Guide — Web Scraping Automation via Rube MCP

Skills Overview


Parsehub Automation is a Parsehub task automation skill implemented through Rube MCP (Composio). It lets you accomplish workflows for web data scraping, monitoring, and extraction without writing code.

Use Cases

  • Scheduled Data Monitoring and Collection

  • Web scraping tasks that need to run regularly—such as e-commerce price tracking, competitor information monitoring, and detecting news content updates—can be set up as automated workflows to replace manual work.

  • Bulk Data Extraction

  • When you need to extract structured data from multiple web pages or template projects, you can use automation tools to batch-call Parsehub run template and fetch all target data at once.

  • Integration into Existing Systems

  • Integrate Parsehub scraping capabilities into a Claude Agent or other applications using the MCP standard protocol for seamless connectivity, without having to separately manage API keys.

    Core Features

  • Automatic Tool Discovery and Schema Retrieval

  • Always query the currently available Parsehub tool list and parameter specifications via RUBE_SEARCH_TOOLS first. This avoids hardcoding outdated APIs and ensures every call uses the latest schema.

  • Connection Status Management

  • Use RUBE_MANAGE_CONNECTIONS to verify the Parsehub connection status. Only execute tasks after the toolkit is in the ACTIVE state to prevent call failures due to missing authorization.

  • Coordinated Execution Across Multiple Tools

  • Use RUBE_MULTI_EXECUTE_TOOL to chain multiple Parsehub operations within the same session. This supports an end-to-end workflow including creating projects, running templates, and retrieving results.

    Common Questions

    How do I connect Parsehub via Rube MCP?


    Add https://rube.app/mcp as the MCP server, then call RUBE_MANAGE_CONNECTIONS and specify the toolkit as parsehub. If the connection is not activated, it will return an authorization link. After completing authorization, the status will switch to ACTIVE. No separate API Key configuration is required.

    What operations are supported by Parsehub automation?


    It supports all functions of the Composio Parsehub toolkit, including: running project templates, querying run status, fetching scraped data, managing projects, and more. The具体 available tools must be retrieved in real time via RUBE_SEARCH_TOOLS.

    How is this different from using the Parsehub API directly?


    The advantages of using Rube MCP are: no need to manage API keys separately, a unified tool discovery mechanism, automatic schema validation, and native integration with Claude Agent. It’s suitable for scenarios where you need to integrate Parsehub into AI workflows.

      Parsehub Automation — Web Scraping with Rube MCP - Open Skills