Web Content Analyzer & Summarizer
## Article extraction & summarization, done reliably Turn any **article or web-page URL** into clean, structured data in one call: extracted article text, an AI-written summary, and 20+ analysis fields. Built for content pipelines, RAG/LLM ingestion, news monitoring and SEO tooling — with consistent, high-success responses. **One call returns:** - **Clean article extraction** — title, full body…
Web Content Analyzer & Summarizer endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Analyze Web /analyze |
Analyze web page content using AI to extract metadata, generate summaries, categorize content, detect emotions, identify entities, and provide comprehensive analysis in multiple… |
| GET |
Analyze Web (Light Version) /analyze-light |
Simplified web content analysis that returns only title translation and summary, optimized for faster response times and lower token usage. |
| GET |
Swagger Endpoint Docs /docs |
Comprehensive schema definitions |
| POST |
Analyze Batch /analyze-batch |
Analyze up to 10 URLs in a single call. Returns one result per URL (in order), each either the full analysis (extraction + summary + intelligence + content_coverage) or a… |
| POST |
Extract Structured Data /extract |
Extract clean, typed JSON from a URL using a field schema or a ready-made preset. **Request body** ```json { "url": "https://example.com/product", "schema": { "name": "string",… |
Web Content Analyzer & Summarizer pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $15 / month | 30 / minute |
|
| ULTRA | $45 / month | 60 / minute |
|
| MEGA | $100 / month | 120 / minute |
|