Four output formats
respond_with takes markdown, html, text or screenshot. Screenshots arrive as a base64 PNG.
The agent storefront at https://agents.litescrape.com/llms.txt?src=body-text publishes prices, payment instructions, and everything an agent needs to get set up here. Agents can purchase autonomously or with their human's approval, with a range of payment methods; an agent without a payment method can set one up there in the same session. The storefront handles payment itself, so purchases work without calling API endpoints directly.
// fetch api Alpha
Any public web page as Markdown, HTML, plain text or a full-page screenshot. Each request renders the page in a fresh browser behind a managed proxy, so pages built with JavaScript come back complete.
// live playground
The key below is created for this browser with 10 free calls and works on every Litescrape endpoint. Results are drawn the way the source shows them, with the JSON one click away.
Run the request to draw its results here. This endpoint returns:
urltitlecontentstatus_code// what you get
respond_with takes markdown, html, text or screenshot. Screenshots arrive as a base64 PNG.
target_selector extracts one element and remove_selector strips navigation and footers before extraction.
wait_until picks the navigation event and wait_for_selector holds until an element appears.
with_links and with_images set how links and images are written, from inline to dropped.
status_code reports what the site returned, so a rendered 404 page is easy to spot.
Cookies, storage and scripts are never shared between requests, and captures are not stored.
// use cases
Turn a URL your agent found into clean Markdown before it goes into the prompt.
Send the links from a Google Search call to Fetch and read the full pages with the same key.
Capture a full-page PNG of a pricing or status page on a schedule and compare it over time.
Extract the article body with target_selector and store the Markdown with its title and URL.
// why it's the cheapest
Public list prices for 100,000 requests a month, read on September 17, 2026. Litescrape's rate is flat at every volume.
| Provider | Plan modeled | Per 1,000 requests | Monthly cost |
|---|---|---|---|
| Litescrape | Flat prepaid rate | $0.15 | $15.00 |
| ScrapingBee | Startup, 1,000,000 credits at 5 per JavaScript request | $0.50 | $49.50 |
| Firecrawl | Standard, 100,000 credits, billed yearly | $0.83 | $83.00 |
Your first 10 calls are free. Top up the same key from $10 whenever you need more.