CoreClaw
Store
Pricing
Start Free Trial
mn06pz6r

Facebook Event Scraper (by Event URL)

Pricing
Try for free
mn06pz6r

Facebook Event Scraper (by Event URL)

mn06pz6r/facebook-huo-dong-nei-rong-zhua-qu-gong-ju-by-url

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.

Try for Free

What does Facebook Event Scraper (by Event URL) do?

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.

  • Scrape events by providing individual event detail URLs directly
  • Concurrent fetching for processing multiple events in parallel
  • Extract comprehensive event details: title, date, location, description, hosts, tickets, coordinates, and more
  • Configurable retry and concurrency settings
  • Export data in multiple formats: JSON, CSV, Excel, or HTML

What data can you get from Facebook

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

How to scrape Facebook events with Facebook Event Scraper (by Event URL)?

Facebook Event Scraper (by Event URL) is easy to use. Follow these 5 steps:

  1. Collect one or more Facebook event detail URLs (e.g. https://www.facebook.com/events/1234567890/).
  2. Configure the input: paste the URLs into the url field.
  3. Adjust retry_times and max_concurrency if needed.
  4. Run the scraper and wait for the data to be extracted.
  5. Download your data in JSON, CSV, Excel, or HTML.

Input

To start scraping Facebook events, fill in the input parameters. Facebook Event Scraper (by Event URL) supports the following inputs:

  • url (required): Array of Facebook event detail page URLs
  • retry_times (optional): Number of retry attempts per request, between 1 and 5 (default: 3)
  • max_concurrency (optional): Maximum number of concurrent requests, between 1 and 20 (default: 8)

Input JSON

json
{
  "url": [
    { "url": "https://www.facebook.com/events/1234567890/" }
  ],
  "retry_times": 3,
  "max_concurrency": 8
}

Output

Each input URL returns one result row:

FieldTypeDescription
urlstringThe event URL that was crawled
statusstringCollection status (success or failed)
dataobjectParsed event detail data
errorstringError message (empty on success)
error_codestringError code (empty on success)

Here is an example of the data object in JSON:

json
{
  "event_id": "1234567890",
  "url": "https://www.facebook.com/events/1234567890/",
  "title": "Summer Music Festival 2025",
  "event_date": "2025-07-20T18:00:00.000Z",
  "event_start_time": "2025-07-20T18:00:00.000Z",
  "event_end_time": "2025-07-20T23:00:00.000Z",
  "event_end_date": "2025-07-20T23:00:00.000Z",
  "event_timezone": "EDT",
  "duration": { "time": 300, "time_units": "min" },
  "location": { "address": "Central Park", "url": "https://www.facebook.com/centralparknyc" },
  "full_address": "Central Park, New York, NY 10024",
  "longitude": -73.9654,
  "latitude": 40.7829,
  "people_responded": 1523,
  "event_by": [{ "name": "NYC Events", "url": "https://www.facebook.com/nyc-events" }],
  "hosts": [{ "name": "NYC Events", "url": "https://www.facebook.com/nyc-events", "verified": true }],
  "access_level": "PUBLIC",
  "description": {
    "hashtags": { "url": "https://www.facebook.com/events/explore/music/", "value": "Music" },
    "links": [],
    "text": "Join us for the biggest summer music event..."
  },
  "unformatted_description_text": "Join us for the biggest summer music event...",
  "hashtags": [{ "url": "https://www.facebook.com/events/explore/music/", "value": "Music" }],
  "tickets": {
    "currency": "$",
    "min_price": 25.0,
    "max_price": null,
    "provider": "Eventbrite",
    "url": "https://www.eventbrite.com/e/summer-music-fest"
  },
  "suggested_events": [
    {
      "date": "2025-08-01T19:00:00+00:00",
      "location": "Brooklyn Bowl",
      "name": "Jazz Night",
      "people_interested": "340",
      "url": "https://www.facebook.com/events/9876543210/"
    }
  ],
  "main_image_downloadable": "https://scontent.fbko1-1.fna.fbcdn.net/...",
  "error": "",
  "error_code": "",
  "user-input": ""
}

How can I use the data extracted from Facebook events?

  • 📅 Build an event calendar by collecting events from multiple sources
  • 📊 Perform market research on event trends, popular venues, and ticket pricing
  • 🎯 Identify sponsorship and partnership opportunities by tracking organizers and hosts
  • 📍 Analyze geographic distribution of events using coordinates and location data
  • 🎟️ Monitor ticket availability and pricing across different platforms
  • 🔔 Set up automated alerts for new events matching specific criteria
  • 📈 Track event engagement through the number of people responded
  • 🏢 Conduct competitive analysis by monitoring events in your industry or area

Error items

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 item structure

json
{
  "url": "https://www.facebook.com/events/999999999/",
  "status": "failed",
  "data": null,
  "error": "Page not found or access denied",
  "error_code": "PAGE_NOT_FOUND"
}

Error codes reference

error_codeMeaning
PAGE_NOT_FOUNDThe requested URL does not exist or has been removed
ACCESS_DENIEDThe page requires login or is restricted
REQUEST_TIMEOUTThe request timed out after all retry attempts
PARSE_ERRORThe HTML response could not be parsed
NETWORK_ERRORA network-level error occurred during fetching

FAQ

What is the difference between this scraper and the Event List URL scraper?

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.

Can I scrape events from multiple URLs at once?

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.

How fast is the scraper?

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.

What happens if an event URL is invalid or the event has been deleted?

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.

Does this scraper work with private events?

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.

Pricing

Failed results don't count

Rating

5.0

Developer

mn06pz6r

Worker Stats

2 Total runs
Success rate: 100.00%
Last updated: Jul 09, 2026

Categories

Facebook

Share

You might also like

Explore more popular scrapers from our marketplace

View All Scrapers
Facebook Post Scraper(by URL)

Facebook Post Scraper(by URL)

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.

4.9
167 runs
From $0.6/1,000 results
Facebook Events Scraper(by Events URL)

Facebook Events Scraper(by Events URL)

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.

4.5
19 runs
From $0.6/1,000 results
Scrape Facebook Profiles(by URL)

Scrape Facebook Profiles(by URL)

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.

4.4
110 runs
From $0.6/1,000 results
Facebook Pages Scraper(by List URL)

Facebook Pages Scraper(by List URL)

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.

5.0
30 runs
From $0.6/1,000 results
View All Scrapers
CoreClaw

Deploy ready-to-use Workers to accelerate your data collection workflows.

Email: support@coreclaw.com

Resources

  • Quick Start
  • API Reference
  • Leads
  • Affiliate Program

Recommend

  • Store
  • Pricing

Address

Apex DataWorks Limited

UNIT 9, 1/F, THE CLOUD, 111 TUNG CHAU STREET, TAI KOK TSUI, KOWLOON,HONG KONG