Bing Search
Search API endpoint allows you to scrape the results from Bing search engine via our Piloterr service.
Header
This parameter specifies the private key you’ll need for Piloterr access.
Body
Search Query
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
Parameter defines the result offset. It skips the given number of results. It’s used for pagination.
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
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.
Defines a GPS latitude for the search origin.
Defines a GPS longitude for the search origin.
Localization
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
.
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
Was this page helpful?