@pipeworx/apify
Connect: https://gateway.pipeworx.io/apify/mcp · Install: one-click buttons
Tools: 3
Tools
- apify_run_actor — Run an Apify Actor (a cloud scraping/automation program) and get its dataset results in a single blocking call. The run is capped at 300 seconds. Pass the Actor input as an
inputobject — its shape - apify_scrape_url — Scrape a single web page (or crawl from it) and get clean, RAG-friendly markdown content. Convenience wrapper around the “apify~website-content-crawler” Actor. Example: apify_scrape_url({ url: “https:
- apify_dataset_items — Fetch items from an existing Apify dataset (e.g. the output of a prior Actor run). Example: apify_dataset_items({ datasetId: “abc123”, limit: 50, _apiKey: “your-token” }).
Tools
-
apify_dataset_items— Fetch items from an existing Apify dataset (e.g. the output of a prior Actor run). Example: apify_dataset_items({ datasetId: abc123 , limit: 50, _apiKey: your-token }). -
apify_run_actor— Run an Apify Actor (a cloud scraping/automation program) and get its dataset results in a single blocking call. The run is capped at 300 seconds. Pass the Actor input as an `input` object — its shape -
apify_scrape_url— Scrape a single web page (or crawl from it) and get clean, RAG-friendly markdown content. Convenience wrapper around the apify~website-content-crawler Actor. Example: apify_scrape_url({ url: https://d