API Documentation
Search
Performs a search
POST
/
search
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
query
string
requiredThe query you want to ask
search_service
string
The search service you want to choose,including google, bing, duckduckgo
max_results
integer
default: 5The results you want to have
Required range:
1 < x < 100
crawl_results
integer
default: 0The results you want to crawl
Required range:
0 < x < 10
image
boolean
default: falseSearch including image urls
gl
string
default: falseThe country you want to search
hl
string
default: falseThe language you want to search
Response
200 - application/json
searchParameters
object
results
object[]