POST
/
news

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
query
string
required

The query you want to ask

search_service
string

The search service you want to choose,including google, bing, duckduckgo

max_results
integer
default: 5

The results you want to have

Required range: 1 < x < 100
crawl_results
integer
default: 0

The results you want to crawl

Required range: 0 < x < 10
image
boolean
default: false

Search including image urls

gl
string
default: false

The country you want to search

hl
string
default: false

The language you want to search

Response

200 - application/json
searchParameters
object
results
object[]