ScraperCity

ScraperCity API Docs

This API lets you run scrapers from tools like Clay, Zapier, n8n, or Smartlead. Pass in a payload, get fresh leads back. Most scrapers return a downloadable CSV. Our profile enrichment API (for individual URLs) returns JSON – one result at a time.

Generate cURL Snippet

Endpoints

Launch a Scrape

curl -X POST https://scrapercity.com/api/v1/scrape/<slug> \ -H "Authorization: Bearer <YOUR_KEY>" \ -H "Content-Type: application/json" \ -d {...}

Check Status

GET https://scrapercity.com/api/v1/scrape/status/<runId> \ -H "Authorization: Bearer <YOUR_KEY>"

Fetch Logs

GET https://scrapercity.com/api/v1/scrape/logs/<runId> \ -H "Authorization: Bearer <YOUR_KEY>" \ -H "Range: bytes=-4096"

Profile Results (JSON)

GET https://scrapercity.com/api/v1/scrape/linkedin/results/<runId>?offset=0 \ -H "Authorization: Bearer <YOUR_KEY>"