parsehub-automation

Automate Parsehub data extraction workflows 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 parsehub-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parsehub-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/parsehub-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill parsehub-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Parsehub web scraping tasks by providing a standardized, automated interface for tool discovery, connection management, and execution.

Core Features & Use Cases

  • Automated Tool Discovery: Dynamically fetch current Parsehub tool schemas and execution parameters via Rube MCP.
  • Connection Management: Programmatically verify and maintain active authentication states for Parsehub integrations.
  • Use Case: Automate the extraction of product pricing data from e-commerce sites by chaining tool discovery, connection verification, and multi-tool execution in a single session.

Quick Start

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

Frequently Asked Questions about parsehub-automation

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

FAQPage Schema
How do I execute Parsehub tasks using this skill?

First, use RUBE_SEARCH_TOOLS to identify the correct tool slug for your task. Then, verify your connection with RUBE_MANAGE_CONNECTIONS and execute the task using RUBE_MULTI_EXECUTE_TOOL with the required arguments.

What should I do if my Parsehub connection is inactive?

Call RUBE_MANAGE_CONNECTIONS with the parsehub toolkit. If the status is not ACTIVE, the system will provide an authentication link to re-establish your connection.

Can I hardcode tool slugs in my automation scripts?

No, you should never hardcode tool slugs. Tool schemas change frequently, so always call RUBE_SEARCH_TOOLS at the start of your workflow to retrieve the most current schemas and arguments.

How do I handle large-scale data extraction?

Use RUBE_MULTI_EXECUTE_TOOL for batch operations and check the response for pagination tokens. Continue fetching data until the full dataset is retrieved according to the tool's schema.