Play Store Detail API

Google Play app data API

Extract Google Play Store app metadata including description, ratings, download count, screenshots, and developer info for market research.

1 CreditCost
50+Data Fields
40+Languages
Add your visual here

Quick Start

Get started with a simple API call.

const response = await fetch('https://api.crawlkit.sh/v1/crawl/playstore/detail', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    appId: 'com.google.android.apps.maps',
    options: {
      lang: 'en',
      timeout: 30000
    }
  })
});

const { data } = await response.json();
console.log(data.app.name, data.app.rating, data.app.downloads);

Key Features

Everything you need for reliable play store detail extraction.

App Metadata

Get app name, description, icon, screenshots, and category.

Rating Data

Access overall rating, rating count, and rating distribution.

Download Stats

Get download count, install size, and last update date.

Developer Info

Extract developer name, email, website, and other apps.

Version History

Access current version, what's new, and update history.

Pricing Info

Get price, in-app purchases, and subscription details.

How It Works

Get started in minutes with our simple API.

1

Get Your API Key

Sign up for free and get your API key instantly. No credit card required.

2

Make Your First Request

Use our simple REST API with your favorite programming language.

3

Get Structured Data

Receive clean JSON responses ready to use in your application.

API Response

Get clean, structured JSON data with every request. Our API returns comprehensive data including status codes, timing information, and your remaining credits.

  • Consistent JSON structure
  • Detailed timing metrics
  • Credit usage tracking
  • Error handling built-in
Response
{
  "success": true,
  "data": {
    "app": {
      "appId": "com.google.android.apps.maps",
      "name": "Google Maps",
      "description": "Navigate your world faster...",
      "icon": "https://...",
      "rating": 4.3,
      "ratingCount": 15000000,
      "downloads": "10B+",
      "developer": "Google LLC",
      "category": "Travel & Local",
      "lastUpdated": "2024-01-10",
      "version": "11.108.0"
    },
    "timing": { "total": 1500 },
    "creditsUsed": 1,
    "creditsRemaining": 99
  }
}

Use Cases

Common applications for Play Store Detail.

Market Research

Analyze app market trends and opportunities.

Competitor Analysis

Track competitor app metrics and updates.

ASO Monitoring

Monitor app store optimization metrics.

Investment Research

Due diligence on app-based businesses.

Frequently Asked Questions

Everything you need to know about the Play Store Detail API.

App name, description, icon, screenshots, rating, download count, developer info, version, update history, pricing, and more.

This endpoint returns current app data. For historical tracking, make periodic requests and store the results.

The lang parameter supports 40+ languages for localized app descriptions and metadata.

The response includes a list of similar apps recommended by Google Play.

Start Using Play Store Detail API Today

Get 100 free credits to test the API. No credit card required.