get_deals_v2
REQUIRED deliver_to. Get discounted products sorted by discount percentage. Always pass deliver_to="SG" (or your buyer's country). Returns schema.org/Product entities with schema.org/Offer properties: price, priceCurrency, availability, originalPrice, and discountPercentage. Covers Singapore, Malaysia, Indonesia, Thailand, Vietnam, and US e-commerce. Supports currency, region (sea, us, eu, au) and country (SG, US, VN, MY, ...) filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results (max 100, default 20) | |
| offset | No | Pagination offset | |
| region | No | Filter by region (sea, us, eu, au) | |
| country | No | Alias for country_code (deprecated, use country_code) | |
| currency | No | Filter by currency code (SGD, USD, MYR, VND, THB). Defaults to SGD. | SGD |
| deliver_to | Yes | REQUIRED. Buyer delivery country/market (ISO country code, e.g. "SG", "US"). | |
| country_code | No | Filter by ISO country code. Alias: country. | |
| min_discount | No | Minimum discount percentage (default 10) |