Google Business Profile

Google Business Profile API support is coming soon

We are building full Google Business Profile integration with review reading and replies, review reply updates, and local post publishing (updates, offers, events) through the same unified API. Join the waitlist to get notified when Google Business support launches.

Free tier available
Instant API key
MCP server included

What you can do with Google Business Profile.

Coming soon

Reviews

Read reviews, post replies, update existing replies, and delete review replies. Coming soon.

Coming soon

Publishing

Create posts, offers, and events on your Google Business Profile listing. Coming soon.

See it in action.

Reply to a Google Business review (preview)

api.social-api.ai
1# Coming soon - preview of the planned API
2curl -X POST https://api.social-api.ai/v1/inbox/reviews/<review-id>/reply \
3  -H "Authorization: Bearer <your-api-key>" \
4  -H "Content-Type: application/json" \
5  -d '{
6    "text": "Thank you for the kind review! We look forward to seeing you again."
7  }' | jq
8
9# Expected response
10{
11  "id": "<review-id>",
12  "platform": "google",
13  "reply": {
14    "text": "Thank you for the kind review! We look forward to seeing you again.",
15    "created_at": "2026-05-12T16:45:00Z"
16  }
17}

This is a preview of what review replies on Google Business will look like. The same unified endpoint you already use for every other platform.

Why developers love Google Business Profile on SocialAPI.ai

1

Review management

When Google Business support launches, you will be able to read all customer reviews for your Business Profile through a single paginated endpoint. Each review will include the star rating, reviewer name, review text, and timestamps. Reply to reviews, update replies if you need to revise your response, or delete replies entirely.

2

Business post publishing

Publish posts, offers, and events directly to your Google Business Profile listing through the unified publishing endpoint. Posts will appear in Google Search and Maps results, giving you a direct channel to customers searching for your business. SocialAPI.ai will handle the Google Business Profile API's location-based publishing model behind a simple POST endpoint.

3

Review reply lifecycle

Unlike most platforms where replies are one-and-done, Google Business will let you update or delete review replies after posting them. SocialAPI.ai will support the full lifecycle: create a reply with POST, update it with PUT, or remove it with DELETE.

4

OAuth and token management

Connect your Google Business Profile with a standard OAuth flow. SocialAPI.ai will handle the Google OAuth 2.0 consent screen, store encrypted refresh tokens, and automatically refresh access tokens before they expire. Your integration will never need to touch Google's auth infrastructure directly.

FAQ

Frequently asked questions.

When will Google Business Profile support be available?

Google Business Profile integration is on our roadmap and actively being built. Join the waitlist at social-api.ai to get notified when it launches. We will announce availability through our changelog and email list.

Will Google Business use the same API endpoints as other platforms?

Yes. Google Business will use the same unified endpoints: /v1/inbox/reviews for review management and /v1/posts for local post publishing. The response schema will match what you already use for other platforms.

Will I need my own Google Cloud project?

No. You will connect your Google Business Profile through SocialAPI.ai's managed OAuth flow. SocialAPI.ai will manage the Google Cloud OAuth client and Google Business Profile API access on your behalf.

Will Google Business be available on the free tier?

Yes. Google Business will be included in all SocialAPI.ai plans, including the free tier. Reads will be free, and posts and review replies will count against your monthly limits.

Will I be able to manage multiple business locations?

Yes. When you connect your Google account, SocialAPI.ai will discover all Business Profile locations you have access to. Each location will become a separate connected account with its own account ID, so you can manage reviews and posts for each location independently.

Get started today

Ready to unify your social interactions?

Free tier available · No credit card required · Ships with MCP server