

Facebook Event Scraper (by Event URL) extracts event data by directly visiting individual Facebook event detail page URLs. When you already have specific event links, this scraper fetches each one concurrently and parses the full event details from the HTML.
Facebook Event Scraper (by Event URL) extracts event data by directly visiting individual Facebook event detail page URLs. When you already have specific event links, this scraper fetches each one concurrently and parses the full event details from the HTML.
Facebook Event Scraper (by Event 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 URL) is easy to use. Follow these 5 steps:
https://www.facebook.com/events/1234567890/).url field.retry_times and max_concurrency if needed.To start scraping Facebook events, fill in the input parameters. Facebook Event Scraper (by Event URL) supports the following inputs:
3)8)Each input URL returns one result row:
| Field | Type | Description |
|---|---|---|
url | string | The event URL that was crawled |
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 |
This scraper is designed for when you already have specific event URLs. The Event List URL scraper starts from a venue event list page and automatically discovers all events on that page. Use this scraper when you have a curated list of event links.
Yes. The url field accepts an array of event detail URLs. The scraper will process all URLs concurrently and return one result row per URL.
The scraper uses concurrent requests (controlled by max_concurrency) to fetch multiple event pages in parallel. With the default setting of 8 concurrent requests, it can process a large batch of URLs efficiently. You can increase max_concurrency up to 20 for faster scraping.
The scraper returns an error item with a descriptive error message and error_code for that URL, while continuing to process the remaining URLs normally.
No. This scraper can only access publicly available event pages. Private events that require login or special permissions will result in an ACCESS_DENIED error.
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.