Facebook Event Details by URL avatar

Facebook Event Details by URL

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Facebook Event Details by URL

Facebook Event Details by URL

Extract complete Facebook event details by URL: title, date, venue, GPS coordinates, cover image, hosts, ticket links, and response counts in CSV/JSON.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Sachin Kumar Yadav

Sachin Kumar Yadav

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a day ago

Last modified

Share

Facebook Event Details by URL – Event Scraper

Get complete, rich details of any Facebook event by its URL. Extract event title, description, start/end dates, exact local time, location text, GPS coordinates (lat/lng), hosts, ticket availability, response counts, cover image, related events, and more. Supports scraping multiple event URLs in a single run. Built with Apify best practices for reliability.


Table of Contents


Features

  • Extract Comprehensive Event Details - Get event title, description, cover photo, hosts, tags, and cancellation status.
  • Precise Timing & Schedule - Retrieve exact start/end dates, times, and pre-formatted local time strings.
  • Geographic & Venue Data - Extract venue name, address, GPS coordinates (latitude & longitude), and venue profile page links.
  • Engagement Statistics - Get the responded count representing interested/going attendees.
  • Ticket Check - Easily identify if the event has external tickets associated with it.
  • Discover Related Events - Extract related event listings recommended by Facebook.
  • Bulk Scraping Support - Provide multiple event URLs (up to 100 per run) to scrape details in parallel.

Use Cases

Use CaseDescriptionKey Benefits
Event AggregationAggregate events from various pages and niches into a central calendar or app.Automate database updates with structured event metadata.
Competitor & Market ResearchKeep track of event launches, sizing, and pricing strategies in your industry.Extract event descriptions, hosts, and venue locations.
Geographic AnalyticsUse GPS coordinates (lat/lng) to map and plot hot zones of public events.Plot event density, locate venues, and perform spatial analysis.
Engagement TrackingMonitor responded counts for events over time to gauge community interest.Analyze event popularity, trending activities, and attendance estimates.
Lead GenerationExtract hosts, co-hosts, and organizer profiles for outreach and sponsorships.Identify venue managers, event promoters, and business pages.

Quick Start

1. Basic - Simple Event Detail Scraping

{
"urls": [
"https://www.facebook.com/events/5155026207969598/"
]
}

2. Bulk - Scrape Multiple Events at Once

{
"urls": [
"https://www.facebook.com/events/5155026207969598/",
"https://www.facebook.com/events/1249846673359547/",
"https://www.facebook.com/events/1689625195618347/"
]
}

Input Parameters

ParameterTypeRequiredDescriptionDefaultExample
urlsArrayYesList of Facebook event URLs to scrape. Each entry can be an object with a url field or a raw URL string.["https://www.facebook.com/events/5155026207969598/"]["https://www.facebook.com/events/5155026207969598/"]

Output Format

Event Result Data Structure

{
"source": "facebook_event_details",
"input_url": "https://www.facebook.com/events/5155026207969598/",
"event_id": "5155026207969598",
"status": "ok",
"title": "Toronto Blue Jays vs. St. Louis Cardinals",
"start_date": "2026-07-31",
"start_time": "23:07:00",
"end_date": "2026-07-31",
"end_time": null,
"local_formatted_time": "Friday 31 July 2026 at 19:07 EDT",
"location_text": "1 Blue Jays Way Gate13, Toronto, ON, Canada M5V1J3",
"lat": 43.64203,
"lng": -79.3906,
"location_place_name": "Physiomed Rogers Centre",
"location_place_url": "https://facebook.com/100076952378532",
"location_place_description": "Let us make you feel better!!!!You can be assured that you are receiving the most comprehensive approach to your treatment program that we can offer.",
"location_from_details": null,
"details": "\n\nSale Dates and Times:\n\nPublic Onsale : Thu, 22 Jan 2026 at 10:00 AM\n\nDistrict Drop : Mon, 9 Mar 2026 at 03:00 PM\n",
"tags": [],
"hosts": [
"BlueJays",
"https://www.facebook.com/people/Physiomed-Rogers-Centre/100076952378532/"
],
"cover_image_url": "https://scontent.fasu9-1.fna.fbcdn.net/v/t39.30808-6/616836498_1346003927568161_1408195293951945551_n.jpg...",
"responded_count": 18,
"has_tickets": true,
"is_canceled": false,
"related_events": [
{
"event_id": "1249846673359547",
"url": "https://www.facebook.com/events/1249846673359547/",
"title": "Toronto Tempo vs. Dallas Wings"
},
{
"event_id": "1689625195618347",
"url": "https://www.facebook.com/events/1689625195618347/",
"title": "Día de los trabajadores "
}
],
"scraped_at": "2026-07-05T02:56:36.430Z"
}

