Google Business Posts & Updates API: AI Large Language Models

Fetch live Google Business Profile posts, offers, and announcements. Try free — pay per generation, no subscription.

📝

Overview

About this model

Business Updates retrieves the posts, announcements, and event listings a business has published to its Google Business Profile, capturing what a location is actively promoting right now. Because these posts often carry limited-time offers or event dates that don't appear anywhere else, this endpoint is useful for tracking a competitor's local marketing cadence or auditing your own listing's posting activity. Results are fetched live from Google search, so they reflect the listing's current state rather than a delayed snapshot.

1Local competitor monitoring: Track what promotions and events nearby competitors are running.
2GMB post tracking: Audit how frequently a business publishes updates to its own listing.
3Social audit: Compare Google Business Profile activity against a business's other social channels.
4Event and offer discovery: Surface time-limited local offers for aggregation or comparison content.
💰

Pricing & Value

Cost analysis

muapiappFrom $0.003 per query

Live extraction of Google Business Profile posts, offers, and announcements.

Fal.aiNot available

Not offered as a standalone API.

ReplicateNot available

Not offered as a standalone API.

** Competitor pricing is estimated based on similar model architectures and usage tiers.

⚙️

Technical Details

Configuration schema

Business Keywordstring

Business name or query (e.g. 'Hilton New York Times Square').

Default ValueHilton New York Times Square
LocationEnum (213 options)

Country to target for the search.

Default ValueUnited States
LanguageEnum (129 options)

Language to search in.

Default ValueEnglish
📖

Implementation Guide

Developer documentation

How to Use Business Updates

  1. Provide the business query: Pass keyword as the business name or search query (e.g. Starbucks).
  2. Set market targeting: Choose location and language (default United States / English).
  3. Read the response: Returns each post's type (announcement, update, or event), content, and publish date.
curl -X POST https://api.muapi.ai/api/v1/seo-business-updates \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "keyword": "Starbucks",
    "location": "United States"
  }'

Common Questions

Frequently asked

What update types are supported?

Announcements, general updates, and event posts, as classified by Google Business Profile itself.

How current is the data?

Posts are fetched live from Google search at request time, reflecting the listing's current published content.

Can I search for a chain with multiple locations?

Yes, combine `keyword` and `location` to target a specific branch, or use a broader query to see aggregated results.

Does this include offer or event dates?

Yes, where the original post specifies a date or offer window, it's included in the returned post data.

How does this differ from Google Q&A?

Google Q&A returns customer-submitted questions and answers; Business Updates returns the business's own published posts and announcements.