Google Maps Reviews API
Get Google Maps Reviews
Fetch normalized reviews data from Google Maps.
POST
Google Maps Reviews API
Get Google Maps Reviews
Fetch normalized reviews data from Google Maps. Each successfully returned standard result costs0.15 credits. List endpoints reserve by results_limit and settle against the actual result count.
Request Body
Request Constraints
urlsis required and must contain at least one non-empty string. Each value must parse to a hostname ofgoogle.com,goo.gl, or a subdomain of either host.- Any scheme is accepted when an authority and hostname are present, protocol-relative references are also accepted, and no specific path is required.
days_limitis optional and must be an integer of at least1; the runtime imposes no maximum.results_limitmust be an integer from1through2,000and defaults to100for the whole task.
Use with MCP
A successful request returns a
task_id. Poll it with socq_get_task, then read normalized records from results.items.Result Fields
Completed Task Response
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
A non-empty list of references whose parsed hostname is google.com, goo.gl, or a subdomain of either host. Any scheme is accepted when an authority and hostname are present; protocol-relative references are also accepted, and no specific path is required.
Minimum array length:
1Minimum string length:
1Required range:
x >= 1Required range:
1 <= x <= 2000
