Manage Crawl Job
documentedPause, delete, restart, or view the status of a crawl job.
GET /v3/crawlCrawlno implementation yet0 runsNo 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" \
-X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Accept: application/json" \
-d 'token={{DIFFBOT_API_KEY}}' \
-d 'name={{crawl_name}}' \
-d 'seeds={{seeds}}' \
-d 'apiUrl={{apiUrl}}'