build latest

Website Content Crawler documentation

The reference below is mirrored from the source Actor, so behaviour matches one-to-one. Everything is callable from the playground, the REST API or the MCP server.

Quickstart

bash
# 1 โ€” create an API key in your workspace
export AM_KEY="amk_..."

# 2 โ€” start a run
curl -X POST https://www.datarouter.dev/s/website-content-crawler-pifazo/api/v1/runs \
  -H "Authorization: Bearer $AM_KEY" \
  -H "Content-Type: application/json" \
  -d '{"input": {"maxItems":10}, "wait": true}'

# 3 โ€” read the results
curl https://www.datarouter.dev/s/website-content-crawler-pifazo/api/v1/runs/RUN_ID/items -H "Authorization: Bearer $AM_KEY"