Sign in

Retrieve Bulk Extract Job Data

documented

Download the extracted results of a bulk job.

GET /v3/bulk/dataBulk APIno 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/bulk/data?token={{DIFFBOT_API_KEY}}&name={{$bulk_job_name}}&type={{$type}}" \
  -H "Accept: application/json"
Retrieve Bulk Extract Job Data · Diffbot · OpenIntegrations