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

# Overview

> Fetch pages, crawl sites, and search the web

The Web API is Hyperbrowser's unified interface for web data extraction. Fetch pages, crawl entire sites, and search the web through a consistent set of endpoints.

***

## API Overview

<CardGroup cols={3}>
  <Card title="Fetch" icon="file-import" href="/web/fetch">
    Fetch a single URL and return markdown, HTML, links, screenshots, or structured JSON.
  </Card>

  <Card title="Crawl" icon="spider" href="/web/crawl">
    Crawl a website and get structured data from multiple pages.
  </Card>

  <Card title="Search" icon="magnifying-glass" href="/web/search">
    Search the web and get clean, structured results.
  </Card>
</CardGroup>

***
