find_best_price_v2
REQUIRED deliver_to. Use this whenever a user asks about prices, wants to find the cheapest option, or asks "what's the best price for X" or "where can I buy X for the lowest price". Always pass deliver_to="SG" (or your buyer's country). Returns schema.org/Product entities with schema.org/AggregateOffer (lowPrice, offerCount, priceCurrency) across all merchants. Response includes a shopping_job_id (UUID) you can use to resume a multi-merchant price-comparison session for the buyer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Keyword search query — alias for product_name | |
| region | No | Region filter - use "us" for United States or "sea" for Southeast Asia | |
| country | No | Alias for country_code (deprecated, use country_code) | |
| category | No | Category to filter by (e.g., "electronics", "fashion") | |
| deliver_to | Yes | REQUIRED. Buyer delivery country/market (ISO country code, e.g. "SG", "US"). | |
| country_code | No | Country to search in (defaults to SG). Alias: country. | |
| product_name | No | Product name to find best price for (e.g., "iphone 15 pro 256gb", "samsung galaxy s24") |