GBP Post Scheduler avatar

GBP Post Scheduler

Pricing

from $0.01 / 1,000 results

Go to Apify Store
GBP Post Scheduler

GBP Post Scheduler

Automate your Google Business Profile posting with scheduled publishing and batch processing.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

7 days ago

Last modified

Share

GBP Post Scheduler v1.0

Schedule and automatically publish posts to Google Business Profile. Perfect for content calendars and automated local SEO.

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: Email for Google account with GBP access

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,
"businessUrl": "https://example.com",
"posts": [
{
"content": "Welcome to our business! We're excited to serve you.",
"postType": "update",
"callToAction": {
"type": "LEARN_MORE",
"url": "https://example.com"
}
}
],
"mediaItems": []
}

Run with real data

{
"demoMode": false,
"googleEmail": "YOUR_API_KEY_HERE",
"googlePassword": "YOUR_API_KEY_HERE",
"businessUrl": "https://example.com",
"posts": [
{
"content": "Welcome to our business! We're excited to serve you.",
"postType": "update",
"callToAction": {
"type": "LEARN_MORE",
"url": "https://example.com"
}
}
],
"mediaMode": "posts_only",
"mediaItems": [],
"defaultMediaCategory": "ADDITIONAL",
"publishImmediately": true,
"retryOnFailure": true,
"maxRetries": 2,
"webhookPlatform": "custom",
"proxy": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
}
}

Input Parameters

ParameterTypeDefaultRequiredDescription
googleEmailstring-Yes*Email for Google account with GBP access
googlePasswordstring-Yes*Password for Google account
businessNamestring-NoName of the business on GBP
businessUrlstring-NoDirect URL to your GBP dashboard if you have multiple businesses
postsarray-NoArray of posts to publish. Each post can include text, images, videos, and CTAs.
mediaModestring"posts_only"NoHow to handle media uploads (photos/videos)
mediaItemsarray-NoPhotos and videos to upload to GBP (separate from posts)
defaultMediaCategorystring"ADDITIONAL"NoDefault category for uploaded media
publishImmediatelybooleantrueNoPublish posts right away (unless they have a scheduledTime)
retryOnFailurebooleantrueNoAutomatically retry failed posts
maxRetriesinteger2NoMaximum retry attempts per post
webhookUrlstring-NoURL to POST results when complete (Zapier, Make, n8n, custom)
webhookPlatformstring"custom"NoTarget platform for webhook payload formatting
proxyobject{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}NoProxy settings for scraping
demoModebooleanfalseNoRun in demo mode without real credentials. Returns mock success response for testing.

*Required when Demo Mode is off.


Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Post ScheduledEach GBP post scheduled or published$0.05

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