Clean content from any URL.

Structured article extraction, PDF parsing, and AI-ready summaries through one fast API.

curl "https://instaparser.com/api/1/article" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com/post"}'
from instaparser import InstaparserClient
client = InstaparserClient("YOUR_API_KEY")
article = client.Article("https://example.com/post")
print(article.title) # "How We Built Our Search Engine"
print(article.content) # "<p>Clean, structured HTML...</p>"
import { InstaparserClient } from 'instaparser-api';
const client = new InstaparserClient({'apiKey': 'YOUR_API_KEY'});
const article = await client.article({'url': 'https://example.com/post'});
console.log(article.title); // "How We Built Our Search Engine"
console.log(article.content); // "<p>Clean, structured HTML...</p>"
Response · 200 OK
{
"title": "How We Built Our Search Engine",
"author": "Jane Kim",
"date": "2026-02-15T09:00:00Z",
"content": "<p>Clean, structured HTML of the article body...</p>",
"word_count": 1847,
"thumbnail": "https://example.com/images/hero.jpg",
"excerpt": "A deep dive into building search infrastructure...",
"url": "https://example.com/post",
"domain": "example.com"
}

Three APIs, one platform.

Everything you need to extract, parse, and summarize web content. All included in every plan.

Article Extraction

Structured article content from any URL — title, author, body, images, metadata. No selectors. No scraping. Just content.

Read-later apps Content aggregation News monitoring RAG pipelines
POST /api/1/article

PDF Extraction

Upload a PDF or pass a URL. Get clean, structured text back. Handles scanned documents, multi-column layouts, and tables.

Document processing Legal tech Financial analysis Academic research
POST /api/1/pdf

GET /api/1/pdf?url={url}

URL Summaries

Get a concise summary of any URL's content in a single API call. Great for previews, link cards, and trimming LLM context windows.

Link previews Content curation Social cards RAG compression
POST /api/1/summary

Why Instaparser

Extraction, not scraping.

Other APIs fight with bot detection and proxies to access pages. Instaparser focuses on understanding page content — so you get clean, accurate structured data without managing infrastructure.

15 years of parsing refinement.

Built on the same engine that powers Instapaper — refined across billions of articles since 2008. Edge cases you'll encounter on the messy web, we've already solved.

Structured data by default.

Every response includes title, author, date, body content, images, and metadata as structured JSON. No post-processing, no markdown wrangling, no guessing.

Predictable pricing.

Simple volume-based tiers. All three APIs included in every plan. No per-feature charges, no credit multipliers, no surprises.

Try it now — paste any URL.

See what the API returns. No signup required.

Or try:
Response 200 OK

Built on the engine that powers Instapaper — serving millions of readers since 2008.

Simple, predictable pricing.

All plans include all three APIs. Pick the volume you need.

Trial

$0
forever
  • API credits1,000/mo
  • Rate limit1 req/sec
  • All 3 APIs
  • SupportCommunity
Start free

Live

$500/mo
billed monthly
  • API credits500,000/mo
  • Rate limit25 req/sec
  • All 3 APIs
  • SupportPriority email
Get started

Scale

$900/mo
talk to us
  • API credits1,000,000/mo
  • Rate limit50 req/sec
  • All 3 APIs
  • SupportDedicated
Get started