# Messora ## Docs - [POST /crawl](https://docs.messora.dev/en/api-reference/crawl.md): BFS crawl from a seed URL (up to 50 pages). - [GET /jobs/{job_id}](https://docs.messora.dev/en/api-reference/jobs.md): Check status of an async job (batch/crawl/search). - [POST /scrape](https://docs.messora.dev/en/api-reference/scrape.md): Scrape 1 URL and return content in the requested formats. - [POST /search](https://docs.messora.dev/en/api-reference/search.md): Premium multi-source search with LLM analysis. - [Authentication](https://docs.messora.dev/en/authentication.md): Authenticate with X-API-Key, manage credits, and respect rate limits. - [What is Messora](https://docs.messora.dev/en/introduction.md): LLM-ready scraping API with a native anti-bot engine. Extract, search, and crawl the web via API. - [Crawl](https://docs.messora.dev/en/playground/crawl.md): Crawl entire sites via BFS from a seed URL, up to 50 pages per job. - [Scrape](https://docs.messora.dev/en/playground/scrape.md): Extract content from any public URL as Markdown, structured JSON, or raw HTML. - [Search](https://docs.messora.dev/en/playground/search.md): Premium multi-source search with LLM analysis — relevant results already ranked. - [Quickstart](https://docs.messora.dev/en/quickstart.md): From signup to your first extraction in 3 minutes. ## OpenAPI Specs - [messora-public](https://docs.messora.dev/openapi/messora-public.json)