Search Facebook events by keyword across all of Facebook. Returns event names, event IDs, and direct event page links. Supports pagination, date filtering, and location filtering.
curl "https://apidirect.io/v1/facebook/events?query=music%20festival&start_date=2026-08-01" \
-H "X-API-Key: YOUR_API_KEY"
{
"events": [
{
"event_id": "1613570396584259",
"title": "3rd Island Music Festival",
"url": "https://www.facebook.com/events/1613570396584259/"
},
{
"event_id": "947635377782868",
"title": "Outlaw Festival: Willie Nelson, Wilco, Sheryl Crow & More!",
"url": "https://www.facebook.com/events/947635377782868/"
}
],
"count": 2,
"pages": 1
}
Each result includes the event name, its Facebook event ID, and a direct link to the event page.
Use start_date and end_date in YYYY-MM-DD format to narrow results to events happening within a specific time range. You can use one or both parameters.
Resolve the city to a Facebook location ID with the Search Locations endpoint, then pass it as location_id to scope results to that place.
Use the pages parameter to fetch multiple pages of results in a single request (1-10). Each page is billed separately. Default is 1 page.
You only pay for successful requests. The Facebook Search Events API costs $0.008 per page. There are no monthly fees or commitments. You get 50 free requests per endpoint every month.
No. You can sign up and use the free tier (50 requests/endpoint/month) without adding a payment method. You only need to add a card when you want to exceed the free tier.
Yes, there's a concurrency limit of 3 simultaneous requests per endpoint per user. If you need more, just get in touch.
Get your API key and start making requests in minutes. 50 requests/month free every month.
Get API Key