VOOZH about

URL: https://apify.com/apify/facebook-page-posts-checker/api

⇱ Facebook page posts checker API Β· Apify


πŸ‘ Facebook page posts checker avatar

Facebook page posts checker

Under maintenance

Pricing

Pay per usage

Go to Apify Store

Facebook page posts checker

Under maintenance

Facebook page checker extracts posts until several years from past, reviews and page details. Groups added as beta, less posts expected but with better details.

Pricing

Pay per usage

Rating

4.3

(3)

Developer

πŸ‘ Apify

Apify

Maintained by Apify

Actor stats

18

Bookmarked

798

Total users

8

Monthly active users

2 months ago

Last modified

Categories

Share

You might also like

WhatsApp Real-Time Message API - Webhook & Telegram

clearpath/whatsapp-real-time-message-api

Real-time WhatsApp message receiver with instant webhook and Telegram forwarding. One-time QR authentication with persistent sessions. Download media (images, audio notes, videos, docs). Filter messages by chat type. Built-in REST API for monitoring and message retrieval.

Whatsapp Cloud API MCP

mdbm/whatsapp-cloud-api-mcp

Give your AI agents a phone number! The easiest way to integrate WhatsApp Business API with Claude and other MCP-compliant tools. Supports text, media, and interactive buttons.

πŸ‘ User avatar

Mouhamed Bakhoum

13

WhatsApp API

devscrapper/WhatsAppAPI

A powerful WhatsApp API to send and receive text, images, and videos with ease β€” built for scalability, flexibility, and seamless integration into CRMs, e-commerce platforms, or chatbots.

πŸ‘ User avatar

Oussama Production

130

WhatsApp Link Hunter: Bulk Website To WhatsApp Mapper

6sigmag/whatsapp-link-hunter-bulk-website-to-whatsapp-mapper

Transform website URLs into valuable WhatsApp Link in bulk. Automatically extract domains and find associated Whatsapp accounts for powerful lead generation, competitor analysis, and market research. Save hours of manual work with this efficient automation tool.

Automate WhatsApp in One API

leadsbrary/automate-whatsapp-in-one-api

Unlock WhatsApp automation in minutes: connect once via QR, then run messaging, media sends, number verification, chat exports, backups, and job tracking from one production-ready Control Center + API. Built for CRM, support, sales, and ops teams that need speed, reliability, and scale.

πŸ‘ User avatar

Alexandre Manguis

32

5.0

WhatsApp Message Export - Backup Chats & Media

clearpath/whatsapp-message-export-api

WhatsApp backup API: Export all messages and media to JSON. Download images, videos, documents from chats and groups. Easy QR code authentication. Filter by date range or chat type. Full metadata preserved even when media expires.

Comments Analyzer Agent

apify/comments-analyzer-agent

Prevent PR disasters with AI sentiment analysis. Monitor comments across TikTok, YouTube, and Instagram to detect negative sentiment, toxic content, and potential crises before they escalate. Automate your workflow and send a message when something needs your immediate attention.

Whatsapp Ads Scrapper [ADVANCED]

scrapeio/whatsapp-scraper-premium

Scrape WhatsApp ads (Click‑to‑WhatsApp campaigns) from the Meta Ad Library by keyword, Facebook Page ID, or Ad Library URL. Extract creatives, copy, CTAs, wa.me deep links, impressions and spend ranges. Filtered to WhatsApp publisher placements. Export to CSV or JSON. No Meta developer app required.

41

5.0

WhatsApp Messages Scraper

extremescrapes/whatsapp-messages-scraper

Scrape and monitor WhatsApp group or private chat messages in real time. Scan the QR code to connect and start collecting structured WhatsApp message data.

πŸ‘ User avatar

Extreme Scrapes

414

1.5

Myntra Reviews Scraper πŸ›οΈ

easyapi/myntra-reviews-scraper

Scrape product reviews from Myntra.com - Extract detailed review data including ratings, comments, user info, and style attributes. Perfect for market research and customer sentiment analysis.

You can access the Facebook page posts checker programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "pageNames": [
< "humansofnewyork"
< ],
< "maxPosts": 3,
< "groupLimit": 0,
< "commentsLimit": 0,
< "resultsLimit": 10,
< "proxy": {
< "useApifyProxy": true,
< "apifyProxyGroups": [
< "RESIDENTIAL"
< ]
< }
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/apify~facebook-page-posts-checker/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Facebook page posts checker API

Below, you can find a list of relevant HTTP API endpoints for calling the Facebook page posts checker Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/apify~facebook-page-posts-checker/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/apify~facebook-page-posts-checker/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/apify~facebook-page-posts-checker?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Facebook page posts checker API programmatically via the Apify API.

You can choose from:

Facebook page posts checker API in Python

Facebook page posts checker API in JavaScript

Facebook page posts checker API through CLI

Facebook page posts checker OpenAPI definition

You can start Facebook page posts checker with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Facebook page posts checker is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Facebook page posts checker run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.