Facebook Events Scraper

Facebook Events Scraper

Extract Facebook events data including title, date, cover image, ticket info and more. Perfect for event aggregators, market research, and monitoring competitor events. Supports both public and private events with authentication.

SOCIAL_MEDIAApify

Facebook Events Scraper 🎯

Powerful scraper for extracting detailed information about Facebook events. Perfect for event organizers, marketers, and researchers who need to monitor and analyze Facebook events data.

🎯 Features

  • Scrapes public Facebook events data
  • Supports both online and offline events
  • Customizable number of results

📊 Output Data

For each event, the scraper extracts:

  • Event ID
  • Title
  • Cover image URL
  • Date and time information
  • Event URL
  • Event type (online/offline)
  • Social context (interested/going counts)
  • Ticket price information (if available)
  • Event status (past/upcoming)

🔧 Input Parameters

ParameterTypeDescription
searchUrlStringFacebook events search URL with your desired filters
maxItemsIntegerMaximum number of events to scrape

Input Example

A full explanation of an input example in JSON.

1{
2    "searchUrl": "https://www.facebook.com/events/search?q=ai&filters=eyJvbmxpbmVfZmlsdGVyOjAiOiJ7XCJuYW1lXCI6XCJmaWx0ZXJfZXZlbnRzX29ubGluZVwiLFwiYXJnc1wiOlwiXCJ9In0%3D",
3     "maxItems": 20
4}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2	{
3		"id": "1530100271044809",
4		"cover_image": "https://scontent-ams2-1.xx.fbcdn.net/v/t39.30808-6/463975821_10161696721499754_1709609355278605286_n.jpg?stp=c31.0.338.225a_dst-jpg_p75x225&_nc_cat=100&ccb=1-7&_nc_sid=75d36f&_nc_ohc=YrTxg74zPJgQ7kNvgFwHHEo&_nc_zt=23&_nc_ht=scontent-ams2-1.xx&_nc_gid=A43ZvxJQQEKQDHoidxba-NM&oh=00_AYBhAXP-FWSsPZRpEIVQaOI7x9pvmVQVqZbJ9UxtL87WFg&oe=6728E445",
5		"date": "Tue, Nov 12 at 2 AM CST",
6		"start_time": "2024-11-12 02:00:00",
7		"title": "AI Marketing Bootcamp",
8		"eventUrl": "https://www.facebook.com/events/1530100271044809/",
9		"eventKind": "PUBLIC_TYPE",
10		"is_online": true,
11		"is_past": false,
12		"social_context": "1 interested · 4 going",
13		"ticketPrice": null
14	},
15    ...
16]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!