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

# Introduction to Crawleo

> Privacy-first, real-time web search and crawling API for AI applications. Build RAG pipelines, AI agents, and automation workflows with clean, structured data.

## What is Crawleo?

Crawleo is a **privacy-first, real-time web search and crawling API** built specifically for:

* AI developers
* LLM-powered applications
* Retrieval-Augmented Generation (RAG) pipelines
* AI agents and automation workflows

We deliver **clean, AI-ready web data** with **strict privacy guarantees** and **cost-efficient pricing**.

<Card title="Get Started" icon="rocket" href="/quickstart" horizontal>
  Set up your first API call in under 5 minutes.
</Card>

## Core Features

<Columns cols={2}>
  <Card title="Bing Search API" icon="magnifying-glass" href="/api-reference/endpoint/search">
    LLM-optimized web search with auto-crawling and content extraction. Best for RAG pipelines and AI agents.
  </Card>

  <Card title="Google Search API" icon="google" href="/api-reference/endpoint/google-search">
    Structured Google SERP data with knowledge graphs, news, images, places, and shopping. Best for SEO and lead generation.
  </Card>

  <Card title="Crawler API" icon="spider-web" href="/api-reference/endpoint/crawler">
    Direct URL crawling with JavaScript rendering support.
  </Card>

  <Card title="Headful Browser API" icon="browser" href="/api-reference/endpoint/headful-browser">
    Premium headed browser with advanced anti-bot evasion. For sites protected by Cloudflare, Akamai, and DataDome.
  </Card>

  <Card title="MCP Integration" icon="plug" href="/mcp/overview">
    Native Model Context Protocol support for AI assistants.
  </Card>
</Columns>

## Why Crawleo?

<AccordionGroup>
  <Accordion title="Privacy-First" icon="shield-check">
    No selling user data, no training models on your data, no persistent storage of your queries or crawled content.
  </Accordion>

  <Accordion title="LLM-Optimized Outputs" icon="brain">
    Multiple output formats (HTML, Markdown, plain text) designed for reduced token usage and minimal post-processing.
  </Accordion>

  <Accordion title="Real-Time Data" icon="clock">
    Live web access, not cached datasets. Get the freshest data available.
  </Accordion>

  <Accordion title="Developer-First" icon="code">
    Simple APIs, fast setup, predictable subscription-based pricing.
  </Accordion>
</AccordionGroup>

## Integration Options

<Columns cols={2}>
  <Card title="REST API" icon="server" href="/api-reference/introduction">
    Direct HTTP integration. Perfect for custom applications, backends, and scripts.
  </Card>

  <Card title="MCP Protocol" icon="robot" href="/mcp/overview">
    Connect AI assistants directly to Crawleo. Works with Claude, Cursor, GitHub Copilot, and more.
  </Card>
</Columns>

## Quick Links

<CardGroup cols={3}>
  <Card title="API Reference" icon="book" href="/api-reference/introduction">
    Complete API documentation
  </Card>

  <Card title="Pricing" icon="credit-card" href="https://www.crawleo.dev/pricing">
    View subscription plans
  </Card>

  <Card title="GitHub" icon="github" href="https://github.com/Crawleo">
    Examples and integrations
  </Card>
</CardGroup>
