firestarter_catalog_search
Search the Firestarter network catalog to see products from all sellers, compare prices, and check availability before buying. Results include listing IDs for purchase and share links.
Instructions
Search the Firestarter NETWORK catalog — products listed for sale by ALL sellers — without starting a purchase. This is the BUYER-facing browse tool: use it to see what's available before buying, compare prices, or check whether the network carries an item. Different from firestarter_listings, which only shows YOUR OWN seller listings. Each result includes a listing id (lst_...) you can pass to firestarter_execute (as listing_id) to buy it, the share link, and a buyable flag — buyable means it can be purchased now; browse-only means the seller hasn't enabled checkout yet (share the link instead). Results lead with buyable, cheapest first. Pass country to filter for items that ship to the buyer's country. test/live follows the API key's environment. Returns up to limit matches (default 20, max 50); when more exist the result notes it — narrow the query or raise limit. Read-only: never charges or changes anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return, 1-50. Default 20. | |
| query | No | Free-text product search, e.g. 'leather conditioner', 'wireless earbuds under 50'. Matches product name, description, and category. Use real product nouns; omit filler words like 'cheap' or 'best'. | |
| country | No | ISO 3166-1 alpha-2 country code (e.g. 'TH', 'US', 'GB'). Filters for listings that ship to this country. Pass the buyer's country to see locally-deliverable options. | |
| category | No | Filter by category, e.g. 'Rings', 'Accessories', 'Stickers'. | |
| max_price | No | Maximum price in the listing currency (inclusive). | |
| min_price | No | Minimum price in the listing currency (inclusive). | |
| buyable_only | No | If true, return only listings that can be purchased now (seller checkout enabled). Default false (includes browse-only listings, which are clearly tagged). |