# ScrapeSilo > Exact fields with html or browser. Interpretation with analyse. No scrape AI planner. API: https://api.scrapesilo.com MCP: https://api.scrapesilo.com/mcp ## Docs - [ScrapeSilo](https://scrapesilo.com/docs.md): Scrape any web page with a small action DSL — html or browser — or interpret a page with POST /analyse. - [Actions DSL](https://scrapesilo.com/docs/actions-dsl.md): The selector + extractor + function language for hand-written scrapes. - [POST /analyse](https://scrapesilo.com/docs/api/analyse.md): Interpret a page — outline, summary, flags — via one LLM pass over fetched markdown. Not a CSS scrape. - [Executions API](https://scrapesilo.com/docs/api/executions.md): Inspect past scrape, analyse, and map runs — list with filters, fetch one by id. - [API keys API](https://scrapesilo.com/docs/api/keys.md): Programmatic key management — create, list, revoke. Requires a signed-in user. - [POST /map](https://scrapesilo.com/docs/api/map.md): Discover a site's URLs from its sitemap.xml and robots.txt — no page extraction. - [POST /scrape](https://scrapesilo.com/docs/api/scrape.md): Submit a scrape request. Blocks until the run finishes and returns one result object per URL. - [Authentication](https://scrapesilo.com/docs/authentication.md): Bearer tokens, the API key lifecycle, and how the dashboard and external clients share the same surface. - [Engines](https://scrapesilo.com/docs/engines.md): When to pick HTML or Browser — latency, fidelity, and cost trade-offs. - [MCP](https://scrapesilo.com/docs/mcp.md): Wire scraper-farm into Claude Code, Cursor, Goose, or any Model-Context-Protocol-aware client. - [Pricing & quotas](https://scrapesilo.com/docs/pricing.md): Credits per engine, monthly plans, concurrency caps, and the 402 / 429 responses you get when you hit a limit. - [Quickstart](https://scrapesilo.com/docs/quickstart.md): Sign up, mint an API key, run your first scrape — in under a minute.