search_marketplace
Find items for sale across Kijiji, Craigslist, and Facebook Marketplace using a single search with location, category, and price filters.
Instructions
Search Kijiji, Craigslist, and Facebook Marketplace simultaneously. Takes human-readable parameters (city name, category, price range) and returns grouped results from all platforms. Use fetch(url) to get full listing details for any result URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order | date |
| query | Yes | Search keywords (e.g. "golf r", "ikea couch") | |
| category | No | Category filter | all |
| location | Yes | City name, optionally with province/state (e.g. "toronto", "st catharines, ON", "seattle") | |
| condition | No | Item condition filter | |
| max_price | No | Maximum price in dollars | |
| min_price | No | Minimum price in dollars | |
| platforms | No | Platforms to search (default: all). Kijiji is Canada-only and auto-skipped for US locations. |