There are two good ways to evaluate Bulkgrid.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.
Path 1: Use the Playground first
Use the dashboard Playground if you want to validate the product before writing integration code. The Playground supports:- Crawl
- Deep Crawl
- Extract
- Search
Path 2: Connect the MCP server
Use the MCP setup path if you want tools like VS Code, Cursor, Claude, or Codex to search Bulkgrid-indexed content.Path 3: Use the API first
Use the API-first path if you already know you want to integrate Bulkgrid programmatically.1. Set environment variables
2. Make your first search request
3. Create an extraction run
4. Poll the run and fetch results
GET /api/v1/runs/{runId}GET /api/v1/runs/{runId}/results