gplay-reports-download

Download Google Play Console financial and statistics reports from Google Cloud Storage.

43|6|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/tamtom/gplay-cli-skills --skill gplay-reports-download
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gplay-reports-download
Source: https://github.com/tamtom/gplay-cli-skills/tree/main/skills/gplay-reports-download
Command: npx skills add https://github.com/tamtom/gplay-cli-skills --skill gplay-reports-download

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the downloading of financial and statistics reports from Google Play Console, which are not available via the standard API, saving significant manual effort and time.

Core Features & Use Cases

  • Financial Reports: Download earnings, sales, payouts, and other financial data.
  • Statistics Reports: Download installs, ratings, crashes, and subscription metrics.
  • GCS Integration: Leverages Google Cloud Storage for report retrieval.
  • Use Case: Automatically download all monthly sales reports for the last quarter to a local directory for financial analysis.

Quick Start

Download the earnings report for January 2026 from your Google Play Console bucket ID '12345' into the current directory.

Frequently Asked Questions about gplay-reports-download

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I download Google Play Console financial reports that aren't available via the standard API?

You can download Google Play Console financial reports by automating retrieval through Google Cloud Storage. This approach fetches earnings, sales, and payouts data directly from GCS buckets, bypassing the standard API limitations to save manual effort.

Do I need a service account to download Google Play earnings reports from Google Cloud Storage?

Yes, downloading Google Play earnings reports from Google Cloud Storage requires a service account. You must configure this service account with appropriate permissions to access and retrieve data from your specific GCS bucket.

What's the best way to automate downloading monthly sales reports from Google Play Console?

The best way to automate downloading monthly sales reports from Google Play Console is using a script that interacts with Google Cloud Storage. This method handles date range filtering and securely retrieves financial data to a local directory for analysis.

Can I filter Google Play Console statistics reports by package name and date range when downloading from GCS?

Yes, you can filter Google Play Console statistics reports by package name and date range during the download process. This filtering applies to various metrics including installs, ratings, crashes, and subscription data retrieved from Google Cloud Storage.

Why am I unable to fetch Google Play payouts and earnings data through the standard developer API?

Google Play payouts and earnings data are unavailable through the standard developer API because these specific financial reports are exported exclusively to Google Cloud Storage. Accessing them requires querying the GCS bucket directly rather than making API calls.