AI-Ready-Scraper-HTML-to-Markdown-Metadata-FAST
LightScrape is a high-performance web scraping API purpose-built for AI and LLM workflows. Send any URL — get back structured page metadata and clean Markdown in milliseconds. **What makes it different:** - **Engineered in Go with FastHTTP** — 10-50× faster than Python/Node scrapers. Average response in 30-80ms for static pages. - **Dual-engine architecture** — ultra-fast static fetcher for…
AI-Ready-Scraper-HTML-to-Markdown-Metadata-FAST endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
/api/rapid/v1/scrape/bulk /api/rapid/v1/scrape/bulk |
Accepts a list of absolute HTTP/HTTPS URLs and fans them out to concurrent FastHTTP workers. The subscriber's tier determines the maximum number of URLs allowed per request. Each… |
| POST |
/api/rapid/v1/scrape/static /api/rapid/v1/scrape/static |
Fetches the target URL using the static (FastHTTP) engine and returns structured page metadata plus a Markdown rendering of the content. If the optional… |