Google Play Developer Lead Scraper avatar

Google Play Developer Lead Scraper

Pricing

Pay per usage

Go to Apify Store
Google Play Developer Lead Scraper

Google Play Developer Lead Scraper

Search the Google Play store by keyword or category and turn app listings into B2B leads: developer contact email, website, name, category, install band, rating, and monetization flags. One lead per app. No login, no API key.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Ken M

Ken M

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Turn the Google Play store into a B2B lead list. Search by keyword or category and get, for every app, the developer contact email and website plus the developer name, app title, category, install band, rating, and monetization flags. One lead per app.

The developer contact email is published right on the Play listing, so every lead is reachable out of the box. No login, no API key, no email guessing.

Who buys this

  • App monetization and SDK vendors selling ads, analytics, payments, or attribution to app makers.
  • ASO and mobile-marketing agencies prospecting app owners.
  • Ad networks and mediation platforms building publisher pipelines.
  • Dev-service shops (design, QA, localization) targeting active developers.

How it works

  1. It collects app IDs at volume: a search per keyword, the top-chart for each category (up to ~250 apps each), and optionally apps similar to the seeds found.
  2. It opens each app's detail page and extracts the developer contact email, website, name, category, install band, rating, and whether the app shows ads or in-app purchases.
  3. Each app is scored into a tier and pushed as one lead.

Output

One row per app:

{
"appId": "com.zoho.invoice",
"title": "Zoho Invoice - Invoice Maker",
"url": "https://play.google.com/store/apps/details?id=com.zoho.invoice",
"developerName": "Zoho Corporation",
"developerId": "6811281457353247126",
"developerUrl": "https://play.google.com/store/apps/dev?id=6811281457353247126",
"developerEmail": "support@zohoinvoice.com",
"developerWebsite": "https://www.zoho.com/invoice/",
"category": "BUSINESS",
"rating": 4.8,
"installs": "1M+",
"installsNumeric": 1000000,
"containsAds": false,
"inAppPurchases": true,
"tier": "qualified_lead"
}

Tiers and pricing

Pay per lead. The first 10 qualified_lead per run are free so you can validate output.

TierMeaningPrice
listingApp and developer data, no public email$0.01
leadA developer contact email is published$0.02
qualified_leadDeveloper email, a website, and installs at or above the bar$0.05

Because everything is plain HTTP (no browser), runs are fast and cheap, so a single run can return thousands of leads.

Input

FieldDefaultNotes
keywords[]Search terms, one Play search each.
categories[]Play category IDs (BUSINESS, PRODUCTIVITY, FINANCE, etc.).
country / languageus / enStore country (gl) and language (hl).
collectionTOP_FREEChart pulled per category: TOP_FREE, TOP_PAID, or GROSSING.
expandSimilarfalseAlso pull apps similar to the seeds for more volume.
maxApps200Cap total apps per run.
maxAppsPerQuery60Cap apps per keyword or category (categories return up to ~250).
requireEmailfalseOnly keep apps with a developer email.
minInstalls0Drop apps below this install count.
qualifiedMinInstalls10000Install bar for the qualified_lead tier.
concurrency10Pages fetched in parallel.

Good use cases

  • Build a list of every invoicing or CRM app maker with a reachable email.
  • Pull the top apps in a category and hand sales a clean publisher pipeline.
  • Target established developers (high installs, website, email) for enterprise outreach.