wish_search
Search Wish's product catalog by keyword and get normalized product details like price, currency, rating, review count, and merchant ID, with offset-based pagination.
Instructions
Search Wish products. Searches Wish's product catalog by keyword, with real offset-based pagination. Returns normalized products with price, currency, rating, review count, and merchant id. A query with no matches returns a normal, empty result rather than an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of results per page, 1 to 70, defaults to 30 | |
| query | Yes | Search keyword | |
| offset | No | Result offset, 0-based, defaults to 0, must be an exact multiple of count up to 3 * count |