> ## Documentation Index
> Fetch the complete documentation index at: https://bulkgrid.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Bulkgrid Documentation

> Search, extract, and crawl web content with Bulkgrid.

Bulkgrid helps developers turn public web content into structured, usable data for AI applications, search experiences, and ingestion pipelines.

Use Bulkgrid when you need to:

* search indexed content across a collection
* extract structured data from one or more URLs
* crawl websites and retrieve result content
* run deeper ingestion workflows over larger site areas
* manage asynchronous jobs and fetch their results reliably

## Choose your path

<CardGroup cols={2}>
  <Card title="Evaluate Bulkgrid" icon="search" href="/docs/introduction/why-bulkgrid">
    Start with the product overview, workflow model, and core concepts.
  </Card>

  <Card title="Get first API success" icon="rocket" href="/docs/getting-started/quickstart">
    Go from API key to first request in a few minutes.
  </Card>

  <Card title="Build a workflow" icon="play" href="/docs/guides/search">
    Follow task-based guides for search, extraction, crawl, and collections.
  </Card>

  <Card title="Integrate in production" icon="shield" href="/docs/production/reliability-and-retries">
    Read the operational guidance for retries, timeouts, versioning, and troubleshooting.
  </Card>
</CardGroup>

## Main product areas

<CardGroup cols={3}>
  <Card title="Search" icon="search" href="/docs/guides/search">
    Retrieve ranked results from indexed content.
  </Card>

  <Card title="Extraction" icon="braces" href="/docs/guides/extraction">
    Pull structured fields from one or more URLs.
  </Card>

  <Card title="Crawling" icon="bug" href="/docs/guides/crawl">
    Generate normalized result content from known URLs or a starting URL.
  </Card>
</CardGroup>

## What Bulkgrid exposes today

The current public API supports these main workflows:

* `POST /api/v1/search` for searching indexed content
* `POST /api/v1/extract` for structured extraction runs
* `POST /api/v1/crawl` for crawl runs
* `POST /api/v1/deep-crawl` for broader crawl runs from a starting URL
* `GET /api/v1/runs` and related endpoints for run lifecycle management
* `GET /api/v1/runs/{runId}/results` and result-content endpoints for output retrieval

## Documentation structure

* **Introduction** explains what Bulkgrid is, how the main workflows operate, and what the core concepts are.
* **Getting Started** gets you from API key to first successful response.
* **Guides** walk through real workflows end to end.
* **Integration Patterns** show how to fit Bulkgrid into application backends and AI systems.
* **API Reference** covers endpoint-level details.
* **Production** covers reliability, operational behavior, security framing, and versioning.
