Facebook Page Future Events Scraper avatar

Facebook Page Future Events Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Facebook Page Future Events Scraper

Facebook Page Future Events Scraper

List upcoming events for a Facebook Page with hosts, places, links, and cover media—paginated up to your cap.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Collect upcoming (scheduled) events published on a Facebook Page you identify by its numeric page id. Each dataset row is one event with a name, link, cancellation flag, host block, place block, and cover media fields when returned.

Who it’s for

  • Marketers planning around a brand’s live and online events.
  • Community teams who need a structured export instead of browsing the events tab.
  • Automation that already stores Page ids from search or CRM data.

What you can do with it

  • Target one Page using its numeric id.
  • Optionally start from a known events list when you already have that list’s id.
  • Collect up to your chosen cap; the run loads batches automatically until the limit is reached or there are no more rows.

How it works (in plain terms)

You provide the page id and, if needed, an events list id. The tool requests event rows in batches. When more rows exist, it continues automatically until your maximum row count is reached or the list ends. If the product returns a list identifier for the current view, later batches use it so paging stays consistent when more pages of events exist.

Input

FieldRequiredWhat it means
Page ID (pageId)YesNumeric id of the Facebook Page.
Events collection ID (collectionId)NoWhen you already know a specific events list id, set it to start from that list.
Maximum results (maxResults)NoUpper limit on how many event rows to save (default 50).

Output

  • One row per event (until your cap). Duplicate id values in the same run are skipped when the same id appears again.
  • Event: typically id, name, is_cancelled, url, event_author (id, name, url), event_place (id, name, location), gif_cover_photo, cover_video (often objects or null depending on the event).
  • Extra fields: rows may include additional properties beyond those listed.
  • Export metadata: pageId repeats the page you requested; albumCollectionId appears when the run is tied to a list context (from your input and/or the product response); scrapedAt is when that row was saved.

Field availability depends on each event. Details may change as the product evolves.

Sample output (one dataset row, illustrative)

{
"id": "1401616067878586",
"name": "Karaoke w Kolejce!",
"is_cancelled": false,
"event_author": {
"id": "100063667778486",
"name": "Kolejka Pub",
"url": "https://www.facebook.com/kolejkapub"
},
"event_place": {
"id": "1546423857489859",
"name": "Wielka 27/29, 61-775 Poznan, Poland",
"location": "Poznań"
},
"url": "https://www.facebook.com/events/1401616067878586/",
"gif_cover_photo": null,
"cover_video": null,
"pageId": "100063667778486",
"albumCollectionId": "YXBwX2NvbGxlY3Rpb246cGZiaWQwM0hpblpNdUh6TXdyRkEyU0JpeU1FQmRiZnRIdU5yRFpZZFpDYWRRaExIaG0zekpKWWt5cVlEUWRtNGRHQXIyQVFNSmFqTlZMZFhaRFdUbjRva3VmRVhydUtpcE1XUmVs",
"scrapedAt": "2026-03-26T05:42:46.423Z"
}