Google Business Profile (GBP) Poster avatar

Google Business Profile (GBP) Poster

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Google Business Profile (GBP) Poster

Google Business Profile (GBP) Poster

Automate posting to your Google Business Profile (GBP)! Create updates, events, and offers with images and call-to-action buttons. Formally known as Google My Business (GMB).

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

1

Bookmarked

20

Total users

1

Monthly active users

4 days ago

Last modified

Share

Google Business Profile Poster

Google Business Profile Automation - Post updates, events, and offers to GBP/GMB automatically. Schedule local business content, attach images, add CTA buttons (Book, Order, Learn More). Perfect for local SEO, multi-location management, and marketing agencies.

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: Google account password


Quick Start

Run with real data

{
"password": "YOUR_API_KEY_HERE",
"cookies": "YOUR_API_KEY_HERE",
"businessUrl": "https://example.com",
"postType": "update",
"imageUrl": "https://example.com",
"ctaUrl": "https://example.com",
"timeout": 120,
"utmTracking": {
"enabled": true
}
}

Input Parameters

ParameterTypeDefaultRequiredDescription
emailstring-NoGoogle account email (use cookies instead if 2FA enabled)
passwordstring-Yes*Google account password
cookiesstring-Yes*Exported cookies from logged-in session (recommended for 2FA accounts)
businessUrlstring-NoGBP URL or business name to find
postTypestring"update"NoType of post to create
messagestring-NoThe text content of your post
imageUrlstring-NoURL of image to attach (optional)
ctaTypestring-NoType of CTA button (optional)
ctaUrlstring-NoURL for the call-to-action button
eventTitlestring-NoTitle for event posts
eventStartstring-NoStart date/time (ISO format)
eventEndstring-NoEnd date/time (ISO format)
offerCodestring-NoPromo/coupon code for offer posts
offerTermsstring-NoTerms and conditions for the offer
timeoutinteger120NoMaximum time to wait for operations
webhookUrlstring-NoURL to receive a POST request when the actor run finishes. Useful for integrations with Zapier, Make, n8n, or custom automation workflows.
indexNowKeystring-NoYour IndexNow API key for instant indexing. When provided, the published post URL will be submitted to Bing, Yandex, and Seznam for faster indexing.
utmTrackingobject{"enabled":true}NoEnable UTM tracking parameters on CTA URLs. Format: {"enabled": true, "source": "google_business", "medium": "organic", "campaign": "your_campaign"}

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Post CreatedEach GBP post created$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. Each 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.