AI Article Extractor,Summarizer & Content Analyzer API
This API enables developers to extract clean article and webpage content from any URL and transform it into structured, usable data. It automatically removes ads, popups, and unnecessary clutter to return readable text along with key metadata such as title, author, publish date, images, and word count. In addition to content extraction, the API can optionally summarize webpages in different…
AI Article Extractor,Summarizer & Content Analyzer API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
extract /extract |
Get clean content, metadata, and HTML from any URL. GET /api/v1/extract?url={encoded_url} |
| GET |
summarize /summarize |
Get a human-like summary of any web page. GET /api/v1/summarize?url={encoded_url}&length=3&style=bullet&lang=en length: Number of paragraphs (default: 3) style: paragraph or… |
| POST |
summarize-text /summarize-text |
Get a human-like summary of any text |
| POST |
compare /compare |
Compare two articles on the same topic for bias/facts. POST /api/v1/compare { "url1": "https://cnn.com/article...", "url2": "https://foxnews.com/article..." } |
| GET |
analyze /analyze |
Detect sentiment, political bias, and SEO keywords. GET /api/v1/analyze?url={encoded_url} |
| GET |
rewrite /rewrite |
Turn any article into a social media post or email. GET /api/v1/rewrite?url={encoded_url}&format=linkedin&length=short&lang=en format: linkedin, tweet, email, blog length: short,… |
AI Article Extractor,Summarizer & Content Analyzer API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $15 / month | 20 / minute |
|
| ULTRA Recommended | $60 / month | 40 / minute |
|
| MEGA | $150 / month | 60 / minute |
|