Skip to main content
There are two good ways to evaluate Bulkgrid.

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
Read Playground Quickstart.

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.
Read MCP Server.

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