search_listings
Search active listings on Defici.com global marketplace. Returns paginated results. Contact details are not included — this is a read-only discovery tool. IMPORTANT: prices are raw numbers with no confirmed currency unit (varies by market, not captured at ingest). Do not treat price as a specific denomination or compare values across listings. Each listing in the results array includes a currency_note field explaining that currency is omitted and where the market nominal currency reference can be found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free-text search query (matches title and description) | |
| city | No | City name filter (partial match, case-insensitive). | |
| page | No | Page number for pagination (default: 1). | |
| limit | No | Results per page (default: 20, max: 30). | |
| market | No | Market/region filter. Use get_regions for valid IDs (e.g. global, dubai, india, lithuania, nigeria). Default: global (all markets). | |
| category | No | Category filter. Use list_categories to get valid IDs (e.g. JOBS, CARS_VEHICLES, PROPERTY_RENT, MOBILES_ELECTRONICS). Human-friendly aliases also accepted (e.g. "cars", "jobs", "electronics"). | |
| price_max | No | Maximum price filter. Prices are raw numbers with no confirmed currency unit — do not assume denomination. | |
| price_min | No | Minimum price filter. Prices are raw numbers with no confirmed currency unit — do not assume denomination. |