Google Play
Play Store Reviews
Paginated user reviews for a Google Play app.
GET
/v1/google-play/reviews10 creditsParameters
| Name | Type | Required | Description |
|---|---|---|---|
| product_id | string | required | App id, e.g. "com.spotify.music". |
| sort_by | number | optional | Review ordering, as Play numbers it. |
| next_page_token | string | optional | Pagination cursor from a previous response. |
| hl | string | optional | Interface language, e.g. "en", "tr". Default "en". |
| gl | string | optional | Country code, e.g. "us", "tr". Default "us". |
Request
curl --request GET 'https://data-api.roketfy.com/v1/google-play/reviews?product_id=%3Cproduct_id%3E' \
--header 'Authorization: Bearer YOUR_TOKEN'MCP
Available to AI agents as the tool google_play_reviews, with the same parameters and the same credit cost.