Article Extractor and Summarizer
This is an API which extracts news/article body from a URL and uses GPT to summarize (and optionally translate) the article content. Useful for text mining purposes. Leverages powerful and flexible web scraping engine (ScrapeNinja.net) with high-quality rotating proxies under the hood. In depth review and API implementation details: https://pixeljets.com/blog/gpt-summary-is-broken/ . My video…
Article Extractor and Summarizer endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/summarize /summarize |
Summarizes the article after extracting it from the specified url. |
| GET |
/extract /extract |
Extract an article body and markdown version of the body. |
| POST |
/summarize-text /summarize-text |
Summarize text (in Markdown) |
Article Extractor and Summarizer pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $15 / month | 20 / minute |
|
| ULTRA | $95 / month | 40 / minute |
|
| MEGA | $195 / month | 60 / minute |
|