Use extraction when you want structured output instead of raw crawled content.Documentation Index
Fetch the complete documentation index at: https://docs.bulkgrid.com/llms.txt
Use this file to discover all available pages before exploring further.
Request
What happens next
Bulkgrid returns a run object immediately. Extraction is asynchronous.Minimal response fields to store
idstatustypeurlscreated_at
Next step
PollGET /api/v1/runs/{runId} until the run reaches completed, then call GET /api/v1/runs/{runId}/results.
For the full workflow, read Extraction.