POST
/
api
/
v2
/
bing
/
search
x-api-key
string
required

This parameter specifies the private key you’ll need for Piloterr access.

Body

Search Query

query
string
required

Parameter defines the query you want to search. You can use anything that you would use in a regular Bing search. e.g. inurl:, site:, intitle:.

Pagination and Results

page
integer

Parameter defines the result offset. It skips the given number of results. It’s used for pagination.

num
integer

Parameter controls the number of results per page. Minimum: 10, Maximum: 50. This parameter is only a suggestion and might not reflect actual results returned.

Geographic Location

location
string

Parameter defines from where you want the search to originate. If several locations match the location requested, we’ll pick the most popular one. Head to the Locations API if you need more precise control. Cannot be used together with uule. It is recommended to specify location at the city level to simulate a real user’s search.

lat
number

Defines a GPS latitude for the search origin.

lon
number

Defines a GPS longitude for the search origin.

Localization

mkt
string

The market where the results come from (e.g. en-US). Typically, mkt is the country where the user is making the request from. Must be in the form <language code>-<country code>. Cannot be used together with cc.

cc
string

Parameter defines the country to search from. It follows the 2-character ISO_3166-1 format (e.g., us for United States, de for Germany, gb for United Kingdom). Cannot be used together with mkt.

Response