n8n-nodes-google-play-api
v0.1.1
Published
Google Play API for n8n: search Android apps, pull full listings with version, content rating and data safety declarations, and read user reviews as structured items. Apify-backed community node, pay-per-result, usable as an AI agent tool.
Maintainers
Readme
Google Play API for n8n
An n8n community node for the Google Play API on Apify. search Android apps, pull full listings with version, content rating and data safety declarations, and read user reviews as structured items. Apify-backed community node, pay-per-result, usable as an AI agent tool.
This is the Apify-backed node: no proxies, browsers or maintenance on your side, billed per result on your Apify account, and it works as an AI Agent tool.
Install
- In n8n, open Settings then Community Nodes.
- Choose Install a community node and enter
n8n-nodes-google-play-api. - Confirm and restart when prompted. The Google Play node then appears in the node picker.
Self-hosted n8n only; n8n Cloud does not load community nodes.
Credentials
The node needs an Apify API token.
- Create a free account at apify.com.
- In the Apify Console, open Settings then API & Integrations and copy your token.
- In n8n, create an Apify API key connection credential and paste the token.
Operations
- Get Details: Full listing for one app, including version, content rating and data safety.
- Get Reviews: User reviews for one app, one item per review.
- Search: Ranked app results for a keyword, one item per app.
Output modes
- Simplified (default): a compact, LLM-friendly subset of fields. Forced automatically when the node runs as an AI Agent tool, to save context.
- Raw: every field the API produces.
- Selected Fields: pick exactly the fields you want.
Output fields
| Field | Meaning |
|---|---|
| resultType | Result Type |
| productId | Product ID |
| title | Title |
| developer | Developer |
| rating | Rating |
| reviewCount | Review Count |
| downloads | Downloads |
| contentRating | Content Rating |
| price | Price |
| containsAds | Contains Ads |
| hasInAppPurchases | Has In App Purchases |
| description | Description |
| version | Version |
| requiresAndroid | Requires Android |
| inAppPurchases | In App Purchases |
| releasedOn | Released On |
| updatedOn | Updated On |
| offeredBy | Offered By |
| categories | Categories |
| ratingBreakdown | Rating Breakdown |
| dataSafety | Data Safety |
| developerWebsite | Developer Website |
| developerEmail | Developer Email |
| developerPrivacyPolicy | Developer Privacy Policy |
| thumbnail | Thumbnail |
| overallRating | Overall Rating |
| reviewId | Review ID |
| snippet | Snippet |
| likes | Likes |
| reviewDate | Review Date |
| query | Query |
| position | Position |
| category | Category |
| url | URL |
Full field semantics are documented on the Actor page.
Example workflows
- Review digest: Get Reviews for your app weekly and send new low-star reviews to a support channel.
- ASO rank history: Search your target keywords on a schedule and log each app's position to build a rank history.
Pricing
Runs bill to your Apify account per result, with a free tier to start. Current rates are on the Actor page.
Links
- Actor: https://apify.com/johnvc/google-play-api?fpr=9n7kx3
- Apify + n8n docs: https://docs.apify.com/platform/integrations/n8n
- Issues: https://github.com/johnisanerd/n8n-nodes-google-play-api/issues
License
MIT
