Extract article content from any URL
ArticleKit gives you a single API endpoint to pull clean Markdown, metadata, and structured data from any article on the web — powered by a real headless browser.
Try it live
Paste any article URL below. No API key needed.
Try any article URL — no API key required for demo (5 requests/min).
Built for developers
Headless browser rendering
Handles SPAs, JavaScript-rendered pages, and paywalled previews that simple HTTP fetchers can't touch.
Clean Markdown output
Articles are extracted and converted to structured Markdown — ready for LLMs, databases, or display.
Rich metadata
Automatically extracts title, author, publish date, excerpt, and site name from every article.
Fast & lightweight
Images, fonts, and media are blocked during extraction. You get the content in seconds, not minutes.
One request. Full article.
Send a POST request with a URL. Get back structured article data in JSON — title, author, date, excerpt, and full Markdown content.
Read the full API docs →Request
curl -X POST https://articlekit.vercel.app/api/v1/extract \
-H "Content-Type: application/json" \
-H "x-api-key: sk_live_your_key" \
-d '{"url":"https://example.com/article"}'Response
{
"title": "Article Title",
"author": "Jane Smith",
"publish_date": "2024-03-15",
"content": "# Heading\n\nFull markdown…"
}Response fields
| Field | Type | Description |
|---|---|---|
| title | string? | Article headline |
| author | string? | Author name if found |
| publish_date | string? | ISO 8601 date string |
| excerpt | string? | Short summary or lede |
| content | string | Full article in Markdown |
| site_name | string? | Publisher name |
| url | string | Canonical URL of the article |
Simple pricing
Start for free. Scale as you grow.
Free
$0
forever
- ✓ 100 requests / month
- ✓ Full Markdown output
- ✓ Metadata extraction
- ✓ No credit card required
Pro
$19
per month
- ✓ 5,000 requests / month
- ✓ Full Markdown output
- ✓ Metadata extraction
- ✓ Email support
Business
$79
per month
- ✓ 25,000 requests / month
- ✓ Full Markdown output
- ✓ Metadata extraction
- ✓ Priority support
- ✓ Custom rate limits
Your API key is one click away
Sign up in seconds, grab your key, and start pulling clean article data from any URL — right now.