Article Extractor API
### What It Does Article Extractor API fetches any webpage and extracts the core article content — clean text without ads, navigation, comments, or boilerplate. Returns structured JSON with title, author, publish date, word count, and the full article text ready for processing. Powered by Mozilla's Readability algorithm (the same engine behind Firefox Reader Mode). ### What You Get Per…
Article Extractor API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Extraction | ||
| POST |
/batch /batch |
Extract content from multiple URLs in one request. Batch size: BASIC=1, PRO=5, ULTRA=20, MEGA=50. |
| POST |
/extract /extract |
Extract clean readable content from any article URL. Returns title, byline, excerpt, content, and optional images/links/metadata. |
| GET |
/extract /extract |
Extract article content via URL query parameter. |
Article Extractor API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $9 / month | 60 / minute |
|
| ULTRA | $29 / month | 200 / minute |
|
| MEGA Recommended | $99 / month | 500 / minute |
|