VOOZH about

URL: https://apify.com/powerai/facebook-event-search-scraper

⇱ Facebook Event Search Scraper Β· Apify


Pricing

from $4.99 / 1,000 results

Go to Apify Store

Facebook Event Search Scraper

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

Pricing

from $4.99 / 1,000 results

Rating

1.0

(2)

Developer

πŸ‘ PowerAI

PowerAI

Maintained by Community

Actor stats

8

Bookmarked

109

Total users

11

Monthly active users

2 months ago

Last modified

Categories

Share

πŸŽ‰ 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.

You might also like

Facebook Page Posts Scraper

powerai/facebook-page-posts-scraper

Extract posts from any public Facebook page using its page ID, with optional date filtering and automatic pagination up to your specified maxResults.

Facebook Page Reviews Scraper

powerai/facebook-page-review-scraper

Extract reviews from any public Facebook page using its page ID, with automatic pagination up to your specified maxResults.

Facebook Post Comments Scraper

powerai/facebook-post-comments-scraper

Extract comments from any public Facebook post using its post ID, with automatic pagination up to your specified maxResults.

Related articles

How to download Facebook data from Facebook posts
Read more
How to scrape 50 Facebook comments in 3 minutes ⏱
Read more
How to scrape Facebook Pages (without the Facebook API)
Read more