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

# What is Messora

> LLM-ready scraping API with a native anti-bot engine. Extract, search, and crawl the web via API.

# Welcome to Messora

Messora is a scraping API built to power AI applications.
With a native anti-bot engine, it returns clean content as Markdown, structured
JSON, or raw HTML — ready for LLMs, data pipelines, and automations.

## What you can do

<CardGroup cols={2}>
  <Card title="Scrape" icon="globe" href="/en/playground/scrape">
    Extract content from any public URL as Markdown, structured JSON, or raw HTML.
  </Card>

  <Card title="Search" icon="magnifying-glass" href="/en/playground/search">
    Premium multi-source search with LLM analysis — relevant results already ranked.
  </Card>

  <Card title="Crawl" icon="spider-web" href="/en/playground/crawl">
    Crawl entire sites via BFS from a seed URL, up to 50 pages per job.
  </Card>

  <Card title="API reference" icon="code" href="/en/api-reference/scrape">
    Full documentation for every endpoint with cURL, Python, and JavaScript examples.
  </Card>
</CardGroup>

## How it works

1. **Create your account** at [www.messora.dev/auth/signup](https://www.messora.dev/auth/signup)
2. **Get your API key** in the API Keys area
3. **Make your first call** — see the [Quickstart](/en/quickstart)

## Credit model

| Operation                | Cost                         |
| ------------------------ | ---------------------------- |
| Scrape (markdown / raw)  | 1 credit per page            |
| Scrape (structured JSON) | 10 credits per request       |
| Search                   | 1 credit per returned result |
| Crawl                    | 1 credit per successful page |

Failures (anti-bot block, timeout, extraction error) do **not** consume credits.
