TheDocumentation Index
Fetch the complete documentation index at: https://help.decodo.com/llms.txt
Use this file to discover all available pages before exploring further.
bing_search template is built to obtain Bing Search results.
Useful Links
- Set the
headlessparameter tohtmlto scrape AI-generated search results from Bing. - Real-time and Asynchronous integration methods are available for this template.
- Batch requests are also supported.
Input Parameters
Request parameters available for Bing Search target:| Parameter | Type | Required | Description |
|---|---|---|---|
target | string | ✅ | Target type must be set to bing_search |
query | string | ✅ | Search query |
headless | string | html value enables JavaScript rendering. Read more.png value enables screenshot response. Read more. | |
parse | boolean | Automatically parses results when set to true. Default value is false. | |
geo | string | Set the country to use when submitting the query. | |
locale | string | Set the value to change your Bing search page web interface language. | |
domain | string | Specify top-level domain. | |
device_type | string | Specify device type and browser. Read more. | |
page_from | string | Customize the starting page number within the range of 1 to 100. Default value is 1. | |
page_count | integer | Customize the desired page count number within the range of 1 to 10. Each page provides 10 search results. Default value is 1. | |
xhr | boolean | Set to true to retrieve a list of XHR and fetch requests. Read more.Default value is false. | |
markdown | boolean | Set to true to receive a Markdown response. Read more.Default value is false. |
Request Examples
Output
Descriptions for fields in the parsedJSON results section are provided in the table below. Keep in mind that the number of fields can vary according to the provided search query.
| Results key | Description |
|---|---|
url | URL to the Bing Search page. |
page | The page number. |
results | A dictionary of paid and organic search results with their detailed information. |
Response Example
Support
Need help or just want to say hello? Our support is available 24/7.
You can also reach us anytime via email at support@decodo.com.
You can also reach us anytime via email at support@decodo.com.
Feedback
Can’t find what you’re looking for? Request an article!
Have feedback? Share your thoughts on how we can improve.
Have feedback? Share your thoughts on how we can improve.