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
}