Extract Facebook page reviews — the recommend / don't-recommend flag, review text, date, reviewer, likes, tags, and any photos — from one or more Facebook page URLs
Sample
Here's a sample run of Facebook page reviews, showing the exact schema and results you can expect — the recommend flag, review text, reviewer, tags, and photos.
| # | Recommended | Review Text | Review Date | Review URL | Reviewer Name | Reviewer Profile URL | Likes | Comment Count | Tags | Reviewer Avatar | Top Comments | Photos | Error | Error Description |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | true | They offers a cozy atmosphere, friendly service, and a menu of tasty comfort food at reasonable prices. It’s a great spot for casual dining. | 2024-09-11T17:57:58.000Z | Daniel Masih | 0 | 0 | — | — | — | — | ||||
2 | false | Not very welcoming to tourists - stay away better places in Rome to eat | 2025-10-02T08:02:14.000Z | George Cook | 0 | 0 | — | — | — | — | ||||
3 | true | This is the coolest zoo in the country. Americas Finest Zoo. | 2026-06-11T19:30:09.000Z | Laura Fran Bushman | 0 | 0 | — | — | — | — | — | |||
4 | false | Normally the food from here is really good but we got pizza last night and it was somewhere in the range of sub par to just really not good. The whole thing was barely cooked and was so soggy. The crust was literally wet. Maybe it’s because it’s the deluxe 🤷♀️
Anyway, I don’t think we’ll be getting pizza from here again. Definitely not worth the price. | 2024-04-11T17:40:55.000Z | Jay Enn | 1 | 2 | — | — | — | — | ||||
5 | true | Incredible experience from the very beginning!!💙 we’ll be back :-) | 2023-01-30T09:03:53.000Z | Mar Martin | 1 | 3 | — | — | — | |||||
6 | true | la perfection tout simplement. | 2022-06-21T21:03:06.000Z | Louis Miermont | 0 | 2 | — | — | — | |||||
7 | true | Kan niet meer zeggen dan "Waanzinnig" 👌 | 2022-04-09T15:17:40.000Z | Nathalie Apers | 1 | 1 | — | — | — | |||||
8 | false | Your employee stole someones tortoise. | 2026-05-14T03:10:44.000Z | Larissa Vlex | 0 | 0 | — | — | — | — | ||||
9 | false | they send out invitations to spend 100k to come to their gala. if thats not insane... | 2026-05-05T07:03:19.000Z | Teagen Allerdice | 0 | 0 | — | — | — | — | ||||
10 | — | — | — | — | — | — | — | — | — | — | — | — | no_items | Empty or private data for provided input |
Playground
Advanced parameters are collapsed below.
Pull the reviews/recommendations from one or more Facebook pages by URL.
curl -X POST https://api.mindcase.co/api/v1/agents/facebook/reviews/run \
-H "Authorization: Bearer mk_live_YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"params": {
"urls": [],
"maxResults": null
}
}'Overview
Facebook Reviews extracts page reviews from one or more Facebook page URLs. It returns the recommend or don't-recommend flag, the review text, date, reviewer, likes, tags, and any attached photos.
Local marketing teams use Facebook Reviews to track reputation across locations. Brand and CX teams mine review text to spot recurring praise and complaints.
Cost
$1.50 per 1,000 reviews. Each row returned counts as one review. The total count grows based on the number of page URLs you provide multiplied by the max results limit set for each. Failed runs don't count.
Cost calculator
Examples
A few common ways teams put Facebook Reviews to work — copy a prompt below to try it yourself.
Track the share of recommend versus don't-recommend reviews for a page over time.
Compare review sentiment across several franchise or store pages at once.
Collect review text and tags to cluster common issues.
Find the most-liked positive recommendations to reuse as social proof.
Get started
Sign up to run live queries against Facebook Reviews via chat, form, or API.
FAQ
Related
See every ad a brand is running in Meta's Ad Library — one row per ad with creative copy, headline, CTA, destination link, dates, how long it's been live, format, platforms, the advertiser's profile, carousel cards, and EU reach where it's disclosed.
Extract comments and replies from Facebook posts, reels, and photos — text, author, likes, reply count, and thread position — by post URL
Find Facebook events by keyword search or event URL — one row per event with name, date, venue, host, attendance, and ticket link.
Pull the profiles that follow a Facebook page — or the profiles that page follows — as clean stubs with name, profile URL, profile ID, avatar, and bio. Choose followers, following, or both.
Extract posts from public Facebook groups — post text, author, reactions, comments, shares, attached media, @-mentions, and a sample of top comments — by group URL
Extract Facebook Marketplace listings — title, price, condition, location, attributes, and photos — from any category or search URL.