# Find app developer email leads on Google Play

**Use case:** 

Find app publisher leads on Google Play: developer name, email, website, legal name, address and phone, plus the app title and privacy-policy URL.

## Input

```json
{
  "mode": "search",
  "searchTerms": [
    "budgeting app",
    "crypto wallet"
  ],
  "appIds": [
    "com.spotify.music"
  ],
  "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"
  },
  "title": {
    "label": "App"
  },
  "appId": {
    "label": "App ID"
  },
  "developer": {
    "label": "Developer"
  },
  "developerId": {
    "label": "Developer ID"
  },
  "developerEmail": {
    "label": "Email"
  },
  "developerWebsite": {
    "label": "Website"
  },
  "developerLegalName": {
    "label": "Legal name"
  },
  "developerLegalPhoneNumber": {
    "label": "Phone"
  },
  "developerLegalAddress": {
    "label": "Address"
  },
  "privacyPolicy": {
    "label": "Privacy policy"
  }
}
```

## 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.