# Google Play Email Scraper (`scraperforge/google-play-email-scraper`) Actor

📧 Google Play Email Scraper extracts publicly listed developer emails from Play Store app pages at scale. 🔎 Fast, accurate, deduplicated CSV/JSON export for outreach, lead generation, and market research. 🚀 Perfect for marketers, agencies, and growth teams.

- **URL**: https://apify.com/scraperforge/google-play-email-scraper.md
- **Developed by:** [ScraperForge](https://apify.com/scraperforge) (community)
- **Categories:** Automation, AI, Lead generation
- **Stats:** 3 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$19.99/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period.You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#rental-actors

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Google Play Store Email Scraper

A powerful Apify Actor that scrapes contact information (emails, phone numbers, addresses) from Google Play Store app pages. Perfect for lead generation, market research, and business intelligence.

### Why Choose Us?

- **Comprehensive Data Extraction**: Extracts emails, support emails, phone numbers, and physical addresses
- **Smart Proxy Management**: Automatic fallback from no proxy → datacenter → residential proxies
- **Bulk Processing**: Process multiple apps via URLs, app IDs, or keyword searches
- **Reliable & Robust**: Built with retry logic and error handling
- **Easy to Use**: Simple input configuration via Apify Console

### Key Features

- 🔍 **Multiple Input Methods**: URLs, app IDs, or keyword searches
- 📧 **Email Extraction**: Primary and support email addresses
- 📞 **Phone Number Extraction**: International phone number formats
- 📍 **Address Extraction**: Physical business addresses
- 🔄 **Automatic Proxy Fallback**: Handles blocks gracefully
- 📊 **Structured Output**: Clean JSON data ready for analysis
- ⚡ **Fast & Efficient**: Optimized scraping with rate limiting

### Input

#### JSON Example

```json
{
  "startUrls": [
    {
      "url": "https://play.google.com/store/apps/details?id=com.example.app"
    }
  ],
  "keywords": ["marketing", "founder"],
  "maxResults": 30,
  "customDomains": ["@gmail.com"],
  "language": "en",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
````

#### Input Fields

- **startUrls** (array, optional): List of Google Play Store URLs or app IDs
- **keywords** (array, optional): Keywords to search for apps (e.g., \["marketing", "founder"])
- **maxResults** (integer, default: 30): Maximum number of apps to scrape per keyword
- **customDomains** (array, optional): Filter emails by specific domains (e.g., \["@gmail.com"])
- **language** (string, default: "en"): Language code for Google Play Store
- **proxyConfiguration** (object, optional): Proxy settings (default: no proxy, auto-fallback enabled)

### Output

#### JSON Example

```json
{
  "network": "Google Play.com",
  "keyword": "marketing",
  "title": "Learn Digital Marketing - Apps on Google Play",
  "description": "Do you want to build a career in Digital Marketing...",
  "url": "https://play.google.com/store/apps/details?id=...",
  "email": "hello@programminghub.io",
  "support Email": "",
  "phone": "+91 83696 37448",
  "Address": "1 NORTH BRIDGE ROAD #19-08 HIGH STREET CENTRE Singapore 179094"
}
```

#### Output Fields

- **network**: Always "Google Play.com"
- **keyword**: The keyword used to find this app (or app ID if from URL)
- **title**: App title
- **description**: App description
- **url**: Full Google Play Store URL
- **email**: Primary contact email
- **support Email**: Support email address (if found)
- **phone**: Contact phone number
- **Address**: Physical business address (if found)

### 🚀 How to Use the Actor (via Apify Console)

1. Log in at https://console.apify.com and go to **Actors**
2. Find your actor (google-play-email-scraper) and click it
3. Configure inputs:
   - Add URLs or app IDs in **startUrls**
   - Add keywords in **keywords** field
   - Set **maxResults** per keyword
   - Configure proxy settings if needed
4. Run the actor
5. Monitor logs in real time
6. Access results in the **OUTPUT** tab
7. Export results to JSON or CSV

### Best Use Cases

- **Lead Generation**: Extract contact information for B2B outreach
- **Market Research**: Analyze competitor contact information
- **Business Intelligence**: Build databases of app developer contacts
- **Email Marketing**: Collect verified email addresses for campaigns
- **Sales Prospecting**: Find decision-makers in target industries

### Frequently Asked Questions

**Q: Does this scrape private information?**\
A: No, only publicly available information from Google Play Store app pages.

**Q: How does proxy fallback work?**\
A: The actor tries no proxy first, then datacenter proxy, then residential proxy (with 3 retries) if requests are blocked.

**Q: Can I filter emails by domain?**\
A: Yes, use the `customDomains` field to filter (e.g., \["@gmail.com", "@company.com"]).

**Q: What's the rate limit?**\
A: The actor includes a 1-second delay between requests to avoid overwhelming servers.

**Q: Can I scrape apps from different countries?**\
A: Yes, change the `language` parameter (e.g., "es" for Spanish, "fr" for French).

### Support and Feedback

For issues, questions, or feature requests, please contact support through the Apify platform.

### Cautions

- Data is collected only from **publicly available sources** on Google Play Store
- No data is taken from private accounts or password-protected content
- The end user is responsible for ensuring legal compliance (spam laws, privacy, data protection, etc.)
- Respect rate limits and terms of service
- Use extracted data responsibly and ethically

# Actor input Schema

## `startUrls` (type: `array`):

📥 Paste Google Play Store URLs (e.g. https://play.google.com/store/apps/details?id=com.example.app) or raw app IDs (e.g. com.example.app).

💡 Tip: any value that doesn't look like a URL/app ID will be treated as a search keyword automatically.

## `keywords` (type: `array`):

🧲 Keywords to discover matching apps on Google Play (e.g. 'marketing', 'fitness', 'crypto').

📦 Each keyword returns up to '🎯 Maximum Results per Keyword' apps.

## `maxResults` (type: `integer`):

📊 How many apps to scrape per keyword (1-100). Lower = faster & cheaper, higher = more leads.

## `customDomains` (type: `array`):

🎚️ Keep only emails matching these domains (e.g. \['@gmail.com', '@company.com']).

✅ Leave empty to extract ALL emails — no filtering applied.

## `location` (type: `string`):

🗺️ ISO country code for region-specific results (e.g. 'us', 'gb', 'au', 'in', 'de').

🟢 Leave empty to use Google's default location.

## `platform` (type: `string`):

🔖 The 'network' value written into each output row (e.g. 'Google Play'). Useful when merging this dataset with scrapers from other platforms.

## `engine` (type: `string`):

🚦 Choose how the actor fetches pages.

💰 Cost-Effective (New) — recommended for most users.
🏛️ Legacy — fallback if you hit issues with the new engine.

## `language` (type: `string`):

🌐 Page language for Google Play (affects descriptions and contact-info formatting).

## `proxyConfiguration` (type: `object`):

🔐 Pick your proxy strategy. The actor auto-falls-back: 🟢 no proxy → 🏢 datacenter → 🏠 residential whenever requests are blocked.

💡 Tip: enable Apify Proxy with the RESIDENTIAL group for the highest success rate.

## Actor input object example

```json
{
  "startUrls": [
    "marketing",
    "Founder"
  ],
  "keywords": [],
  "maxResults": 10,
  "customDomains": [
    "@gmail.com"
  ],
  "location": "",
  "platform": "Google Play",
  "engine": "Cost-Effective (New)",
  "language": "en",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        "marketing",
        "Founder"
    ],
    "keywords": [],
    "customDomains": [
        "@gmail.com"
    ],
    "proxyConfiguration": {
        "useApifyProxy": false
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("scraperforge/google-play-email-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "startUrls": [
        "marketing",
        "Founder",
    ],
    "keywords": [],
    "customDomains": ["@gmail.com"],
    "proxyConfiguration": { "useApifyProxy": False },
}

# Run the Actor and wait for it to finish
run = client.actor("scraperforge/google-play-email-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    "marketing",
    "Founder"
  ],
  "keywords": [],
  "customDomains": [
    "@gmail.com"
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}' |
apify call scraperforge/google-play-email-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=scraperforge/google-play-email-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Google Play Email Scraper",
        "description": "📧 Google Play Email Scraper extracts publicly listed developer emails from Play Store app pages at scale. 🔎 Fast, accurate, deduplicated CSV/JSON export for outreach, lead generation, and market research. 🚀 Perfect for marketers, agencies, and growth teams.",
        "version": "0.1",
        "x-build-id": "cQbw96c5gCeY0fDsU"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/scraperforge~google-play-email-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-scraperforge-google-play-email-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/scraperforge~google-play-email-scraper/runs": {
            "post": {
                "operationId": "runs-sync-scraperforge-google-play-email-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/scraperforge~google-play-email-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-scraperforge-google-play-email-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "startUrls": {
                        "title": "🔗 Google Play URLs or App IDs",
                        "type": "array",
                        "description": "📥 Paste Google Play Store URLs (e.g. https://play.google.com/store/apps/details?id=com.example.app) or raw app IDs (e.g. com.example.app).\n\n💡 Tip: any value that doesn't look like a URL/app ID will be treated as a search keyword automatically.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "keywords": {
                        "title": "🔍 Search Keywords",
                        "type": "array",
                        "description": "🧲 Keywords to discover matching apps on Google Play (e.g. 'marketing', 'fitness', 'crypto').\n\n📦 Each keyword returns up to '🎯 Maximum Results per Keyword' apps.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxResults": {
                        "title": "🎯 Maximum Results per Keyword",
                        "minimum": 1,
                        "maximum": 100,
                        "type": "integer",
                        "description": "📊 How many apps to scrape per keyword (1-100). Lower = faster & cheaper, higher = more leads.",
                        "default": 10
                    },
                    "customDomains": {
                        "title": "📧 Email Domain Filter",
                        "type": "array",
                        "description": "🎚️ Keep only emails matching these domains (e.g. ['@gmail.com', '@company.com']).\n\n✅ Leave empty to extract ALL emails — no filtering applied.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "location": {
                        "title": "🌍 Location (Country Code)",
                        "type": "string",
                        "description": "🗺️ ISO country code for region-specific results (e.g. 'us', 'gb', 'au', 'in', 'de').\n\n🟢 Leave empty to use Google's default location.",
                        "default": ""
                    },
                    "platform": {
                        "title": "🏷️ Platform Label",
                        "type": "string",
                        "description": "🔖 The 'network' value written into each output row (e.g. 'Google Play'). Useful when merging this dataset with scrapers from other platforms.",
                        "default": "Google Play"
                    },
                    "engine": {
                        "title": "⚙️ Scraping Engine",
                        "enum": [
                            "Cost-Effective (New)",
                            "Legacy"
                        ],
                        "type": "string",
                        "description": "🚦 Choose how the actor fetches pages.\n\n💰 Cost-Effective (New) — recommended for most users.\n🏛️ Legacy — fallback if you hit issues with the new engine.",
                        "default": "Cost-Effective (New)"
                    },
                    "language": {
                        "title": "🗣️ Language",
                        "enum": [
                            "en",
                            "es",
                            "fr",
                            "de",
                            "it",
                            "pt",
                            "ru",
                            "ja",
                            "ko",
                            "zh"
                        ],
                        "type": "string",
                        "description": "🌐 Page language for Google Play (affects descriptions and contact-info formatting).",
                        "default": "en"
                    },
                    "proxyConfiguration": {
                        "title": "🛡️ Proxy Configuration",
                        "type": "object",
                        "description": "🔐 Pick your proxy strategy. The actor auto-falls-back: 🟢 no proxy → 🏢 datacenter → 🏠 residential whenever requests are blocked.\n\n💡 Tip: enable Apify Proxy with the RESIDENTIAL group for the highest success rate."
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
