Facebook Event Search Scraper avatar
Facebook Event Search Scraper

Pricing

$4.99 / 1,000 results

Go to Store
Facebook Event Search Scraper

Facebook Event Search Scraper

Developed by

PowerAI

PowerAI

Maintained by Community

Extract public Facebook events by keyword, with support for location and date filtering, and automatic pagination up to your specified maxResults.

5.0 (1)

Pricing

$4.99 / 1,000 results

1

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

a day ago

🎉 Facebook Event Search Scraper

Extract public Facebook events based on your search query, with support for location and date filtering. This actor leverages the latest Facebook event search API and supports automatic pagination to collect up to your specified maxResults.

Features

  • Search for Facebook events by keyword.
  • Optional filtering by location UID, start date, and end date.
  • Automatic pagination to fetch large result sets.
  • Returns structured event data including event ID, title, type, and URL.

Input

FieldTypeRequiredDescription
querystringYesKeywords to search for Facebook events.
location_uidstringNoOptional location UID to filter events.
start_datestringNoOptional start date (yyyy-mm-dd) to filter.
end_datestringNoOptional end date (yyyy-mm-dd) to filter.
maxResultsintegerNoMaximum number of events to fetch

Output

Each output item is a Facebook event object:

{
"type": "search_event",
"event_id": "936931548488133",
"title": "⚽️ Découverte Football ⚽️ FESTIFOOT 🔴🔵",
"url": "https://www.facebook.com/events/936931548488133/",
"scrapedAt": "2025-05-29T07:21:24.070Z"
}

Example Usage

{
"query": "football",
"maxResults": 5
}

Notes

  • The actor will automatically paginate through results until maxResults is reached or no more data is available.
  • For best results, use specific keywords and location filters.