Output Fields Explained

FieldTypeDescription
sourceStringSource indicator, always facebook_event_details
input_urlStringThe exact Facebook event URL provided as input
event_idStringFacebook's unique identifier for the event
statusStringAPI retrieval status (e.g., ok)
titleStringThe title of the Facebook event
start_dateStringStart date of the event in YYYY-MM-DD format
start_timeStringStart time of the event in HH:MM:SS format
end_dateStringEnd date of the event in YYYY-MM-DD format
end_timeStringEnd time of the event (or null if not provided)
local_formatted_timeStringHuman-readable schedule helper showing date, time, and timezone context
location_textStringFull text address of the venue / location
latFloatLatitude coordinate of the venue for mapping
lngFloatLongitude coordinate of the venue for mapping
location_place_nameStringNamed Facebook Place or venue representing the event location
location_place_urlStringURL pointer to the Facebook Page of the venue
location_place_descriptionStringShort description/intro of the venue Facebook page
location_from_detailsStringAdditional specific details about locating the event
detailsStringFull HTML-cleaned description body text of the event
tagsArrayRelevant tags or categories associated with the event
hostsArrayList of page names and links representing organizers/hosts
cover_image_urlStringLink to the high-resolution event header/banner image
responded_countIntegerEstimated counts of users who clicked "Going" or "Interested"
has_ticketsBooleanTrue if the event links to an external ticket purchasing platform
is_canceledBooleanTrue if the organizer has marked the event as canceled
related_eventsArrayList of suggested events featuring event_id, url, and title
scraped_atStringISO timestamp of extraction

Performance & Limits

  • Batching - Results are pushed to datasets in batches of 10 to ensure safety against network drops.
  • Parallel Crawling - Input URLs are processed systematically, with optimized delay parameters to maximize safety.

FAQ

  • Q: Do I need a Facebook account to scrape event details?
    • No. This actor handles all requests using public server proxies and API keys, so no personal accounts or cookies are needed.
  • Q: Can I extract attendees' profiles?
    • No, due to privacy rules and API scopes, only aggregated attendance counts (responded_count) are returned.
  • Q: Can I scrape private Facebook events?
    • No. Only public Facebook events accessible to everyone can be parsed and scraped.
  • Q: Why does the cover image link fail after some time?
    • Facebook CDN links are temporary. You should download or cache images if you need long-term access.

Troubleshooting

IssueCauseSolution
Empty details / Error returnedThe event might be private, deleted, or geoblockedConfirm you can access the event URL in an incognito window
Invalid URL schemaThe input URL format is not recognizedCheck that the URL matches https://www.facebook.com/events/ID/
"Network error" / Slow responsesLarge queue of URLs or rate limitsRestrict the number of URLs scraped per batch, or wait a few minutes before retrying

Why Choose This Actor?

  • Zero setup - No cookies or login configurations required.
  • Rich Output - Returns complete geodata (lat/lng) and related event nodes.
  • Safe Execution - Dynamic key-rotation means low block rates.
  • Convenient Exports - Clean output formats ready for Google Sheets, CRM, or marketing systems.

Tags

facebook event scraper, facebook events details, facebook event coordinates, facebook event ticket link, facebook venue scraper, facebook business page events, event calendar api, apify actor


Get Started Now

  1. Provide the list of target Event URLs (e.g., https://www.facebook.com/events/5155026207969598/)
  2. Click Start to run the scraper
  3. Export details in JSON, CSV, or Excel format
  4. Click "Try for free" to test the actor

Built using Apify Platform | Optimized for Performance & Reliability