Facebook Page Reviews Scraper avatar
Facebook Page Reviews Scraper

Pricing

$9.99 / 1,000 results

Go to Store
Facebook Page Reviews Scraper

Facebook Page Reviews Scraper

Developed by

PowerAI

PowerAI

Maintained by Community

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

5.0 (1)

Pricing

$9.99 / 1,000 results

1

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

a day ago

📝 Facebook Page Reviews Scraper

Extract reviews from any public Facebook page using its page ID. This actor leverages the latest Facebook page reviews API and supports automatic pagination to collect up to your specified maxResults.

Features

  • Scrape reviews from any public Facebook page using its page ID.
  • Automatic pagination to fetch large result sets.
  • Returns structured review data including author information, message content, and reactions.

Input

FieldTypeRequiredDescription
page_idstringYesThe Facebook page ID to scrape reviews from.
maxResultsintegerNoMaximum number of reviews to fetch

Output

Each output item is a Facebook review object:

[
{
"type": "review",
"post_id": "647784968156719",
"recommend": true,
"message": "Polecam. \nMega Ceny!\n100%",
"author": {
"id": "pfbid02yfbHjNwTH8QWS9chnyEpWBqC5DAZyFCf7aK2CkejcxftqTwpBEn3DUbhny41KDyhl",
"name": "Antoś Go",
"url": "https://www.facebook.com/people/Anto%C5%9B-Go/pfbid02yfbHjNwTH8QWS9chnyEpWBqC5DAZyFCf7aK2CkejcxftqTwpBEn3DUbhny41KDyhl/",
"profile_picture": {
"uri": "https://scontent.fntr6-3.fna.fbcdn.net/v/t39.30808-1/399264948_297576196510933_6723661076484560111_n.png?stp=cp0_dst-png_s80x80&_nc_cat=106&ccb=1-7&_nc_sid=e99d92&_nc_ohc=SdsiXDGdsRgQ7kNvwFTaD76&_nc_oc=AdliLRQznwhVzTxh6XqrKj-a5ST67dgD19hXOEefOWkTgRfl-GmwZXUEbylTFIWhM75Ju8YkyT_8rvY_1TA4fPnw&_nc_zt=24&_nc_ht=scontent.fntr6-3.fna&_nc_gid=wNZmKx7_9LFouM63i3az_Q&oh=00_AfL4JtlQ_4oVsOHBE-C1j19T78XNMwYLKfd9q89RvdjA0w&oe=683DF9C0",
"width": 80,
"height": 80,
"scale": 2
},
"is_additional_profile_plus": false,
"delegated_page": null,
"work_info": null
},
"reactions_count": 1,
"share": 0,
"photos": [],
"tags": [],
"scrapedAt": "2025-05-29T08:08:00.918Z"
},
...
]

Example Usage

{
"page_id": "123456789",
"maxResults": 3
}

Notes

  • The actor will automatically paginate through results until maxResults is reached or no more data is available.
  • Make sure the page ID is correct and the page is public.
  • Reviews are returned in chronological order.