API Documentation
News
Performs a news search
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
News search parameters
Send a single news search request
The query you want to ask
The search service you want to choose
Available options:
google
, bing
, duckduckgo
, yahoo
, hackernews
The results you want to have
Required range:
1 <= x <= 100
The results you want to crawl
Required range:
0 <= x <= 10
Search including image urls
List of websites to include in search results
List of websites to exclude from search results
The language preference for search results (e.g., 'en', 'zh-CN', 'fr'). Uses standard language codes.
Limit search results to a specific time range
Available options:
day
, month
, year