

Facebook Event Scraper (by Search URL) extracts event data from Facebook event search and explore pages. Provide an event search URL (e.g. `/events/explore/` filtered by location or category), and the scraper will automatically discover all individual event links on the search results page, then concurrently fetch and parse each event's detail page.
Facebook Event Scraper (by Search URL) extracts event data from Facebook event search and explore pages. Provide an event search URL (e.g. /events/explore/ filtered by location or category), and the scraper will automatically discover all individual event links on the search results page, then concurrently fetch and parse each event's detail page.
/events/explore/ by location or category)Facebook Event Scraper (by Search 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 Search URL) is easy to use. Follow these 5 steps:
/events/explore/us-atlanta/).url field.retry_times and max_concurrency if needed.To start scraping Facebook events, fill in the input parameters. Facebook Event Scraper (by Search URL) supports the following inputs:
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 |
|---|---|
NO_EVENTS_FOUND | No events found for the search/explore URL |
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 |
The scraper first fetches the event search/explore page (e.g. /events/explore/us-atlanta/), 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 works with search/explore URLs that filter events by location or category. The Event List URL scraper works with venue event list pages that show all events for a specific venue or organization. Use this scraper when you want to find events by geography or topic.
Yes. The url field accepts an array of search/explore URLs. The scraper will process all URLs and collect events from each search result page.
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 search results efficiently. You can increase max_concurrency up to 20 for faster scraping.
The scraper returns a result row with a NO_EVENTS_FOUND error code for that URL, while continuing to process the remaining URLs normally.
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.