
Facebook Event Search Scraper
Pricing
$4.99 / 1,000 results
Go to 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.
5.0 (1)
Pricing
$4.99 / 1,000 results
1
Total users
1
Monthly users
1
Runs succeeded
>99%
Last modified
a day ago
🎉 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
maxResults
is reached or no more data is available. - For best results, use specific keywords and location filters.