By the end of this page you’ll have scraped a real web page with Reader and seen clean markdown come back. Takes about 60 seconds.Documentation Index
Fetch the complete documentation index at: https://docs.reader.dev/llms.txt
Use this file to discover all available pages before exploring further.
Step 1 - Get your API key
Open Dashboard →
Sign up free at app.reader.dev. You get 1,000 credits every month on the free tier - no credit card required.
- Click API Keys in the sidebar
- Click Create API Key and give it a name (like “Playground”)
- Copy the key - it starts with
rdr_and you’ll only see it once
Step 2 - Make your first request
Reader has one endpoint for everything:POST /v1/read. Send a URL, get back clean markdown.
Step 3 - Try something more interesting
Scrape a real article with main content extraction:What’s next
Scrape vs Crawl
Learn when to use a single URL vs an array vs a crawl.
Batch scraping
Scrape hundreds of URLs in parallel.
Crawling a website
Discover and scrape every page on a domain.
SDKs
Official JavaScript and Python clients.

