v2 · Tool 1
search_products_v2
Search the catalog by keyword. Returns ranked, deliverable-first results with schema.org/Product entities.
Required
- q
- deliver_to
Request
{
"q": "wireless headphones",
"deliver_to": "SG",
"limit": 10,
"category": "Headphones",
"min_price": 50,
"max_price": 800,
"sort": "best_value"
}Response
{
"data": [
{
"id": "bw_sg_12345",
"title": "Sony WH-1000XM5",
"price": 429.0,
"currency": "SGD",
"domain": "hifisolutions.sg",
"url": "https://hifisolutions.sg/products/sony-wh-1000xm5",
"buywhere_score": 0.92,
"availability": "in_stock",
"deliver_to": "SG"
}
],
"meta": {
"total": 124,
"limit": 10,
"offset": 0,
"shopping_job_id": "9f3a4b1e-7c2d-4a8e-b651-2c0a4f7b9d3e"
}
}