apify_scrape_url

Pack: apify · Endpoint: https://gateway.pipeworx.io/apify/mcp

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://docs.apify.com/api/v2”, _apiKey: “your-token” }).

Parameters

NameTypeRequiredDescription
urlstringyesThe URL to scrape, e.g. “https://example.com/article”.
_apiKeystringyesYour Apify API token (get one at https://console.apify.com/sign-up).

Example call

curl -X POST https://gateway.pipeworx.io/apify/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"apify_scrape_url","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "apify": {
      "url": "https://gateway.pipeworx.io/apify/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 15, 2026