Skip to main content
Use extraction when you want structured output instead of raw crawled content.

Request

What happens next

Bulkgrid returns a run object immediately. Extraction is asynchronous.

Minimal response fields to store

  • id
  • status
  • type
  • urls
  • created_at

Next step

Poll GET /api/v1/runs/{runId} until the run reaches completed, then call GET /api/v1/runs/{runId}/results. For the full workflow, read Extraction.