Facebook Events Scraper
2 hours trial then $19.99/month - No credit card required now
Facebook Events Scraper
2 hours trial then $19.99/month - No credit card required now
Extract Facebook events data including title, date, cover image, ticket info and more. Perfect for event aggregators, market research, and monitoring competitor events. Supports both public and private events with authentication.
Facebook Events Scraper 🎯
Powerful scraper for extracting detailed information about Facebook events. Perfect for event organizers, marketers, and researchers who need to monitor and analyze Facebook events data.
🎯 Features
- Scrapes public Facebook events data
- Supports both online and offline events
- Customizable number of results
📊 Output Data
For each event, the scraper extracts:
- Event ID
- Title
- Cover image URL
- Date and time information
- Event URL
- Event type (online/offline)
- Social context (interested/going counts)
- Ticket price information (if available)
- Event status (past/upcoming)
🔧 Input Parameters
Parameter | Type | Description |
---|---|---|
searchUrl | String | Facebook events search URL with your desired filters |
maxItems | Integer | Maximum number of events to scrape |
Input Example
A full explanation of an input example in JSON.
1{ 2 "searchUrl": "https://www.facebook.com/events/search?q=ai&filters=eyJvbmxpbmVfZmlsdGVyOjAiOiJ7XCJuYW1lXCI6XCJmaWx0ZXJfZXZlbnRzX29ubGluZVwiLFwiYXJnc1wiOlwiXCJ9In0%3D", 3 "maxItems": 20 4}
Output sample
The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "id": "1530100271044809", 4 "cover_image": "https://scontent-ams2-1.xx.fbcdn.net/v/t39.30808-6/463975821_10161696721499754_1709609355278605286_n.jpg?stp=c31.0.338.225a_dst-jpg_p75x225&_nc_cat=100&ccb=1-7&_nc_sid=75d36f&_nc_ohc=YrTxg74zPJgQ7kNvgFwHHEo&_nc_zt=23&_nc_ht=scontent-ams2-1.xx&_nc_gid=A43ZvxJQQEKQDHoidxba-NM&oh=00_AYBhAXP-FWSsPZRpEIVQaOI7x9pvmVQVqZbJ9UxtL87WFg&oe=6728E445", 5 "date": "Tue, Nov 12 at 2 AM CST", 6 "start_time": "2024-11-12 02:00:00", 7 "title": "AI Marketing Bootcamp", 8 "eventUrl": "https://www.facebook.com/events/1530100271044809/", 9 "eventKind": "PUBLIC_TYPE", 10 "is_online": true, 11 "is_past": false, 12 "social_context": "1 interested · 4 going", 13 "ticketPrice": null 14 }, 15 ... 16]
- 2 monthly users
- 0 stars
- 100.0% runs succeeded
- Created in Oct 2024
- Modified 17 days ago