facebook_event_search
Search Facebook events by topic and city — local startDate/timezone, venue. 2 credits. Costs 2 credits. Empty results and failures are never charged. Pass cache=true for a free 24h cache hit (default always fresh).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Topic keyword, e.g. 'comedy'. Pair with location for city-scoped results. | |
| to | No | Inclusive local start date filter YYYY-MM-DD. | |
| from | No | Inclusive local start date filter YYYY-MM-DD. Use for upcoming-only windows — Facebook/SERP may return past events. | |
| cache | No | Set true to serve from the 24h response cache (0 credits on hit). Default false — always fetch fresh. | |
| limit | No | Max items to return (default 20, max 200). Flat 2 credits per call. Response `source` is native or extended (fetch path — not a price change). | |
| location | No | City/place geo filter (e.g. London). Matches timezone, location.city, or coords near the city — not a title substring. | |
| upcoming | No | When true and from is omitted, sets from to today's UTC date so past events are dropped. |