

Facebook Event Scraper (by Event List URL) extracts event data from Facebook venue event list pages. Provide a venue's `/events` or `/upcoming_hosted_events` URL, and the scraper will automatically discover all individual event links on the page, then concurrently fetch and parse each event's detail page.
Facebook Event Scraper (by Event List URL) extracts event data from Facebook venue event list pages. Provide a venue's /events or /upcoming_hosted_events URL, and the scraper will automatically discover all individual event links on the page, then concurrently fetch and parse each event's detail page.
/events, /upcoming_hosted_events)Facebook Event Scraper (by Event List URL) can gather the following data from each event:
| 📛 Event title | 🆔 Event ID | 📅 Event date |
| ⏰ Start / End time | ⏱️ Duration | 🌐 Timezone |
| 📍 Location name | 📫 Full address | 📌 Longitude / Latitude |
| 👤 Event organizers (event_by) | 🤝 Hosts | 👥 People responded |
| 📝 Description | 🔗 Hashtags | 🎟️ Tickets info |
| 🔓 Access level | 🖼️ Main image | 💡 Suggested events |
Facebook Event Scraper (by Event List URL) is easy to use. Follow these 5 steps:
https://www.facebook.com/hp/events).url field.upcoming_events_only to filter results to upcoming events only.retry_times and max_concurrency if needed.To start scraping Facebook events, fill in the input parameters. Facebook Event Scraper (by Event List URL) supports the following inputs:
/events or /upcoming_hosted_events)false)3)8)Each input URL may produce multiple result rows (one per event found). Each row contains:
| Field | Type | Description |
|---|---|---|
url | string | The event detail page URL |
status | string | Collection status (success or failed) |
data | object | Parsed event detail data |
error | string | Error message (empty on success) |
error_code | string | Error code (empty on success) |
Here is an example of the data object in JSON:
When the scraper cannot retrieve data for a given URL, it pushes an error item to the dataset instead of silently skipping it. Normal output items are never affected; you can tell them apart by the presence of a non-empty error_code field.
error_code | Meaning |
|---|---|
PAGE_NOT_FOUND | The requested URL does not exist or has been removed |
ACCESS_DENIED | The page requires login or is restricted |
REQUEST_TIMEOUT | The request timed out after all retry attempts |
PARSE_ERROR | The HTML response could not be parsed |
NETWORK_ERROR | A network-level error occurred during fetching |
NO_EVENTS_FOUND | The venue event list page contains no events |
The scraper first fetches the venue event list page (e.g. /events), parses the HTML to extract all individual event URLs, then concurrently fetches each event's detail page to extract the full event data.
This scraper starts from a venue event list URL and automatically discovers all events on that page. The Event URL scraper requires you to provide individual event URLs directly. Use this scraper when you want to collect all events from a venue or organization.
upcoming_events_only option do?When enabled, the scraper filters the event list to only include events that are hosted in the future. This is useful when you want to avoid collecting past events.
The scraper uses concurrent requests (controlled by max_concurrency) to fetch multiple event detail pages in parallel. With the default setting of 8 concurrent requests, it can process event lists efficiently. You can increase max_concurrency up to 20 for faster scraping.
Yes. The url field accepts an array of venue event list URLs. The scraper will process all URLs and collect events from each venue.
Explore more popular scrapers from our marketplace
by CoreClaw
Extract data in real time via URLs, easily capture posts, shares and engagement metrics, free from complex infrastructure maintenance and IP blocks. One-click CSV/JSON export supported.
by CoreClaw
Extract public Facebook event data in bulk via URLs, including details, attendance and organizer info. One-click CSV/JSON export, no coding required.
by CoreClaw
Scrape Facebook profiles by inputting a profile URL, including basic user information, work experience, education background, contact information, etc., and output them in CSV or JSON format.
by CoreClaw
Extract public Facebook event data in bulk from event list URLs, including basic info, organizer and participant data. Export CSV/JSON with one click, no coding required.