GBP Social Repurposer - Auto-Post to Social Platforms avatar

GBP Social Repurposer - Auto-Post to Social Platforms

Pricing

from $0.01 / 1,000 results

Go to Apify Store
GBP Social Repurposer - Auto-Post to Social Platforms

GBP Social Repurposer - Auto-Post to Social Platforms

Automatically transform and repurpose your Google Business Profile (GBP) posts for Facebook, Instagram, LinkedIn, and Twitter/X with AI-powered content optimization. Turn one GBP post into perfectly tailored content for every major social platform.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

GBP Social Repurposer - Auto-Post GBP Content to Social Media

Automatically repurpose Google Business Profile posts to Facebook, Instagram, LinkedIn, and Twitter/X with AI-powered content adaptation. Turn one GBP post into perfectly optimized content for every major social platform.

BYOK (Bring Your Own Key) -- you provide your own API credentials.


Before You Start

This actor requires your own API credentials to fetch real data.

Where to get your key: Page Access Token with pages_manage_posts permission. Also used for Instagram.

You can test with Demo Mode first (free, no key needed) to see the output format before committing.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true,
"gbpPosts": []
}

Run with real data

{
"demoMode": false,
"gbpPosts": [],
"enableFacebook": true,
"enableInstagram": true,
"enableLinkedIn": true,
"enableTwitter": true,
"facebookAccessToken": "YOUR_API_KEY_HERE",
"linkedinAccessToken": "YOUR_API_KEY_HERE",
"twitterApiKey": "YOUR_API_KEY_HERE",
"twitterApiSecret": "YOUR_API_KEY_HERE",
"twitterAccessToken": "YOUR_API_KEY_HERE",
"twitterAccessTokenSecret": "YOUR_API_KEY_HERE",
"enableAiRewriting": true,
"anthropicApiKey": "YOUR_API_KEY_HERE",
"aiTone": "professional",
"includeLinkToGBP": true,
"includeHashtags": true,
"scheduleMode": "preview"
}

Input Parameters

ParameterTypeDefaultRequiredDescription
gbpPostsarray-NoArray of Google Business Profile posts to repurpose. Each post should have text, optional images, and post type.
businessNamestring-NoYour business name to include in AI-generated content for brand consistency
enableFacebookbooleantrueNoPost to Facebook Page. Requires Facebook Page ID and Access Token.
enableInstagrambooleantrueNoPost to Instagram Business Account. Requires Instagram Business Account ID and Facebook Access Token. Note: Instagram requires images.
enableLinkedInbooleantrueNoPost to LinkedIn Organization Page. Requires Organization ID and Access Token.
enableTwitterbooleantrueNoPost to Twitter/X. Requires API keys and access tokens.
facebookPageIdstring-NoYour Facebook Page ID for posting. Find it in Page Settings > Page Info.
facebookAccessTokenstring-Yes*Page Access Token with pages_manage_posts permission. Also used for Instagram.
instagramBusinessAccountIdstring-NoYour Instagram Business Account ID. Find it via Facebook Business Suite.
linkedinOrganizationIdstring-NoYour LinkedIn Company/Organization Page ID.
linkedinAccessTokenstring-Yes*LinkedIn OAuth access token with w_organization_social permission.
twitterApiKeystring-Yes*Your Twitter/X API Key (Consumer Key)
twitterApiSecretstring-Yes*Your Twitter/X API Secret (Consumer Secret)
twitterAccessTokenstring-Yes*Your Twitter/X Access Token
twitterAccessTokenSecretstring-Yes*Your Twitter/X Access Token Secret
enableAiRewritingbooleantrueNoUse Claude AI to intelligently rewrite and optimize content for each social platform
anthropicApiKeystring-Yes*Your Anthropic API key for Claude AI content optimization. Required if AI rewriting is enabled.
aiTonestring"professional"NoThe tone for AI-generated content across all platforms
includeLinkToGBPbooleantrueNoAdd a link back to the original Google Business Profile post (where supported)
includeHashtagsbooleantrueNoAdd relevant hashtags to posts for better discoverability
customHashtagsarray-NoAlways include these hashtags in posts (e.g., your brand hashtag)
scheduleModestring"preview"NoHow to handle posting: 'preview' generates content without posting, 'immediate' posts right away, 'queue' saves for later
webhookUrlstring-NoURL to POST results to when complete (for automation integrations)
demoModebooleanfalseNoRun with sample GBP posts to test the actor without real data or API calls

*Required when Demo Mode is off.


Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Post RepurposedEach GBP post repurposed to social media$0.03

Demo mode is free -- no charges for sample data.


Troubleshooting

"API key is required"

You have Demo Mode turned off but didn't provide an API key. Either:

  • Turn Demo Mode on to test with sample data
  • Add your API key in the input

"API error 403" or "Unauthorized"

Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • API key without proper permissions
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal