Websites scrapper
News API This API allows you to fetch news articles from a list of newspapers based on a search query. Endpoints 1. POST /news Fetches articles from multiple newspapers based on the provided search query. Request body: newspapers (array): An array of newspaper objects containing "name", "address", and "base" properties. searchText (string): The search query to filter articles. Response: A JSON…
Websites scrapper endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Fetches articles from all available newspapers based on the provided search query. /news/{searchText} |
GET /news/:searchText Fetches articles from all available newspapers based on the provided search query. URL parameters: searchText (string): The search query to filter articles.… |
| GET |
Fetches articles from a specific newspaper based on the provided search query. /news/newspaper/{newspaperId}/{searchText} |
GET /news/newspaper/:newspaperId/:searchText Fetches articles from a specific newspaper based on the provided search query. URL parameters: newspaperId (string): The name of the… |
| POST |
Scrap website /news |
POST /news Fetches articles from multiple newspapers based on the provided search query. Request body: newspapers (array): An array of newspaper objects containing "name",… |
Websites scrapper pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $3 / month | — |
|