home/apis/scraper
Scraper API

Any webpage,
distilled to data.

Markdown, HTML, or screenshots from any URL — JavaScript rendered, boilerplate stripped, ready for your model in a single call.

pricing
$0.001per format

Pay-as-you-go. No subscription, no minimum — and your credits never expire.

POST /api/v2/scrape
3
output formats
JS
rendering
< 1s
typical response
1 call
all formats
Main content only

Ads, navigation, cookie banners and footers removed — meaning kept.

Advanced proxy

Bot detection handled for you; pages render as a real browser sees them.

Multi-format

Request markdown, HTML and a screenshot together in one call.

Outputs

Three shapes of the same page.

Each format costs $0.001 — combine them freely in one request.

$0.001
Markdown

Clean, readable text with formatting preserved.

best for: LLM context, RAG pipelines, content analysis
$0.001
HTML

Complete page structure with all elements intact.

best for: Custom parsing, structure preservation
$0.001
Screenshot

Full-page PNG capture, base64 encoded.

best for: Visual testing, archiving, change detection
In practice

One call. That's the integration.

01from llmlayer import LLMLayerClient
02
03client = LLMLayerClient(api_key="YOUR_LLMLAYER_API_KEY")
04
05page = client.scrape(
06 url="https://stripe.com/docs",
07 formats=["markdown", "screenshot"], # $0.001 per format
08 main_content_only=True, # strip nav, ads, footers
09)
10
11print(page.markdown)

Start with nothing to lose.

Free credits on signup, no card. The meter only moves when you call.