Facebook Event Search Scraper
Pricing
$4.99 / 1,000 results
Go to Apify Store

Facebook Event Search Scraper
Extract public Facebook events by keyword, with support for location and date filtering, and automatic pagination up to your specified maxResults.
Pricing
$4.99 / 1,000 results
Rating
2.9
(2)
Developer

PowerAI
Maintained by Community
Actor stats
6
Bookmarked
60
Total users
3
Monthly active users
2 months ago
Last modified
Categories
Share
🎉 Facebook Event Search Scraper
Extract public Facebook events based on your search query, with support for location and date filtering. This actor leverages the latest Facebook event search API and supports automatic pagination to collect up to your specified maxResults.
Features
- Search for Facebook events by keyword.
- Optional filtering by location UID, start date, and end date.
- Automatic pagination to fetch large result sets.
- Returns structured event data including event ID, title, type, and URL.
Input
| Field | Type | Required | Description |
|---|---|---|---|
| query | string | Yes | Keywords to search for Facebook events. |
| location_uid | string | No | Optional location UID to filter events. |
| start_date | string | No | Optional start date (yyyy-mm-dd) to filter. |
| end_date | string | No | Optional end date (yyyy-mm-dd) to filter. |
| maxResults | integer | No | Maximum number of events to fetch |
Output
Each output item is a Facebook event object:
{"type": "search_event","event_id": "936931548488133","title": "⚽️ Découverte Football ⚽️ FESTIFOOT 🔴🔵","url": "https://www.facebook.com/events/936931548488133/","scrapedAt": "2025-05-29T07:21:24.070Z"}
Example Usage
{"query": "football","maxResults": 5}
Notes
- The actor will automatically paginate through results until
maxResultsis reached or no more data is available. - For best results, use specific keywords and location filters.