Google My Business Reviews & Info API: AI Large Language Models

Retrieve Google My Business customer reviews, star ratings, review timestamps, and merchant responses with MuAPI's Reviews API.

📝

Overview

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.

1Monitor customer sentiment and reputation on Google My Business
2Automate review aggregation for websites and dashboards
3Track owner response rates and customer feedback trends
4Analyze competitor customer satisfaction and common complaints
💰

Pricing & Value

Cost analysis

muapiappFrom $0.0083 per 10 reviews

Reconciles against actual DataForSEO task cost.

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

⚙️

Technical Details

Configuration schema

Business Name / Place Querystring

Business name, place title, or CID to look up reviews for.

Default ValueAcme Coffee Seattle
LocationEnum (213 options)

Country to target for the reviews lookup.

Default ValueUnited States
LanguageEnum (129 options)

Language of the reviews to retrieve.

Default ValueEnglish
Reviews Depthinteger

Number of reviews to retrieve (10-100).

Default Value10
📖

Implementation Guide

Developer documentation

How to Use Business Reviews

  1. Provide business query: Business name or place identifier (e.g. "Acme Coffee Seattle").
  2. Set market targeting: Country location and review language.
  3. Set depth: Number of reviews to fetch (10-100).
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
  }'

Common Questions

Frequently asked

What review fields are returned?

Overall business rating, total review count, author name, individual star rating, review text, relative time ago, ISO timestamp, and owner response text when available.

Can I retrieve reviews in specific languages?

Yes, specify `language` to request reviews written in that language.