Bing
Bing Search
Search API endpoint allows you to scrape the results from Bing search engine via our Autom.dev service.
POST
/
api
/
v1
/
bing
/
search
Header
x-api-key
string
requiredThis parameter specifies the private key you’ll need for Autom.dev access.
Body
Search Query
query
string
requiredParameter 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
page
integer
Parameter defines the result offset. It skips the given number of results. It’s used for pagination.
Advanced
async
boolean
Parameter defines whether the request should be processed asynchronously.
It defaults to false
. If set to true
, the request will be processed in the background and the response will contain only the request ID.
Open Jobs page to check the status of the request.
Response
Bing Search
object
Was this page helpful?