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

1

Total users

0

Monthly active users

4 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


Quick Start

Run with real data

{
"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

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Post ScheduledEach GBP post scheduled or published$0.05

Troubleshooting

"API key is required"

  • 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?


Built by John Rippy | Actor Arsenal

Running without credentials

If you run this actor without credentials, it returns clearly labeled sample data instead of posting. The sample item includes demo: true and a notice field. Nothing is posted to Google Business Profile and no task events are charged. Provide your own credentials in the input to post for real. Setting demoMode to true behaves the same way.