Automate web scraping, manage datasets, and retrieve structured crawl results with Apify.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "Apify Automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/apify-automation/SKILL.md 2. Save it as ~/.claude/skills/apify-automation/SKILL.md 3. Reload skills and tell me it's ready
Run Apify web scraping Actors and manage datasets directly from Claude Code. Execute crawlers synchronously or asynchronously, retrieve structured data, create reusable tasks, and inspect run logs without leaving your terminal.
Toolkit docs: composio.dev/toolkits/apify
https://rube.app/mcp
Execute an Actor and immediately retrieve its dataset items in a single call. Best for quick scraping jobs.
Tool: APIFY_RUN_ACTOR_SYNC_GET_DATASET_ITEMS
Key parameters:
actorId (required) -- Actor ID in format username/actor-name (e.g., compass/crawler-google-places)input -- JSON input object matching the Actor's schema. Each Actor has unique field names -- check apify.com/store for the exact schema.limit -- max items to returnoffset -- skip items for paginationformat -- json (default), csv, jsonl, html, xlsx, xmltimeout -- run timeout in secondswaitForFinish -- max wait time (0-300 seconds)fields -- comma-separated list of fields to includeomit -- comma-separated list of fields to excludeExample prompt: "Run the Google Places scraper for 'restaurants in New York' and return the first 50 results"
Trigger an Actor run without waiting for completion. Use for long-running scraping jobs.
Tool: APIFY_RUN_ACTOR
Key parameters:
actorId (required) -- Actor slug or IDbody -- JSON input object for the Actormemory -- memory limit in MB (must be power of 2, minimum 128)timeout -- run timeout in secondsmaxItems -- cap on returned itemsbuild -- specific build tag (e.g., latest, beta)Follow up with APIFY_GET_DATASET_ITEMS to retrieve results using the run's datasetId.
Example prompt: "Start the web scraper Actor for example.com asynchronously with 1024MB memory"
Fetch data from a specific dataset with pagination, field selection, and filtering.
Tool: APIFY_GET_DATASET_ITEMS
Key parameters:
datasetId (required) -- dataset identifierlimit (default/max 1000) -- items per pageoffset (default 0) -- pagination offsetformat -- json (recommended), csv, xlsxfields -- include only specific fieldsomit -- exclude specific fieldsclean -- remove Apify-specific metadatadesc -- reverse order (newest first)Example prompt: "Get the first 500 items from dataset myDatasetId in JSON format"
View Actor metadata, input schema, and configuration before running it.
Tool: APIFY_GET_ACTOR
Key parameters:
actorId (required) -- Actor ID in format username/actor-name or hex IDExample prompt: "Show me the details and input schema for the apify/web-scraper Actor"
Configure reusable Actor tasks with preset inputs for recurring scraping jobs.
Tool: APIFY_CREATE_TASK
Configure a task once, then trigger it repeatedly with consistent input parameters. Useful for scheduled or recurring data collection workflows.
Example prompt: "Create an Apify task for the Google Search scraper with default query 'AI startups' and US location"
List Actor runs, browse datasets, and inspect run details for monitoring and debugging.
Tools: APIFY_GET_LIST_OF_RUNS, APIFY_DATASETS_GET, APIFY_DATASET_GET, APIFY_GET_LOG
For listing runs:
…
Automate RetellAI tasks and workflows through Rube MCP with up-to-date schemas
Automate Sendspark workflows via Rube MCP with schema-first tool discovery.
Automate Retently feedback and survey workflows through Rube MCP.
Automate RingCentral messaging, call handling, and team notification workflows.
Automate Rippling tasks via Rube MCP after checking current tool schemas first.
Automate Retailed workflows via Rube MCP after checking current tool schemas.
Run web scraping, browser automation, and dataset management via Apify actors.
Extract structured data from any website using Apify scrapers and automations.
Automate web crawling, structured extraction, batch scraping, and site mapping.
Automate lead generation, web scraping, and social media data extraction workflows.
Automate ScrapingBee scraping tasks and web data workflows via Rube MCP.
Query Apify Store actor data for market research and competitor tracking.