VOOZH about

URL: https://apify.com/simpleapi/app-store-email-scraper/api

⇱ App Store Email Scraper API Β· Apify


Pricing

$19.99/month + usage

Go to Apify Store

App Store Email Scraper

App Store Email Scraper collects developer email data to support app market research and outreach. Filter by category or app type to analyze markets and connect with relevant developers at scale.

Pricing

$19.99/month + usage

Rating

0.0

(0)

Developer

πŸ‘ SimpleAPI

SimpleAPI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 months ago

Last modified

Share

You might also like

App Store Phone Number Scraper

simpleapi/app-store-phone-number-scraper

App Store Phone Number Scraper collects developer phone data to support app market research and outreach. Filter by category or app type to analyze markets and connect with relevant developers at scale.

App Store Email Scraper

scraper-engine/app-store-email-scraper

App Store Email Scraper extracts publicly available developer email addresses from App Store app and developer pages. Build targeted contact lists for partnerships, sales, and app promotion outreach.

πŸ‘ User avatar

Scraper Engine

2

App Store Email Scraper - Advanced, Fast & Cheapest

contacts-api/app-store-email-scraper-fast-advanced-and-cheapest

πŸ“± App Store Email Scraper helps you extract app developer and publisher emails from App Store listings πŸš€ Boost app marketing, outreach, and B2B partnerships πŸ“§

App Store Email Scraper

api-empire/app-store-email-scraper

Automate email extraction from the App Store with App Store Email Scraper. The actor scans app and developer pages and pulls available contact emails into structured datasets for CRM enrichment.

App Store Scraper

scraper-engine/apple-app-store

Apple App Store Scraper collects publicly available data from the App Store, including app titles, descriptions, ratings, reviews, categories, and developer details. Use it for research, analytics, or large-scale app data collection with structured output.

πŸ‘ User avatar

Scraper Engine

6

App Store Email Scraper

scrapier/app-store-email-scraper

App Store Email Scraper gathers public developer email contacts for agencies and app marketers. Source app owners faster, reduce manual research, and scale outbound email campaigns efficiently.

App Store Reviews Scraper

scraper-engine/app-store-reviews-scraper

Apple App Store Scraper collects publicly available data from the App Store, including app titles, descriptions, ratings, reviews, categories, and developer details. Use it for research, analytics, or large-scale app data collection with structured output.

πŸ‘ User avatar

Scraper Engine

8

Google Play Phone Number Scraper

simpleapi/google-play-phone-number-scraper

Google Play Phone Number Scraper collects developer phone data to support app market research and outreach. Filter by category or app type to analyze markets and connect with relevant developers at scale.

App Developer Lead Scraper | $4/1K | Email & Site

apivault_labs/app-developer-leads

Find app-developer leads at scale from the App Store & Google Play. Pick a category or keyword and a store, and get every app's company name, website, contact email, rating, category and store link. Built for B2B outreach to app publishers. No login or API key. Bulk, parallel. $0.004 per lead.

2

Apple App Store

scrapio/apple-app-store

Apple App Store Scraper collects public app data from the App Store. Extract app titles, descriptions, ratings, reviews, categories, and update history for market research, ASO analysis, and competitor tracking at scale.

You can access the App Store Email Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "keywords": [
< "marketing"
< ],
< "emailDomains": [
< "@gmail.com"
< ],
< "proxyConfiguration": {
< "useApifyProxy": false
< }
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/simpleapi~app-store-email-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

App Store Email Scraper API

Below, you can find a list of relevant HTTP API endpoints for calling the App Store Email Scraper Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/simpleapi~app-store-email-scraper/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/simpleapi~app-store-email-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/simpleapi~app-store-email-scraper?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the App Store Email Scraper API programmatically via the Apify API.

You can choose from:

App Store Email Scraper API in Python

App Store Email Scraper API in JavaScript

App Store Email Scraper API through CLI

App Store Email Scraper OpenAPI definition

You can start App Store Email Scraper with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The App Store Email Scraper is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the App Store Email Scraper run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.