Google Play Store App Search Scraper avatar

Google Play Store App Search Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Google Play Store App Search Scraper

Google Play Store App Search Scraper

A powerful scraper that extracts detailed app information from Google Play Store search results. Get comprehensive data about apps including ratings, reviews, installs, and more. Perfect for market research and competitor analysis.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

Coding Frontned

Coding Frontned

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

20 days ago

Last modified

Share

Search public Google Play listings and collect source-backed app metadata. The Actor supports one query or a batch of up to ten queries, optional detail enrichment, locale selection, per-query limits, and global app-ID deduplication.

Input

  • query: one 1–200 character search phrase.
  • queries: optional array of 1–10 phrases; when present, it takes precedence over query.
  • language: Play Store language code, default en.
  • country: two-letter Play Store country code, default us.
  • maxItems: 1–250 results per query, default 30.
  • fullDetail: fetch public detail metadata, default true.
{
"queries": ["photo editor", "video editor"],
"language": "en",
"country": "us",
"maxItems": 20,
"fullDetail": true
}

Output

Each dataset row is one unique app with a canonical Play Store URL, stable appId, title, developer, sequential global rank, first-query queryRank, matchedQueries, locale, and scrape timestamp. Search-only fields include summary, icon, score, price, and developer ID. Full-detail mode can add installs, ratings, reviews, version, release/update data, media, categories, developer contacts, and policy links when Google Play exposes them.

Empty and unavailable optional values are omitted. Errors and query summaries are stored only in the OUTPUT key-value-store record, never as app rows.

Limits

  • Results and metadata vary by locale and Google Play availability.
  • Apps shared by multiple queries appear once, with every matching phrase in matchedQueries.
  • This Actor uses public store responses and does not access accounts, purchases, private reviews, or authenticated data.