# WhatsApp App Store & Google Play Data

**Use case:** 

Find WhatsApp and WhatsApp Business metadata from Apple App Store and Google Play, including ratings, installs, versions, icons, and store URLs.

## Input

```json
{
  "sources": [
    "app_store",
    "google_play"
  ],
  "searchQueries": [
    "whatsapp"
  ],
  "appIds": [
    "310633997",
    "1386412985"
  ],
  "packageNames": [
    "com.whatsapp",
    " com.whatsapp.w4b"
  ],
  "country": "us",
  "language": "en",
  "includeRatingsSummary": true,
  "maxResults": 4,
  "userAgent": "AppStoreGooglePlayDataScraper/1.0 app-market-research",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "source": {
    "label": "Source"
  },
  "query": {
    "label": "Query"
  },
  "iconUrl": {
    "label": "Icon",
    "format": "image"
  },
  "appName": {
    "label": "App"
  },
  "developer": {
    "label": "Developer"
  },
  "category": {
    "label": "Category"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "ratingValue": {
    "label": "Rating"
  },
  "ratingCount": {
    "label": "Ratings"
  },
  "installRange": {
    "label": "Installs"
  },
  "version": {
    "label": "Version"
  },
  "contentRating": {
    "label": "Content Rating"
  },
  "lastUpdated": {
    "label": "Updated"
  },
  "appUrl": {
    "label": "URL"
  },
  "scrapedAt": {
    "label": "Scraped At"
  }
}
```

## About this Actor

This example demonstrates how to use [App Store & Google Play Data Scraper](https://apify.com/fascinating_lentil/app-store-google-play-data-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fascinating_lentil/app-store-google-play-data-scraper) to learn more, explore other use cases, and run it yourself.