URL in. Clean data out.
One developer API for everything you'd otherwise scrape — Markdown, metadata, AI summaries, keywords, Lighthouse and screenshots. Start free, no card.
- No credit card
- 50 AI + 500 web ops / month on the free plan
- Cached results don't count toward quota
- EU-hosted
$ urlpipe /markdown
200 OK · 412 ms
Request
curl -X POST https://urlpipe.dev/markdown \
-H "Authorization: Bearer sk_live_***" \
-H "Content-Type: application/json" \
-d '{"url": "https://anthropic.com"}'Response
# Anthropic
We're an AI safety company. We build
reliable, interpretable, and steerable
AI systems.
## Claude
Claude is our flagship AI assistant…Endpoints
Eight endpoints. One bearer token.
URLpipe is a developer API that turns any URL into clean, structured data — Markdown, metadata, AI summaries, keywords, Lighthouse audits, screenshots, rendered HTML and JavaScript console logs — all behind one bearer token.
Each endpoint takes a URL and returns exactly what you'd write a one-off scraper for. The four AI endpoints run a language model under the hood; the rest are pure browser-and-network.
- /screenshotWeb
- PNG screenshot of the rendered page, returned base64-encoded. Useful for previews, monitoring and visual QA. Try it free
- /lighthouseWeb
- A real Google Lighthouse audit. Mobile or desktop, with optional full audit data. Try it free
- /markdownAI
- Convert the page's main content to clean Markdown — nav, sidebars and chrome stripped. Ideal for feeding web pages to an LLM or RAG pipeline. Try it free
- /metaAI
- Title, description, author, publication date, feed and main image — extracted intelligently. Try it free
- /keywordsAI
- 5–15 relevant keywords and phrases extracted from the page, ordered by relevance. Try it free
How it works
From signup to first response in minutes.
No SDK to install. No webhook to set up. Both are supported when you need them.
Sign up
Create a free account in seconds. No credit card. We send the API key to your inbox after you create your first project.
Create a project
Each project gets its own API key and its own request history. Use one project per app or environment.
POST a URL
Hit any endpoint with a URL and your bearer token. Sync mode returns the result directly; async mode delivers it to your webhook.
Pricing
Free while we're growing.
The free plan is meant for real usage, not just a demo. If you outgrow it, get in touch.
Free
For real usage — side projects and low-volume production.
- 50 AI operations / month
- 500 web operations / month
- Unlimited projects and API keys
- Sync and async (webhook) modes
- Repeat requests served from cache — free, and never count toward your quota
- Quota resets on the 1st of each month, UTC
Unlimited
Recommended for productionFor production workloads that have outgrown the free plan. Requests usually answered within 24 hours.
- No monthly caps
- Same endpoints, same API
- Direct contact with the team
- Priority support
FAQ
Common questions
Do I need to install anything on my site?
Can I try it without signing up?
Which endpoints use AI?
Can I use URLpipe to feed web pages to an LLM?
What happens when I hit a quota limit?
Do repeated requests use up my quota?
Does it handle JavaScript-rendered sites?
What does async mode do?
Where is my data stored?
Get an API key in under a minute.
Free plan, no card. Your API key arrives by email after you create your first project — you'll be making real requests in minutes.