bing_serp: GET /
hasdata_bing_serp_getSearchResultsScrape Bing search results using geo targeting, market, country, safesearch, time filters, device type, and pagination. Ideal for SEO rank tracking, SERP feature monitoring, and training search agents.
Instructions
Get Bing Search Results
Fetches Bing SERPs for a query with geo targeting (location/lat/lon), market (mkt), country (cc), safesearch (off/moderate/strict), time/custom filters, device type, and pagination (first offset, count up to 50). Returns organic results (title, url, snippet, displayed url, position), related searches, answer boxes/knowledge panels, and pagination metadata. Use for SEO rank tracking, SERP feature monitoring, Bing-specific visibility audits, and training/eval data for search agents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Specify the search term for which you want to scrape the SERP. | |
| location | No | Defines the search’s origin location. For realistic results, set location at the city level. If omitted, the proxy’s location may be used. | |
| lat | No | GPS latitude for the search origin. | |
| lon | No | GPS longitude for the search origin. | |
| mkt | No | The two-letter country code for the country to search from. | |
| cc | No | The two-letter country code for the country to search from. | |
| safe | No | Adult Content Filtering option. | |
| filters | No | Allows applying various filters to narrow search results, including date-based options: - `ex1:"ez1"` – past 24 hours - `ex1:"ez2"` – past week - `ex1:"ez3"` – past month For complex filters, run a Bing search and copy the filters parameter from the URL. | |
| deviceType | No | Specify the device type for the search. | |
| first | No | This parameter specifies the number of search results to skip and is used for implementing pagination. For example, a value of 1 (default) indicates the first page of results, 11 refers to the second page, and 21 to the third page. | |
| count | No | Number of results per page, ranging from 1 to 50. |