Web data for your next build.
From lead generation and market research to monitoring, RAG, and AI applications, get the web data you need to build faster and automate more.
Markdown Conversion
- 500 free credits every month
- No card to start
- Failed requests cost nothing






Start from a working setup.
Each one is an endpoint with the parameters already set for a job, on the same key and the same credit pool. More are on the way as other APIs get their own.
Website to Markdown API
Convert any URL to clean Markdown for LLM ingestion, RAG pipelines and docs migration.
{ "url": "example.com", "format": "markdown" }- Headings, lists, links and tables preserved, boilerplate stripped
- markdown-llm strips nav and ads further for token-efficient RAG context
HTML Extraction API
Get the fully rendered, post-JavaScript HTML of any page, the DOM a browser would see and feed it straight into the parser you already have.
{ "url": "example.com", "format": "html" }- Headless Chrome runs the page first, so you get the HTML a browser sees
- Anti-bot handling and CAPTCHA solving included on every request
Web Scraping Proxy API
Geo-target and unblock requests through a managed proxy pool. Give a country code and the request goes through there.
{ "url": "example.com", "proxyCountry": "de" }- proxyCountry makes the request exit in the country you name
- proxyMode: "auto" tries direct first and only retries through a proxy when the site blocks it
Text Extraction API
Turn any URL into clean plain text for NLP, search indexing and classification. No tags, no scripts, no parser to write.
{ "url": "example.com", "format": "text-llm" }- text returns the page as raw text, roughly 70% fewer tokens than raw HTML
- text-llm also strips nav and boilerplate, roughly 85% fewer tokens than HTML
Your API key, in under 30 seconds.
500 free credits a month, no card. Every solution on this page runs on the same key.