Crawlora
ProductPlatformsUse CasesDocsPricingCompare
Sign inTry Playground Console
Crawlora

Structured public web data APIs for search, travel, real estate, marketplaces, apps, social, audio, and AI workflows with managed execution and credit-based usage.

Product

Web Scraping APIFeaturesInfrastructure FeaturesPlatformsTravel APIsReal Estate APIsPricing

Platforms

Google SearchGoogle TrendsBingBraveGoogle MapsAirbnbTripAdvisorZillowYahoo FinanceGoogle FinanceAmazon

Developers

DocsGetting StartedAuthenticationAPI ExamplesRecipesChangelogPlaygroundSDKsIntegrationsMCP

Use cases

SERP MonitoringGoogle Maps LeadsTravel & Hospitality ResearchProperty Market IntelligenceApp Review AnalysisReview & Reputation MonitoringTikTok Trend IntelligenceYouTube Creator IntelligenceAmazon Product MonitoringMusic Catalog / Playlist IntelligencePodcast & Audio IntelligenceFinance Market DataAI Agent Web Data

Legal

TermsPrivacy
Product
Web Scraping APIFeaturesInfrastructure FeaturesPlatformsTravel APIsReal Estate APIsPricing
Platforms
Google SearchGoogle TrendsBingBraveGoogle MapsAirbnbTripAdvisorZillowYahoo FinanceGoogle FinanceAmazon
Developers
DocsGetting StartedAuthenticationAPI ExamplesRecipesChangelogPlaygroundSDKsIntegrationsMCP
Use cases
SERP MonitoringGoogle Maps LeadsTravel & Hospitality ResearchProperty Market IntelligenceApp Review AnalysisReview & Reputation MonitoringTikTok Trend IntelligenceYouTube Creator IntelligenceAmazon Product MonitoringMusic Catalog / Playlist IntelligencePodcast & Audio IntelligenceFinance Market DataAI Agent Web Data
Legal
TermsPrivacy

© 2026 Built with 💖 by Tony Wang

|System:Crawlora API status
Docs menu

Start here

OverviewGetting StartedAuthenticationRate Limits and CreditsError Handling

Examples

ExamplescURLTypeScriptPythonGo

Recipes

RecipesSERP MonitoringGoogle Maps LeadsApp Review AnalysisYouTube TranscriptsTikTok Trend ResearchAmazon Product MonitoringAI Agent Web Data

API Reference

AirbnbAmazonApplePodcastsAppStoreBingBraveeBayGoogleGoogle FinanceGoogle MapGooglePlayInstagramLinkedInProductHuntSimilarWebSpotifySpotifyPodcastsTikTokTripAdvisorTrustpilotYahoo FinanceYouTubeZillow

Start here

OverviewGetting StartedAuthenticationRate Limits and CreditsError Handling

Examples

ExamplescURLTypeScriptPythonGo

Recipes

RecipesSERP MonitoringGoogle Maps LeadsApp Review AnalysisYouTube TranscriptsTikTok Trend ResearchAmazon Product MonitoringAI Agent Web Data

API Reference

AirbnbAmazonApplePodcastsAppStoreBingBraveeBayGoogleGoogle FinanceGoogle MapGooglePlayInstagramLinkedInProductHuntSimilarWebSpotifySpotifyPodcastsTikTokTripAdvisorTrustpilotYahoo FinanceYouTubeZillow
  1. Home
  2. /Docs
  3. /Google Play Scraper API

API Reference

Google Play Scraper API Documentation

Use Crawlora's Google Play Scraper API endpoints to extract supported public GooglePlay data as structured JSON. This documentation covers 10 active endpoints including Retrieve full Google Play app details, Retrieve Google Play app categories, Retrieve Google Play data safety details, Retrieve apps by Google Play developer, and related APIs. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and AI-agent workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as app_id, dev_id, term, cURL examples, response examples, response schemas, errors, credit cost, and Playground testing. Send requests to the Crawlora API with an x-api-key header, review usage and plan limits on pricing, and test safe sample requests in Playground before moving the workflow into production.

Try Retrieve full Google Play app details Start with endpoint docsPricing

Quick start

Choose an endpoint, send an authenticated request with the x-api-key header, and inspect the normalized JSON response. The examples below use the public Crawlora API base URL and the same endpoint catalog used by Playground.

Base URL
https://api.crawlora.net/api/v1
Auth header
x-api-key: $CRAWLORA_API_KEY
Primary endpoint
GET /googleplay/app
Credit cost
1 credit/request
curl -X GET "https://api.crawlora.net/api/v1/googleplay/app?app_id=com.openai.chatgpt&country=us&lang=en" \
  -H "x-api-key: $CRAWLORA_API_KEY"
