Fetch live Google Business Profile posts, offers, and announcements. Try free — pay per generation, no subscription.
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.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | From $0.003 per query | Live extraction of Google Business Profile posts, offers, and announcements. |
| Fal.ai | Not available | Not offered as a standalone API. |
| Replicate | Not available | Not offered as a standalone API. |
Live extraction of Google Business Profile posts, offers, and announcements.
Not offered as a standalone API.
Not offered as a standalone API.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Business Keyword | string | Business name or query (e.g. 'Hilton New York Times Square'). | Hilton New York Times Square |
| Location | Enum (213 options) | Country to target for the search. | United States |
| Language | Enum (129 options) | Language to search in. | English |
Business name or query (e.g. 'Hilton New York Times Square').
Hilton New York Times SquareCountry to target for the search.
United StatesLanguage to search in.
EnglishDeveloper documentation
keyword as the business name or search query (e.g. Starbucks).location and language (default United States / English).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"
}'
Frequently asked
Announcements, general updates, and event posts, as classified by Google Business Profile itself.
Posts are fetched live from Google search at request time, reflecting the listing's current published content.
Yes, combine `keyword` and `location` to target a specific branch, or use a broader query to see aggregated results.
Yes, where the original post specifies a date or offer window, it's included in the returned post data.
Google Q&A returns customer-submitted questions and answers; Business Updates returns the business's own published posts and announcements.