ArticleKit
One endpoint. Any article. Clean data.

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

FieldTypeDescription
titlestring?Article headline
authorstring?Author name if found
publish_datestring?ISO 8601 date string
excerptstring?Short summary or lede
contentstringFull article in Markdown
site_namestring?Publisher name
urlstringCanonical 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
Get Started Free
Most Popular

Pro

$19

per month

  • 5,000 requests / month
  • Full Markdown output
  • Metadata extraction
  • Email support
Get Started

Business

$79

per month

  • 25,000 requests / month
  • Full Markdown output
  • Metadata extraction
  • Priority support
  • Custom rate limits
Get Started
Free forever — no credit card required

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.

100 free requests / month No credit card needed Live in under a minute