Search Facebook Marketplace listings
facebook_marketplace_search_listSearch Facebook Marketplace listings by keyword near a latitude and longitude. Returns a list (use cursor when paginated).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude for the marketplace search location. | |
| lng | No | Longitude for the marketplace search location. | |
| count | No | Deprecated alias for `limit`. When both are set, `limit` wins. | |
| limit | No | Optional number of listings to return (1–100). Prefer this over `count`. | |
| query | Yes | Search query text for marketplace listings. | |
| cursor | No | Opaque pagination cursor returned by a previous response. | |
| sortBy | No | Optional sort order for marketplace listings. `suggested`: Facebook's default relevance ranking. `distanceAscend`: nearest first. `creationTimeDescend`: newest listings first. `priceAscend`/`priceDescend`: lowest/highest price first. | |
| maxPrice | No | Optional maximum listing price. Must be greater than or equal to `minPrice` when both are set. | |
| minPrice | No | Optional minimum listing price. Must be less than or equal to `maxPrice` when both are set. | |
| radiusKm | No | Optional search radius in kilometers. | |
| condition | No | Optional item condition filter for marketplace listings. | |
| dateListed | No | Optional date-listed filter for marketplace listings. `1`/`last24Hours` both mean the last 24 hours, `7`/`last7Days` both mean the last 7 days, and `30`/`last30Days` both mean the last 30 days — these are separate values Facebook accepts for the same window; prefer the named variants (`last24Hours`, `last7Days`, `last30Days`) for clarity. `all` applies no date filter. | |
| availability | No | Optional availability filter for marketplace listings. | |
| deliveryMethod | No | Optional delivery method filter for marketplace listings. |