Last updated
Last updated
The bing_search
source is designed to retrieve Bing Search results pages (SERPs).
To scrape AI-generated search results from Bing, use the render
parameter.
In the example below, we make a request to retrieve Bing search results for the search term adidas
. The search will start from the 11th page and retrieve 10 pages of results, which will be delivered in a structured format.
We use synchronous integration method in our examples. If you would like to use or asynchronous integration, refer to the section.
In the following example, we send a request to retrieve AI-generated Bing search results for the search term best seo tools
.
Basic setup and customization options for Bing search scraping.
- mandatory parameter
Adapt search results to specific geographical locations, domains, and languages.
Controls for managing the pagination and retrieval of search results.
SERP Scraper API is capable of extracting either an HTML or JSON object that contains Bing search results, offering structured data on various elements of the results page.
The table below presents a detailed list of each SERP feature we parse, along with its description and data type. The table also includes some metadata.
In the following sections, parsed JSON code snippets are shortened where more than one item for the result type is available.