Bing Product API
The Bing Product API returns structured product page data from Bing Shopping, including product details, variations, ratings with star-level breakdown, customer review insights, a full list of buying options from multiple sellers with prices and installment plans, Bing's price history for the product, and related product suggestions.
This endpoint is designed to be used together with the Bing Shopping API: call Bing Shopping first, then use the product_token from any shopping_results[] item to pull the full product page with this endpoint.
Product tokens carry Bing's internal offer identifiers, which rotate as merchants add and remove listings. A token that resolved a product yesterday may return an empty response today. Always fetch a fresh product_token from Bing Shopping immediately before calling this endpoint rather than caching tokens long-term.
API Parameters
Search Query
-
- Name
-
product_token - Required
- Required
- Description
-
Token that identifies a Bing Shopping product. Obtained from the
shopping_results[].product_tokenfield of a Bing Shopping API response. Carries the query and Bing product filters needed to reach the product page; treat it as opaque and pass it back unchanged.Note: tokens are ephemeral. They encode Bing's internal offer identifiers, which rotate as merchants add and remove listings, so fetch a fresh token from Bing Shopping immediately before each call rather than caching long-term.
Localization
-
- Name
-
market_code - Required
- Optional
- Description
-
Defines the country for search results. Format is
language-country, likeen-US. For a list of market values, check the full list of supported Bingmarket_codecodes. Note: themarket_codeparameter can't be used together withcountry_codeparameter.
-
- Name
-
country_code - Required
- Optional
- Description
-
Specifies the country for the search results if
market_codeis not specified. Defaults toUSif unspecified ormarket_codeis not used. Check the full list of supported Bingcountry_codecountries. Note: thecountry_codeparameter can't be used together withmarket_codeparameter.
-
- Name
-
language - Required
- Optional
- Description
-
Sets the language for user interface text. Use 2-letter (ISO 639-1) or 4-letter codes ('
- '). Defaults to en(English) if unspecified or unsupported. Check the full list of supported Binglanguagelanguages.
Engine
-
- Name
-
engine - Required
- Required
- Description
-
Parameter defines an engine that will be used to retrieve real-time data. It must be set to
bing_product.
API key
-
- Name
-
api_key - Required
- Required
- Description
-
The
api_keyauthenticates your requests. Use it as a query parameter (https://www.searchapi.io/api/v1/search?api_key=YOUR_API_KEY) or in the Authorization header (Bearer YOUR_API_KEY).
Zero Data Retention
-
- Name
-
zero_retention - Enterprise Only
- Enterprise Only
- Required
- Optional
- Description
-
Set this parameter to
trueto disable all logging and persistent storage. No request parameters, HTML, or JSON responses are stored or logged. Suitable for high-compliance use cases. Debugging and support may be limited while enabled.
API Examples
Full Response
https://www.searchapi.org/api/v1/search?engine=bing_product&product_token=eyJxIjoiY2FyIHRpcmVzIiwiZmlsdGVycyI6InNjZW5hcmlvOlwiMTdcIiBnVHlwZTpcIjNcIiBnSWQ6XCIwMzY5QjlDOTg1RUExOUYwNTY1RkM4REFGRDQzQTIwRFwiIGdJZEhhc2g6XCIxMDM3NTU5Njc4XCIgZ0dsb2JhbE9mZmVySWRzOlwiMTI5Mjc5NjIzMjQ1XCIgQXVjQ29udGV4dEd1aWQ6XCIwXCIgR3JvdXBFbnRpdHlJZDpcIjAzNjlCOUM5ODVFQTE5RjA1NjVGQzhEQUZENDNBMjBEXCIgTm9uU3BvbnNvcmVkT2ZmZXI6XCJUcnVlXCIifQ%3D%3D
- Python
- Node
- Ruby
- Java
- Go
- PHP
- Bash
- R
- Kotlin
- Swift
- C#
- C
- C++
- requests
import requests
url = "https://www.searchapi.org/api/v1/search"
params = {
"engine": "bing_product",
"product_token": "eyJxIjoiY2FyIHRpcmVzIiwiZmlsdGVycyI6InNjZW5hcmlvOlwiMTdcIiBnVHlwZTpcIjNcIiBnSWQ6XCIwMzY5QjlDOTg1RUExOUYwNTY1RkM4REFGRDQzQTIwRFwiIGdJZEhhc2g6XCIxMDM3NTU5Njc4XCIgZ0dsb2JhbE9mZmVySWRzOlwiMTI5Mjc5NjIzMjQ1XCIgQXVjQ29udGV4dEd1aWQ6XCIwXCIgR3JvdXBFbnRpdHlJZDpcIjAzNjlCOUM5ODVFQTE5RjA1NjVGQzhEQUZENDNBMjBEXCIgTm9uU3BvbnNvcmVkT2ZmZXI6XCJUcnVlXCIifQ=="
}
response = requests.get(url, params=params)
print(response.text)
{
"search_metadata": {
"id": "search_njk0fjxOThewnAAD56VWx891",
"status": "Success",
"created_at": "2026-04-30T16:21:45Z",
"request_time_taken": 2.76,
"parsing_time_taken": 0.02,
"total_time_taken": 2.78,
"request_url": "https://www.bing.com/shop/productpage?q=car+tires&filters=scenario%3A%2217%22+gType%3A%223%22+gId%3A...",
"html_url": "https://www.searchapi.io/api/v1/searches/search_lTZV35gpBt5mzXnOezRKJYcJ.html",
"json_url": "https://www.searchapi.io/api/v1/searches/search_Pn57VOLHmX4WqvPQaD0maU66"
},
"search_parameters": {
"engine": "bing_product",
"product_token": "eyJxIjoiY2FyIHRpcmVzIiwiZmlsdGVycyI6InNjZW5hcmlvOlwiMTdcIiBnVHlwZTpcIjNcIiBnSWQ6XCIwMzY5QjlDOTg1RUExOUYwNTY1RkM4REFGRDQzQTIwRFwiIGdJZEhhc2g6XCIxMDM3NTU5Njc4XCIgZ0dsb2JhbE9mZmVySWRzOlwiMTI5Mjc5NjIzMjQ1XCIgQXVjQ29udGV4dEd1aWQ6XCIwXCIgR3JvdXBFbnRpdHlJZDpcIjAzNjlCOUM5ODVFQTE5RjA1NjVGQzhEQUZENDNBMjBEXCIgTm9uU3BvbnNvcmVkT2ZmZXI6XCJUcnVlXCIifQ==",
"country_code": "US"
},
"product": {
"product_id": "129279623245",
"title": "Michelin Defender2 215/55R16 XL 97H Standard Touring All-Season Tire 12060",
"description": "Michelin Defender2 - The Defender2 is Michelin's Standard Touring All-Season tire built for drivers of coupes, sedans, crossover, SUVs and minivans, looking for a dependable tire with reliable year-round traction. Defender2 tires are built to combine long, durable tread life with capable all-season performance in dry, wet and wintry conditions, even in light snow. The all-season compound is molded into a symmetric tread design allowing for flexible rotation patterns, helping manage block wear and maintain a smooth, quiet ride. Interconnected tread elements minimize airborne noise and help ensure a stable footprint for predictable handing in dynamic maneuvers. Wide, circumferential grooves provide ample pass-through volume and channel water from generous lateral notches for enhanced hydroplaning resistance. Carefully integrated lateral and longitudinal sipes help provide biting edges and grip on slippery pavement for confidence in inclement weather and wintry roads. Internal construction of the Defender2 consists of a single-ply casing with a high turn-up ply design to maintain durability while preserving ride comfort. Twin steel belts provide a robust foundation for the tread and are reinforced by a polyamide cap ply for stability at high speeds.",
"rating": 4.5,
"reviews": 655,
"thumbnail": "https://th.bing.com/th/id/OPHS.U3thxwlOR8OYTg474C474?o=5&pid=21.1",
"images": [
"https://th.bing.com/th/id/OPHS.U3thxwlOR8OYTg474C474?o=5&pid=21.1",
"..."
],
"reviews_histogram": {
"5": 80,
"4": 7,
"3": 4,
"2": 2,
"1": 7
},
"variations": [
{
"title": "Load Index",
"options": [
{
"title": "91"
},
"..."
]
},
"..."
],
"specifications": [
{
"name": "Size",
"value": "215/55R16"
},
"..."
]
},
"offers": [
{
"position": 1,
"is_sponsored": true,
"title": "Michelin Defender2 215/55R16 XL 97H Standard Touring All-Season Tire 12060",
"link": "https://www.bing.com/aclick?ld=e8fZmWMOCSl4FNopYt164zjTVUCUx7G8UVEFb6qWMYqOC4a4iWgK-sAdx7WaPtW5zgquG...",
"price": "$174.99",
"extracted_price": 174.99,
"currency": "$",
"merchant": {
"name": "Tire Rack",
"favicon": "https://th.bing.com/th/id/ODF.2Ao-6WlaODzdoDvrkOgrjg?dpr=2&pid=retail"
},
"advertiser": {
"name": "The Tire Rack, Inc.",
"location": "United States"
}
},
"..."
],
"price_history": {
"trend": "stable",
"median_price": "$174.99",
"extracted_median_price": 174.99,
"history": [
{
"date": "2025-05-02",
"extracted_price": 181.99
},
"..."
]
},
"top_insights": [
{
"title": "Reviewed by customers",
"items": [
{
"title": "Excellent Tire Craftsmanship",
"snippet": "Customers praise these tires for their superior craftsmanship. High-quality tires ensure better performance, safety, and durability on the road."
},
"..."
]
},
"..."
],
"review_summary": {
"summary": "These tires are highly praised for their smooth and quiet ride, excellent traction, and durability. Customers appreciate the improved handling and performance in various conditions, including rain and snow. The tires are also recommended for their long-lasting performance and reliability.",
"pros": [
"Excellent performance",
"Quiet ride",
"Smooth ride",
"Good handling",
"Long-lasting"
],
"cons": [
"More expensive",
"No white lettering on tires"
]
},
"popular_opinions": [
{
"position": 1,
"rating": 4.0,
"title": "Always been a fan of...",
"text": "Always been a fan of Toyo tires, have had Outlander H/T2's on two of my F350 4x4 crew cabs and with one exception, loved the tires.\\nSo, I thought I would put a set of Toyos on my wife's car, settled on the Outlander Q/T 235/65R17. Now to the important stuff.\\nVehicle: Kia Sorento fwd V6\\nNormal interstate and stop and go city driving, on mostly HOT pavement with frequent heavy rain. \\nNormal weight of vehicle to plus 800lb cargo on the weekends during which operation is interstate driving at 65-105mph, tire performance is great on straight, or in interstate curves, on wet or dry roads.\\nBraking: Normal straight, wet/dry, Excellent. \\nHeavy braking, straight, dry, Excellent.\\nHeavy braking, straight wet, Great.\\nNormal braking, curves, wet/dry, Great.\\nHeavy braking, curves, dry, great.\\nHeavy braking, curves, wet, front of car, great, rear of car, good. The rear tires will loose grip under these conditions. (at the tires limit)\\nSteering response: Normal to plus 800lb cargo vehicle weight, great. Steering response is actually better with the extra cargo weight.\\nThe sidewalls seem stiff enough, no spongy or rolling effect. Notice about a 5% reduction on wet pavement. \\nGas milage, ok i guess, better than the Kumho tires that came on the car.\\nComfort: The Outlander 235/65R17 tires ride like they were made of solid rubber!\\nOn smooth pavement, all is good, a smooth ride, hit rough road and my 1 ton truck rides smoother than these tires! Not a bad thing though unless you're after a cushy ride.\\nThese are a 108H (XL) 2205 lb/tire load range.\\nThe worst part about the Outlander Q/T is the noise. I simply cannot understand how some people say these are quiet tires, they are NOT, not in any way, above 45mph, normal vehicle weight, on dry interstate concrete or dry asphalt pavement these tires are LOUD, LOUD, LOUD! They are somewhat quieter on wet surfaces. And the warbble, yes, they have that annoying frequency. Did I mention these tires are LOUD! 50k miles and just at the wearbars.",
"username": "Sam I am.",
"source": "www.walmart.com",
"date": "Jul 12, 2025"
},
"..."
],
"related_products": [
{
"position": 1,
"product_id": "161567001797",
"title": "Maxxis MU511/MU521 27X11.00-12 C/6PLY",
"link": "https://www.bing.com/aclick?ld=e8OCOIO8796f-FoUqkIQbTQjVUCUwAHy-CqjRupoX_bk_FfSpA1SDAhI66vqaXso1s3Ne...",
"price": "$167.57",
"extracted_price": 167.57,
"rating": 5.0,
"reviews": 1,
"seller": "tires-easy",
"thumbnail": "https://th.bing.com/th?id=OPHS.jNqRkyu8i0%2f7bg474C474&c=17&pid=21.1"
},
"..."
],
"sponsored_related_products": [
{
"position": 1,
"product_id": "129279623247",
"title": "Michelin Defender2 215/50R17 XL 95H Standard Touring All-Season Tire 30697",
"link": "https://www.bing.com/aclick?ld=e8FNllw0pDKfMRFRHix2WeQjVUCUzD5JMPopLsjOYal4s3jmrvioJcSJ3unftM83bQ2yh...",
"price": "$199.99",
"extracted_price": 199.99,
"rating": 4.5,
"reviews": 880,
"seller": "Tire Rack",
"thumbnail": "https://th.bing.com/th/id/OPHS.U3thxwlOR8OYTg474C474?pid=21.1"
},
"..."
],
"related_searches": [
{
"query": "Michelin Defender Ltx M S",
"link": "https://www.bing.com/shop?q=Michelin Defender Ltx M S&FORM=SHPPDP"
},
"..."
]
}
Offers
https://www.searchapi.org/api/v1/search?engine=bing_product&product_token=eyJxIjoiaXBob25lIDE2IiwiZmlsdGVycyI6InNjZW5hcmlvOlwiMTdcIiBnVHlwZTpcIjNcIiBnSWQ6XCJGNjgyNDBDRTEzMTg2MzQ5MzI0MkZEQTU4MTFCMEM0MlwiIGdJZEhhc2g6XCIxNzU4NzE0ODA2XCIgZ0dsb2JhbE9mZmVySWRzOlwiMzQ2MjkwMDU0OTQ3XCIgQXVjQ29udGV4dEd1aWQ6XCIwXCIgR3JvdXBFbnRpdHlJZDpcIkY2ODI0MENFMTMxODYzNDkzMjQyRkRBNTgxMUIwQzQyXCIgTm9uU3BvbnNvcmVkT2ZmZXI6XCJUcnVlXCIifQ%3D%3D
- Python
- Node
- Ruby
- Java
- Go
- PHP
- Bash
- R
- Kotlin
- Swift
- C#
- C
- C++
- requests
import requests
url = "https://www.searchapi.org/api/v1/search"
params = {
"engine": "bing_product",
"product_token": "eyJxIjoiaXBob25lIDE2IiwiZmlsdGVycyI6InNjZW5hcmlvOlwiMTdcIiBnVHlwZTpcIjNcIiBnSWQ6XCJGNjgyNDBDRTEzMTg2MzQ5MzI0MkZEQTU4MTFCMEM0MlwiIGdJZEhhc2g6XCIxNzU4NzE0ODA2XCIgZ0dsb2JhbE9mZmVySWRzOlwiMzQ2MjkwMDU0OTQ3XCIgQXVjQ29udGV4dEd1aWQ6XCIwXCIgR3JvdXBFbnRpdHlJZDpcIkY2ODI0MENFMTMxODYzNDkzMjQyRkRBNTgxMUIwQzQyXCIgTm9uU3BvbnNvcmVkT2ZmZXI6XCJUcnVlXCIifQ=="
}
response = requests.get(url, params=params)
print(response.text)
{
"search_metadata": {
"id": "search_xPJuuI1ahd7dfcHS9N1AhsXk",
"status": "Success",
"created_at": "2026-04-30T16:21:58Z",
"request_time_taken": 2.46,
"parsing_time_taken": 0.02,
"total_time_taken": 2.48,
"request_url": "https://www.bing.com/shop/productpage?q=iphone+16&filters=scenario%3A%2217%22+gType%3A%223%22+gId%3A...",
"html_url": "https://www.searchapi.io/api/v1/searches/search_tb3xMQHiCff4HZfFFD6zUzTg.html",
"json_url": "https://www.searchapi.io/api/v1/searches/search_uC8dOHhusZt5ics12il5BC6g"
},
"search_parameters": {
"engine": "bing_product",
"product_token": "eyJxIjoiaXBob25lIDE2IiwiZmlsdGVycyI6InNjZW5hcmlvOlwiMTdcIiBnVHlwZTpcIjNcIiBnSWQ6XCJGNjgyNDBDRTEzMTg2MzQ5MzI0MkZEQTU4MTFCMEM0MlwiIGdJZEhhc2g6XCIxNzU4NzE0ODA2XCIgZ0dsb2JhbE9mZmVySWRzOlwiMzQ2MjkwMDU0OTQ3XCIgQXVjQ29udGV4dEd1aWQ6XCIwXCIgR3JvdXBFbnRpdHlJZDpcIkY2ODI0MENFMTMxODYzNDkzMjQyRkRBNTgxMUIwQzQyXCIgTm9uU3BvbnNvcmVkT2ZmZXI6XCJUcnVlXCIifQ==",
"country_code": "US"
},
"offers": [
{
"position": 1,
"is_sponsored": true,
"title": "Apple iPhone 16 - Black - 128GB | T-Mobile For Business (24 Monthly Installment Payments + Plan)",
"link": "https://www.bing.com/aclick?ld=e8X18M66tAWrj0y979L8Pr-DVUCUzMRhABSUb-snO_tHImXtDzlijR1TYuzOuKJIU-6S7...",
"price": "$729.99",
"extracted_price": 729.99,
"currency": "$",
"installment": {
"down_payment": "$729.99",
"extracted_down_payment": 729.99,
"months": "x 24",
"extracted_months": 24,
"cost_per_month": "$30.42/mo",
"extracted_cost_per_month": 30.42
},
"merchant": {
"name": "T-Mobile for Business",
"favicon": "https://th.bing.com/th/id/ODF.8nS9zefLS0vKkw298-Yhow?dpr=2&pid=retail"
},
"advertiser": {
"name": "T-Mobile",
"location": "United States"
}
},
"..."
]
}
Related Products
https://www.searchapi.org/api/v1/search?engine=bing_product&product_token=eyJxIjoiaXBob25lIDE2IiwiZmlsdGVycyI6InNjZW5hcmlvOlwiMTdcIiBnVHlwZTpcIjNcIiBnSWQ6XCJGNjgyNDBDRTEzMTg2MzQ5MzI0MkZEQTU4MTFCMEM0MlwiIGdJZEhhc2g6XCIxNzU4NzE0ODA2XCIgZ0dsb2JhbE9mZmVySWRzOlwiMzQ2MjkwMDU0OTQ3XCIgQXVjQ29udGV4dEd1aWQ6XCIwXCIgR3JvdXBFbnRpdHlJZDpcIkY2ODI0MENFMTMxODYzNDkzMjQyRkRBNTgxMUIwQzQyXCIgTm9uU3BvbnNvcmVkT2ZmZXI6XCJUcnVlXCIifQ%3D%3D
- Python
- Node
- Ruby
- Java
- Go
- PHP
- Bash
- R
- Kotlin
- Swift
- C#
- C
- C++
- requests
import requests
url = "https://www.searchapi.org/api/v1/search"
params = {
"engine": "bing_product",
"product_token": "eyJxIjoiaXBob25lIDE2IiwiZmlsdGVycyI6InNjZW5hcmlvOlwiMTdcIiBnVHlwZTpcIjNcIiBnSWQ6XCJGNjgyNDBDRTEzMTg2MzQ5MzI0MkZEQTU4MTFCMEM0MlwiIGdJZEhhc2g6XCIxNzU4NzE0ODA2XCIgZ0dsb2JhbE9mZmVySWRzOlwiMzQ2MjkwMDU0OTQ3XCIgQXVjQ29udGV4dEd1aWQ6XCIwXCIgR3JvdXBFbnRpdHlJZDpcIkY2ODI0MENFMTMxODYzNDkzMjQyRkRBNTgxMUIwQzQyXCIgTm9uU3BvbnNvcmVkT2ZmZXI6XCJUcnVlXCIifQ=="
}
response = requests.get(url, params=params)
print(response.text)
{
"search_metadata": {
"id": "search_GSpp6Pc7ZeqV4qkd5a4aES3G",
"status": "Success",
"created_at": "2026-04-30T16:22:04Z",
"request_time_taken": 8.08,
"parsing_time_taken": 0.01,
"total_time_taken": 8.1,
"request_url": "https://www.bing.com/shop/productpage?q=iphone+16&filters=scenario%3A%2217%22+gType%3A%223%22+gId%3A...",
"html_url": "https://www.searchapi.io/api/v1/searches/search_KZzgObjnt0NQOBU8iHInzWOT.html",
"json_url": "https://www.searchapi.io/api/v1/searches/search_Gx4vegmKmhDpDFykHXzhew3c"
},
"search_parameters": {
"engine": "bing_product",
"product_token": "eyJxIjoiaXBob25lIDE2IiwiZmlsdGVycyI6InNjZW5hcmlvOlwiMTdcIiBnVHlwZTpcIjNcIiBnSWQ6XCJGNjgyNDBDRTEzMTg2MzQ5MzI0MkZEQTU4MTFCMEM0MlwiIGdJZEhhc2g6XCIxNzU4NzE0ODA2XCIgZ0dsb2JhbE9mZmVySWRzOlwiMzQ2MjkwMDU0OTQ3XCIgQXVjQ29udGV4dEd1aWQ6XCIwXCIgR3JvdXBFbnRpdHlJZDpcIkY2ODI0MENFMTMxODYzNDkzMjQyRkRBNTgxMUIwQzQyXCIgTm9uU3BvbnNvcmVkT2ZmZXI6XCJUcnVlXCIifQ==",
"country_code": "US"
},
"related_products": [
{
"position": 1,
"product_id": "245276911927",
"title": "Apple iPhone 16 128GB In Pink | Verizon (With 36 Monthly Installment Payments + Plan)",
"link": "https://www.bing.com/aclick?ld=e8OcOoFTCLEFjb0-KSSUKtMzVUCUzjHlwfw4oq3g_IVJ2nwzdKDys3K3ilnr5Czy17fSi...",
"price": "$0.00",
"extracted_price": 0.0,
"seller": "Verizon Wireless",
"thumbnail": "https://th.bing.com/th/id/OPHS.t68R6zeAmwK3WA474C474?c=17&pid=21.1",
"installment": {
"cost_per_month": "$20.27/mo",
"extracted_cost_per_month": 20.27,
"months": "x 36",
"extracted_months": 36
}
},
"..."
]
}
Sponsored Related Products
https://www.searchapi.org/api/v1/search?engine=bing_product&product_token=eyJxIjoiY2FyIHRpcmVzIiwiZmlsdGVycyI6InNjZW5hcmlvOlwiMTdcIiBnVHlwZTpcIjNcIiBnSWQ6XCIwMzY5QjlDOTg1RUExOUYwNTY1RkM4REFGRDQzQTIwRFwiIGdJZEhhc2g6XCIxMDM3NTU5Njc4XCIgZ0dsb2JhbE9mZmVySWRzOlwiMTI5Mjc5NjIzMjQ1XCIgQXVjQ29udGV4dEd1aWQ6XCIwXCIgR3JvdXBFbnRpdHlJZDpcIjAzNjlCOUM5ODVFQTE5RjA1NjVGQzhEQUZENDNBMjBEXCIgTm9uU3BvbnNvcmVkT2ZmZXI6XCJUcnVlXCIifQ%3D%3D
- Python
- Node
- Ruby
- Java
- Go
- PHP
- Bash
- R
- Kotlin
- Swift
- C#
- C
- C++
- requests
import requests
url = "https://www.searchapi.org/api/v1/search"
params = {
"engine": "bing_product",
"product_token": "eyJxIjoiY2FyIHRpcmVzIiwiZmlsdGVycyI6InNjZW5hcmlvOlwiMTdcIiBnVHlwZTpcIjNcIiBnSWQ6XCIwMzY5QjlDOTg1RUExOUYwNTY1RkM4REFGRDQzQTIwRFwiIGdJZEhhc2g6XCIxMDM3NTU5Njc4XCIgZ0dsb2JhbE9mZmVySWRzOlwiMTI5Mjc5NjIzMjQ1XCIgQXVjQ29udGV4dEd1aWQ6XCIwXCIgR3JvdXBFbnRpdHlJZDpcIjAzNjlCOUM5ODVFQTE5RjA1NjVGQzhEQUZENDNBMjBEXCIgTm9uU3BvbnNvcmVkT2ZmZXI6XCJUcnVlXCIifQ=="
}
response = requests.get(url, params=params)
print(response.text)
{
"search_metadata": {
"id": "search_2BCxrqTFEyPJ6NlB0f4sH7ox",
"status": "Success",
"created_at": "2026-04-30T16:22:13Z",
"request_time_taken": 3.23,
"parsing_time_taken": 0.02,
"total_time_taken": 3.25,
"request_url": "https://www.bing.com/shop/productpage?q=car+tires&filters=scenario%3A%2217%22+gType%3A%223%22+gId%3A...",
"html_url": "https://www.searchapi.io/api/v1/searches/search_G8aHnf1H0xWeoW4I4RwR6Rmd.html",
"json_url": "https://www.searchapi.io/api/v1/searches/search_hfCKTbN8jMEAjpW7gi7YH49s"
},
"search_parameters": {
"engine": "bing_product",
"product_token": "eyJxIjoiY2FyIHRpcmVzIiwiZmlsdGVycyI6InNjZW5hcmlvOlwiMTdcIiBnVHlwZTpcIjNcIiBnSWQ6XCIwMzY5QjlDOTg1RUExOUYwNTY1RkM4REFGRDQzQTIwRFwiIGdJZEhhc2g6XCIxMDM3NTU5Njc4XCIgZ0dsb2JhbE9mZmVySWRzOlwiMTI5Mjc5NjIzMjQ1XCIgQXVjQ29udGV4dEd1aWQ6XCIwXCIgR3JvdXBFbnRpdHlJZDpcIjAzNjlCOUM5ODVFQTE5RjA1NjVGQzhEQUZENDNBMjBEXCIgTm9uU3BvbnNvcmVkT2ZmZXI6XCJUcnVlXCIifQ==",
"country_code": "US"
},
"sponsored_related_products": [
{
"position": 1,
"product_id": "129279623247",
"title": "Michelin Defender2 215/50R17 XL 95H Standard Touring All-Season Tire 30697",
"link": "https://www.bing.com/aclick?ld=e8Pa0_Rm0aUxQWIgvEiGkBTjVUCUzX3hUNqfieEUn08nYyQqPuAAv8kPDk5jwa_ZtOTSa...",
"price": "$199.99",
"extracted_price": 199.99,
"rating": 4.5,
"reviews": 880,
"seller": "Tire Rack",
"thumbnail": "https://th.bing.com/th/id/OPHS.U3thxwlOR8OYTg474C474?pid=21.1"
},
"..."
]
}