Skip to main content

Generate ASO reports from Google Play Apps with Gemini AI & Google Docs

Workflow preview

Workflow preview
100%
Generate ASO reports from Google Play Apps with Gemini AI & Google Docs preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Automated App Analysis & ASO Report Generator This workflow automates the process of analyzing a mobile app from the Google Play Store and generating a professional ASO (App Store Optimization) Rep...

Best for

  • Market Research automation workflows
  • Multimodal AI automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.formtrigger, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.chainllm, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.lmchatopenrouter, n8n-nodes-base.googledocs, n8n-nodes-base.telegram, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Budi SJ.

Original n8n.io source

1.1 Workflow description

Title
Generate ASO reports from Google Play Apps with Gemini AI & Google Docs
Workflow name
Generate ASO reports from Google Play Apps with Gemini AI & Google Docs

Automated App Analysis & ASO Report Generator

This workflow automates the process of analyzing a mobile app from the Google Play Store and generating a professional ASO (App Store Optimization) Report.
Simply submit a Play Store URL, and the workflow will fetch app intelligence data, parse it, run an AI-based analysis, and deliver a formatted report in Google Docs. A Telegram notification with the document link ensures you never miss a new report.

✨ Key Features

  • Form Input Trigger – Start the workflow by submitting a Play Store URL.
  • Automated Data Retrieval – Uses HTTP request to fetch app intelligence (via SensorTower or similar APIs).
  • Smart Data Parsing – Extracts essential app details, competitor insights, reviews, downloads, and revenue data.
  • AI-Powered ASO Report – Generates a professional analysis using LLM (Gemini via OpenRouter) with structured sections:
    • 📱 App Overview
    • ⭐ User Ratings & Reviews
    • 📊 Competitor Analysis
    • 📈 Market Insights
    • 💡 Actionable Recommendations
  • Google Docs Integration – Creates and updates a Google Doc with the generated report.
  • Instant Notification – Sends a Telegram message with the app report link for quick access.

🔐 Required Credentials

To run this workflow, you’ll need:

  • SensorTower API (or alternative App Intelligence API) – for app details, reviews, competitors, and market data.
  • OpenRouter API – to access LLM model.
  • Google Docs OAuth2 – to create and update the ASO report in Google Docs.
  • Telegram API – for instant notifications with the report link.

🎁 Benefits

  • Save Time – Automates the manual process of app research and reporting.
  • Consistent Reporting – Ensures every report follows a professional structure with clear sections.
  • Actionable Insights – Get AI-generated recommendations to improve app performance and competitiveness.
  • Collaboration-Ready – Reports are stored in Google Docs for easy sharing and editing.
  • Real-Time Alerts – Stay updated via Telegram whenever a new report is generated.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - On form submission

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.2

Block 2 - HTTP Request

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 3 - Basic LLM Chain

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 4 - Code

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 5 - OpenRouter Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenRouter - lmChatOpenRouter
Config choices
Version 1

Block 6 - Create a document

Type / Role
n8n-nodes-base.googleDocs - googleDocs
Config choices
Version 2

Block 7 - Update a document

Type / Role
n8n-nodes-base.googleDocs - googleDocs
Config choices
Version 2

Block 8 - Send a text message

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 9 - Code1

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 10 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Generate ASO reports from Google Play Apps with Gemini AI & Google Docs
Complexity intermediate
Nodes 13
Categories Market Research, Multimodal AI
Author Budi SJ
Published 16 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7460/7460.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Generate ASO reports from Google Play Apps with Gemini AI & Google Docs do?

Automated App Analysis & ASO Report Generator This workflow automates the process of analyzing a mobile app from the Google Play Store and generating a professional ASO (App Store Optimization) Rep...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research, Multimodal AI use case.