Crawlers

Website Content Crawler

Crawl a site and extract clean readable text for AI/RAG pipelines.

Input

FieldTypeRequired
start_urlsstringrequired
max_pagesstringrequired
same_domain_onlystringrequired

Run it

curl -X POST "https://api.buildwithapi.io/v1/actors/website-content-crawler/run-sync-get-dataset-items" \
  -H "X-API-Key: vk_live_..." -H "Content-Type: application/json" \
  -d '{"start_urls": "value", "max_pages": "value", "same_domain_only": "value"}'

Response

{
  "actor": "website-content-crawler",
  "status": "SUCCEEDED",
  "stats": { "items": 1 },
  "items": [ ... ],
  "brand": "Vector by Phoenix"
}
Try it live → ← All actors Actor docs