Retrieve Google My Business customer reviews, star ratings, review timestamps, and merchant responses with MuAPI's Reviews API.
About this model
Business Reviews fetches live Google My Business profiles, aggregate star ratings, total review counts, and individual customer review texts including author names, ratings, timestamps, and owner reply messages.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | From $0.0083 per 10 reviews | Reconciles against actual DataForSEO task cost. |
Reconciles against actual DataForSEO task cost.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Business Name / Place Query | string | Business name, place title, or CID to look up reviews for. | Acme Coffee Seattle |
| Location | Enum (213 options) | Country to target for the reviews lookup. | United States |
| Language | Enum (129 options) | Language of the reviews to retrieve. | English |
| Reviews Depth | integer | Number of reviews to retrieve (10-100). | 10 |
Business name, place title, or CID to look up reviews for.
Acme Coffee SeattleCountry to target for the reviews lookup.
United StatesLanguage of the reviews to retrieve.
EnglishNumber of reviews to retrieve (10-100).
10Developer documentation
"Acme Coffee Seattle").curl -X POST https://api.muapi.ai/api/v1/seo-business-reviews \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"keyword": "Acme Coffee Seattle",
"location": "United States",
"language": "English",
"depth": 10
}'
Frequently asked
Overall business rating, total review count, author name, individual star rating, review text, relative time ago, ISO timestamp, and owner response text when available.
Yes, specify `language` to request reviews written in that language.