bing_search
Retrieve organic Bing search results with customizable geographic location, localization, pagination, and content filtering parameters.
Instructions
Retrieves organic search results from Bing with customizable parameters for geographic location, localization, pagination, and content filtering. [Credits: 5 API credits per request] Notes: Endpoint costs 5 API credits per request. lat/lon set a geographic starting point; mkt and cc are mutually exclusive localization options. Returns: { bing_data: [ { title, displayed_link, link, snippet, rank, images[] } ] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | Country from which the search is conducted, using two-character ISO 3166-1 format (e.g., 'us', 'de', 'gb'). | |
| lat | No | GPS latitude as the starting point for the search. | |
| lon | No | GPS longitude as the starting point for the search. | |
| mkt | No | Market from which the results originate, formatted as <language code>-<country code> (e.g., en-US), case-insensitive. Mutually exclusive with cc. | |
| count | No | Number of results displayed per page, ranging from 1 to 50 maximum. Actual results may vary. | |
| first | No | Adjusts the starting position of organic search results. Setting first=10 shifts the 10th result to first position. (default: 1) | |
| query | Yes | The search query, allowing any terms or operators used in a standard Bing search (e.g., 'query', NOT, OR, site:, filetype:, near:, ip:, loc:, feed:, etc.). | |
| filters | No | Enables advanced filtering options such as date range filtering or specific display filters. Construct values by copying filters from a Bing search URL. | |
| safeSearch | No | Controls filtering level for adult content. Allowed values: Off, Moderate, Strict. |