Facebook Poster
Pricing
from $0.01 / 1,000 results
Facebook Poster
Automate posting to Facebook Business Pages! Supports text posts, images, and link shares. Features: - Text Posts - Simple status updates - Image Posts - Photos with captions - Link Shares - Share URLs with custom text - Page Selection - Choose which page to post to
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer
The Howlers
Actor stats
0
Bookmarked
4
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Facebook Page Poster
Social Media Automation
This actor automates posting to social media platforms. You'll need API credentials from the respective platform.
Important: Always follow the platform's terms of service and rate limits to avoid account suspension.
Social Media Automation
This actor automates posting to social media platforms. You'll need API credentials from the respective platform.
Important: Always follow the platform's terms of service and rate limits to avoid account suspension.
Facebook Business Page Automation - Post to Facebook Pages without API limitations. Supports text posts, image uploads, and link shares with custom text. Perfect for social media automation, marketing agencies, and multi-brand management. Bypass Facebook API restrictions with browser automation. Built by John Rippy (https://www.linkedin.com/in/johnrippy/ | https://johnrippy.link/).
Features
- Text Posts - Simple status updates
- Image Posts - Photos with captions
- Link Shares - Share URLs with custom text
- Page Selection - Choose which page to post to
Quick Start
{"input": "your input here"}
Demo Mode
Set demoMode: true to test with sample data (no charges). When you're ready for real results, set demoMode: false or omit it.
{"demoMode": true,...}
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| See input schema |
Output Format
{"success": true,"postId": "123456789","postUrl": "https://facebook.com/yourbusinesspage/posts/123456789"}
Pricing
This actor uses pay-per-event billing: This actor uses pay-per-event pricing:
| Event | Description | Price |
|---|---|---|
apify-actor-start | Base cost per run | $0.10 |
post_created | Per post created | $0.05 |
Example costs:
- Single post: $0.10 + $0.05 = $0.15
- Batch of 10 posts: $0.10 + (10 × $0.05) = $0.60
Common Problems & Solutions
"Invalid API key" error
Cause: Your API key is wrong, expired, or doesn't have the right permissions. Fix: Double-check your API key. Make sure you copied it exactly without extra spaces.
"Rate limit exceeded" error
Cause: You've hit the API's rate limits. Fix: Wait a few minutes, then try again. Consider reducing the number of concurrent requests.
Empty or incomplete results
Cause: The target may have anti-scraping protection or the data doesn't exist. Fix:
- Check if the URL/search query is correct
- Try with different parameters
- Some sites may block automated access
Demo data showing instead of real results
Cause: demoMode is still set to true.
Fix: Set demoMode: false and provide your API key(s).
Cookie Manager Integration
Instead of manually pasting cookies into every run, use the Cookie Manager actor to capture and store session cookies in a shared Key-Value store. Then reference them by key:
{"cookieStorageKey": "facebook-myaccount","cookieKvStoreName": "cookie-sessions","pageUrl": "https://facebook.com/yourbusiness","message": "Hello from automation!"}
How it works:
- Run the Cookie Manager actor to capture your Facebook session cookies
- It stores them in a named KV store (default:
cookie-sessions) under your chosen key - Pass
cookieStorageKeyto this actor -- cookies load automatically - No need to re-export cookies from Cookie-Editor every time they expire
Parameters:
| Parameter | Type | Default | Description |
|---|---|---|---|
cookieStorageKey | string | - | Key in the KV store to load cookies from |
cookieKvStoreName | string | cookie-sessions | Name of the KV store holding cookie sessions |
Note: If both
cookiesandcookieStorageKeyare provided, manualcookiestake priority.
Built by John Rippy | Actor Arsenal

