# Export Google Play App Details by URL or ID

**Use case:** 

Bulk-export full Google Play app details from a list of URLs or package IDs — installs, rating, review count, price, version, size and developer info.

## Input

```json
{
  "mode": "appDetails",
  "searchTerms": [
    "habit tracker"
  ],
  "appIds": [
    "com.spotify.music",
    "com.duolingo",
    "com.canva.editor"
  ],
  "collection": "TOP_FREE",
  "category": "APPLICATION",
  "maxAppsPerQuery": 50,
  "fullDetails": true,
  "includeDeveloperContacts": true,
  "includeDataSafety": false,
  "includePermissions": false,
  "maxReviewsPerApp": 200,
  "reviewsSort": "NEWEST",
  "country": "us",
  "language": "en",
  "monitorMode": false,
  "monitorStoreName": "google-play-monitor",
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "appId": {
    "label": "App ID"
  },
  "title": {
    "label": "Title"
  },
  "developer": {
    "label": "Developer"
  },
  "score": {
    "label": "Score"
  },
  "ratings": {
    "label": "# Ratings"
  },
  "installs": {
    "label": "Installs"
  },
  "price": {
    "label": "Price"
  },
  "free": {
    "label": "Free"
  },
  "genre": {
    "label": "Category"
  },
  "released": {
    "label": "Released"
  },
  "updated": {
    "label": "Updated"
  },
  "version": {
    "label": "Version"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Play Store Scraper — Apps, Reviews & Developer Leads](https://apify.com/scrapesage/google-play-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/google-play-scraper) to learn more, explore other use cases, and run it yourself.