The Bing SERP API provides real-time access to structured Bing search results, offering no blocks or CAPTCHAs.Documentation Index
Fetch the complete documentation index at: https://docs.hasdata.com/llms.txt
Use this file to discover all available pages before exploring further.
Get Your API Key
Sign in at hasdata.com, go to your account settings, and copy your API key. All requests must include your key in thex-api-key header.
Request Cost and API Credits
Each request to the Bing SERP API consumes API Credits from your account balance.- Cost per request: 10 API Credits
- Credits are deducted only for successful requests.
- Your total available credits depend on your active plan.
Make Your First Request
API Parameters
| Parameter | Default Value | Required | Description |
|---|---|---|---|
q | Coffee | Yes | Specify the search term for which you want to scrape the SERP. |
location | Austin,Texas,United States | 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 monthFor complex filters, run a Bing search and copy the filters parameter from the URL. |
deviceType | desktop | 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. |