Try Retrieve full Google Play app details in PlaygroundAPI key authenticationReview Crawlora pricing

Common concepts

  • Authenticated API-key requests
  • Structured JSON responses
  • Credit-based usage and plan limits
  • Documented validation and upstream errors
  • Playground testing before integration
  • Responsible public web data workflows
Google Play platform pageError handling guideRate limits and credits

Google Play Scraper API endpoints

These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.

GET/googleplay/appapiKey1 credit/request

Retrieve full Google Play app details

Returns normalized app metadata from a Google Play details page, including installs, ratings, pricing, version info, developer metadata, media assets, release state, and selected user comments. Defaults: `country=us`, `lang=en`.

Required params: app_id:query

Retrieve full Google Play app details documentationTry Retrieve full Google Play app details in Playground
GET/googleplay/categoriesapiKey1 credit/request

Retrieve Google Play app categories

Returns category ids found in the Google Play apps navigation.

Required params: None

Retrieve Google Play app categories documentationTry Retrieve Google Play app categories in Playground
GET/googleplay/datasafetyapiKey1 credit/request

Retrieve Google Play data safety details

Returns the data safety information displayed on Google Play.

Required params: app_id:query

Retrieve Google Play data safety details documentationTry Retrieve Google Play data safety details in Playground
GET/googleplay/developer/{dev_id}apiKey1 credit/request

Retrieve apps by Google Play developer

Returns apps published by a developer id or developer name.

Required params: dev_id:path

Retrieve apps by Google Play developer documentationTry Retrieve apps by Google Play developer in Playground
GET/googleplay/listapiKey1 credit/request

Retrieve apps from a Google Play top collection

Returns apps from a Google Play collection and category.

Required params: None

Retrieve apps from a Google Play top collection documentationTry Retrieve apps from a Google Play top collection in Playground
GET/googleplay/permissionsapiKey1 credit/request

Retrieve Google Play app permissions

Returns Google Play permission groups or a short permission name list.

Required params: app_id:query

Retrieve Google Play app permissions documentationTry Retrieve Google Play app permissions in Playground
GET/googleplay/reviewsapiKey3 credits/request

Retrieve Google Play reviews

Returns one or more pages of app reviews. Set `paginate=true` to fetch only the requested page.

Required params: app_id:query

Retrieve Google Play reviews documentationTry Retrieve Google Play reviews in Playground
GET/googleplay/searchapiKey1 credit/request

Search Google Play

Returns Google Play search results for a term.

Required params: term:query

Search Google Play documentationTry Search Google Play in Playground
GET/googleplay/similarapiKey1 credit/request

Retrieve similar Google Play apps

Returns apps from the "Similar apps" cluster on an app details page.

Required params: app_id:query

Retrieve similar Google Play apps documentationTry Retrieve similar Google Play apps in Playground
GET/googleplay/suggest/{term}apiKey1 credit/request

Retrieve Google Play query suggestions

Returns up to 10 suggestions for a search term.

Required params: term:path

Retrieve Google Play query suggestions documentationTry Retrieve Google Play query suggestions in Playground

Endpoint reference table

EndpointAPI pathMethodCreditsRequired paramsDocsPlayground
Retrieve full Google Play app details/googleplay/appGET1 credit/requestapp_id:queryView docsTry endpoint
Retrieve Google Play app categories/googleplay/categoriesGET1 credit/requestNoneView docsTry endpoint
Retrieve Google Play data safety details/googleplay/datasafetyGET1 credit/requestapp_id:queryView docsTry endpoint
Retrieve apps by Google Play developer/googleplay/developer/{dev_id}GET1 credit/requestdev_id:pathView docsTry endpoint
Retrieve apps from a Google Play top collection/googleplay/listGET1 credit/requestNoneView docsTry endpoint
Retrieve Google Play app permissions/googleplay/permissionsGET1 credit/requestapp_id:queryView docsTry endpoint
Retrieve Google Play reviews/googleplay/reviewsGET3 credits/requestapp_id:queryView docsTry endpoint
Search Google Play/googleplay/searchGET1 credit/requestterm:queryView docsTry endpoint
Retrieve similar Google Play apps/googleplay/similarGET1 credit/requestapp_id:queryView docsTry endpoint
Retrieve Google Play query suggestions/googleplay/suggest/{term}GET1 credit/requestterm:pathView docsTry endpoint

Related Crawlora API pages

Google Play scraper API platform pageTry the primary endpoint in PlaygroundBrowse supported platformsCrawlora API pricingApple App Store API documentation
Back to docs