Get reviews for a Facebook page by page ID. Returns review text, recommendation status, and author information. Supports pagination.
curl "https://apidirect.io/v1/facebook/page/reviews?page_id=100063543614476" \
-H "X-API-Key: YOUR_API_KEY"
{
"reviews": [
{
"review_text": "Great customer service and fast response times!",
"recommend": true,
"author_name": "Sarah Johnson",
"author_url": "https://www.facebook.com/profile.php?id=100012345678",
"reactions_count": 12
}
],
"count": 1,
"pages": 1
}
No, not all pages have reviews enabled. Business pages and local business pages typically have reviews, while other page types may not.
Facebook uses a recommendation system where reviewers indicate whether they recommend the page (true) or not (false).
Use the pages parameter to fetch multiple pages of results in a single request (1-10). Each page is billed separately. Default is 1 page.
You only pay for successful requests. The Facebook Page Reviews API costs $0.008 per page. There are no monthly fees or commitments. You get 50 free requests per endpoint every month.
No. You can sign up and use the free tier (50 requests/endpoint/month) without adding a payment method. You only need to add a card when you want to exceed the free tier.
Yes, there's a concurrency limit of 3 simultaneous requests per endpoint per user. If you need more, just get in touch.
Get your API key and start making requests in minutes. 50 requests/month free every month.
Get API Key