All APIs

Google

Google Contributor Reviews API

Retrieve full Google contributor reviews in newest order, with pagination over the first 200 reviews.

Make a request

Use your existing PrismCrawl API key and credit balance. A completed request consumes one credit, including recognized empty or unavailable results and source changes found during a valid continuation. Validation and operational errors remain uncharged. Each completed continuation request is billed separately.

POST /v1/google/contributor/reviews
curl 'https://api.prismcrawl.com/v1/google/contributor/reviews' \
  --request POST \
  --header 'content-type: application/json' \
  --header 'x-api-key: <PRISMCRAWL_API_KEY>' \
  --data '{
  "country": "us",
  "id": "112967280418127956987",
  "language": "en",
  "limit": 10,
  "sort_by": "newest"
}'

Supported parameters

ParameterUsage
idRequiredThe numeric contributor ID in a Google Maps contributor profile URL.
countryTwo-letter country or storefront code, such as us or gb.
languageProvider-supported language code, such as en.
next_page_tokenCopy the opaque next_page_token from the previous response using the same account, search parameters, device, and result limit. Tokens expire after one hour; restart pagination if rejected or expired.
pageOne-based page within the first 200 reviews. With limit 20, pages 1 through 10 are available. Do not combine a page after page 1 with next_page_token.
limitMaximum number of items to return. The provider may return fewer.
sort_byThe provider's supported sort order.

newest

deviceDevice presentation for the source request.

desktop, mobile, tablet

htmlReturn the encoded original response rather than parsed JSON.
zero_traceDo not archive source or parsed response artifacts.

Structured results

Read items from data.content.results. The response also includes the search metadata, pagination state, and any extracted SERP features. Optional fields appear when supplied by the provider.

idtitlenameurlpositionthumbnailratingtextauthorauthor_urlauthor_imagedatedate_textpublished_atupdated_atlanguagephotosversionhelpful_votesvote_countsourceis_excerptrating_maxdeveloper_response

Continue with data.content.next_page_token when has_next_page is true. Omit page when using a token and keep the other request parameters unchanged, including the query or ID, country, language, device, result limit, and sort order. Stop when no token is returned. Tokens belong to the same account and expire after one hour. Restart pagination if a token is expired or rejected, including tokens issued before authenticated tokens were introduced. If the source inventory changes after a valid continuation is fetched, a completed HTTP 200 response costs one credit and marks pagination_limited: true with pagination_reason: stale_cursor. Keep any returned results and restart pagination; no continuation token is returned.