Sign in

Retrieve Crawl Job Data

documented

Download the extracted data of a crawl job.

GET /v3/crawl/dataCrawlno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.diffbot.com/v3/crawl/data?token={{DIFFBOT_API_KEY}}&name={{crawl_name}}&query={{$query}}&page={{$page}}&limit={{$limit}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json"
Retrieve Crawl Job Data · Diffbot · OpenIntegrations