Search Resollo products
products.searchSearch active, publicly available product listings on the Resollo marketplace. Use this to browse or filter by keyword, category, price range, currency, or seller location. Returns only currently active, purchasable listings (never sold, expired, or moderation-hidden ones). For full details on one specific product you already have the ID for (including its Semantic Profile fields -- suitable_for, not_ideal_for, target_audience, key_strengths, evokes, is_similar_to -- which this search tool does NOT return), call products.get instead. Results are paginated via next_cursor; pass it back as the cursor argument to fetch the next page. No authentication required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free-text search across the listing's canonical name and description. | |
| sort | No | Result ordering. Never influenced by paid placement. | newest |
| limit | No | Maximum number of results to return per page (1-50, default 20). | |
| cursor | No | Opaque pagination cursor from a previous response's next_cursor. | |
| category | No | Numeric top-level category id (see getMarketplaceInfo.categories). Subcategory ids are accepted but rolled up to their top-level parent in the response. | |
| currency | No | ISO 4217 code used for price filtering and each result's converted_price. Defaults to USD. Must be one of getMarketplaceInfo.currencies. | |
| location | No | Comma-separated seller-location filters. Each entry is a 2-letter ISO country code ("HU") or a "COUNTRY:REGION" pair ("HU:BU"). Reflects the seller's profile location, not a per-listing field. | |
| price_max | No | Maximum price in the resolved `currency`. | |
| price_min | No | Minimum price in the resolved `currency` (converted price, not the seller's native currency). | |
| seller_id | No | Restrict results to one seller's listings. The uuid is the seller.id from any search or getProduct result. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| products | Yes | ||
| next_cursor | Yes |