bing_shopping
Retrieve shopping results from Bing with market targeting, country localization, pagination, and advanced filters. Use it to get product listings with prices and sellers.
Instructions
Retrieves shopping results from Bing with support for market targeting, country localization, pagination, and advanced filters. [Credits: 5 API credits per request] Notes: Endpoint costs 5 API credits per request. mkt and cc are mutually exclusive. Returns: { search_parameters: { q }, shopping_results: [ { link, external_link, title, thumbnails[], seller, price, extracted_price } ] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | Country from which search results are returned, using 2-character ISO 3166-1 format (e.g., 'us', 'de', 'gb'). | |
| mkt | No | Market from which results are returned, formatted as <language code>-<country code> (e.g., en-US), case-insensitive. See Bing Market Codes reference. Cannot be used together with cc. | |
| query | Yes | The search query. Any term normally used in a Bing Shopping search. | |
| efirst | No | Controls the offset of the shopping results. For example, efirst=10 starts the results from the 10th shopping result. | |
| filters | No | Advanced filters such as date range filters (e.g., ex1:"ez5_18169_18230") or specific display filters (e.g., ufn:, sid:, catguid:, segment:, entitysegment:). Create exact filter values by running a Bing search and copying the filters query parameter from the URL. |