zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Application/Google Play Store
Logo Google Play Store

Google Play Store

Google Play — one app's full record including figures the store UI never renders (the exact install count and the per-star rating histogram as integers), plus search, a developer's catalogue, paged reviews with developer replies, related apps, and the store's recommendation shelves.

6 endpoints6 endpoints on this scraper30 calls30 calls so farupdated last monthLast updated 8/17/2026, 6:15:43 PMBusy: 10+ calls so farllms.txt
Endpoints6

5/6 passing
checked 20 hours ago · daily 01:00 WIB

App Detail

One app's full record, including three figures the store UI never shows: the exact install count, the per-star rating histogram as integers, and the app's rank in its category. Also the developer's legal name, email, address and phone, plus the full permissions tree.

GET/v1/application:play-store/app1h cache3 paramschecking key…
Parameters
idstringrequired

Android package name

langstring

Language for titles and descriptions. Default en.

countrystring

Two-letter country code for pricing and availability. Default us.

·
Response
EXAMPLE
{
  "id": "com.gojek.app",
  "url": "https://play.google.com/store/apps/details?id=com.gojek.app",
  "free": true,
  "icon": "https://play-lh.googleusercontent.com/LMMiBxDmUDNqqTK8V3Xcgoy_Mf4t9TD-IbKznzp-NeOPH6GDV5vZ_SO0qjE3iv0LENGvu2dat9ZTIS4KS9UJ",
  "name": "Gojek - Food & Transportation",
  "price": 0,
  "rating": 4.6758847,
  "source": "play-store",
  "tagline": "Rides, food delivery, shipping & grocery—all in one app with Gojek!",
  "updated": "Aug 14, 2026",
  "version": "5.72.1",
  "category": "Travel & Local",
  "currency": "IDR",
  "installs": 100000000,
  "released": "Dec 18, 2014",
  "developer": {
    "url": "https://play.google.com/store/apps/dev?id=4853785597837765677",
    "name": "PT. GoTo Gojek Tokopedia Tbk",
    "email": "[email protected]",
    "website": "https://www.gojek.com",
    "developerId": "4853785597837765677"
  },
  "histogram": {
    "1": 369661,
    "2": 60383,
    "3": 77420,
    "4": 351890,
    "5": 5825089
  },
  "categoryId": "TRAVEL_AND_LOCAL",
  "ratingText": "4.7",
  "releasedAt": 1418944618,
  "description": "Gojek: Indonesia's #1 super app for rides, food delivery, shipping & more!\n\nGojek is your all-in-one daily companion starts from ride-hailing, food delivery, package shipping, and …",
  "permissions": [
    {
      "group": "Identity",
      "items": [
        "find accounts on the device"
      ]
    },
    {
      "group": "Contacts",
      "items": [
        "find accounts on the device",
        "read your contacts",
        "modify your contacts"
      ]
    },
    {
      "group": "Location",
      "items": [
        "approximate location (network-based)",
        "precise location (GPS and network-based)"
      ]
    }
  ],
  "ratingCount": 6684449,
  "reviewCount": 1897090,
  "screenshots": [
    "https://play-lh.googleusercontent.com/FAWGR-3Z52Y9QRdbU9eJU_oWkMYezdn34SxuUn6wVfE00eLROPRrTo6nwggz1GOyYx1DOnMdMvJnaTVUMZhT",
    "https://play-lh.googleusercontent.com/eb3_-8IDnOwZ8PrvPJdook8JWhSuwQe9rwFyVLKJny8Poqkb8VZjeKnJ4By4ols6oBCXoO_luW07gWa2zuDa9g",
    "https://play-lh.googleusercontent.com/uZyDlyBf-OgQCjJh80mNVa-RcA5aM490-yxLZ_vZRN2364fa6pKhWjKi2eXSNilLWydijIwTLkQOk15FFxhN"
  ],
  "categoryRank": "#2",
  "installsText": "100,000,000+",
  "contentRating": "Rated for 3+",
  "installsExact": 190162037,
  "installsShort": "100M+",
  "categoryRankIn": "top free travel & local",
  "contentRatingDescription": "In-App Purchases"
}

Code

App Detail
index.ts
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("application:play-store", "app", {
  "id": "com.whatsapp",
  "lang": "en",
  "country": "us"
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

6 endpoints · plain text
GET
App Detail/v1/application:play-store/app
3 params

One app's full record, including three figures the store UI never shows: the exact install count, the per-star rating histogram as integers, and the app's rank in its category. Also the developer's legal name, email, address and phone, plus the full permissions tree.

Parameters

idstringrequired
Android package name
langstringoptional
Language for titles and descriptions. Default en.
countrystringoptional
Two-letter country code for pricing and availability. Default us.

Request

curl -X GET "https://api.zapi.ink/v1/application:play-store/app?id=com.whatsapp&lang=en&country=us" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "id": "com.gojek.app",
  "url": "https://play.google.com/store/apps/details?id=com.gojek.app",
  "free": true,
  "icon": "https://play-lh.googleusercontent.com/LMMiBxDmUDNqqTK8V3Xcgoy_Mf4t9TD-IbKznzp-NeOPH6GDV5vZ_SO0qjE3iv0LENGvu2dat9ZTIS4KS9UJ",
  "name": "Gojek - Food & Transportation",
  "price": 0,
  "rating": 4.6758847,
  "source": "play-store",
  "tagline": "Rides, food delivery, shipping & grocery—all in one app with Gojek!",
  "updated": "Aug 14, 2026",
  "version": "5.72.1",
  "category": "Travel & Local",
  "currency": "IDR",
  "installs": 100000000,
  "released": "Dec 18, 2014",
  "developer": {
    "url": "https://play.google.com/store/apps/dev?id=4853785597837765677",
    "name": "PT. GoTo Gojek Tokopedia Tbk",
    "email": "[email protected]",
    "website": "https://www.gojek.com",
    "developerId": "4853785597837765677"
  },
  "histogram": {
    "1": 369661,
    "2": 60383,
    "3": 77420,
    "4": 351890,
    "5": 5825089
  },
  "categoryId": "TRAVEL_AND_LOCAL",
  "ratingText": "4.7",
  "releasedAt": 1418944618,
  "description": "Gojek: Indonesia's #1 super app for rides, food delivery, shipping & more!\n\nGojek is your all-in-one daily companion starts from ride-hailing, food delivery, package shipping, and …",
  "permissions": [
    {
      "group": "Identity",
      "items": [
        "find accounts on the device"
      ]
    },
    {
      "group": "Contacts",
      "items": [
        "find accounts on the device",
        "read your contacts",
        "modify your contacts"
      ]
    },
    {
      "group": "Location",
      "items": [
        "approximate location (network-based)",
        "precise location (GPS and network-based)"
      ]
    }
  ],
  "ratingCount": 6684449,
  "reviewCount": 1897090,
  "screenshots": [
    "https://play-lh.googleusercontent.com/FAWGR-3Z52Y9QRdbU9eJU_oWkMYezdn34SxuUn6wVfE00eLROPRrTo6nwggz1GOyYx1DOnMdMvJnaTVUMZhT",
    "https://play-lh.googleusercontent.com/eb3_-8IDnOwZ8PrvPJdook8JWhSuwQe9rwFyVLKJny8Poqkb8VZjeKnJ4By4ols6oBCXoO_luW07gWa2zuDa9g",
    "https://play-lh.googleusercontent.com/uZyDlyBf-OgQCjJh80mNVa-RcA5aM490-yxLZ_vZRN2364fa6pKhWjKi2eXSNilLWydijIwTLkQOk15FFxhN"
  ],
  "categoryRank": "#2",
  "installsText": "100,000,000+",
  "contentRating": "Rated for 3+",
  "installsExact": 190162037,
  "installsShort": "100M+",
  "categoryRankIn": "top free travel & local",
  "contentRatingDescription": "In-App Purchases"
}
GET
App Search/v1/application:play-store/search
4 params

Search Play for apps. The store serves one page of results per URL and exposes no cursor, so this returns that page.

Parameters

querystringrequired
Search keyword
langstringoptional
Language for titles and descriptions. Default en.
countrystringoptional
Two-letter country code for pricing and availability. Default us.
countnumberoptional
Maximum apps to return. Default 20 — one page of search results is about 20 apps.

Request

curl -X GET "https://api.zapi.ink/v1/application:play-store/search?query=whatsapp&lang=en&country=us&count=20" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 10,
  "items": [
    {
      "id": "com.whatsapp",
      "url": "https://play.google.com/store/apps/details?id=com.whatsapp",
      "free": true,
      "icon": "https://play-lh.googleusercontent.com/Gqxk4T0uZsDwFp07DE-508hkyvcNmgFuRwPiwTEfF7D7OzGv1FdHDzEyMxNsSBZLOJlGpe3ULvVM2RgrRAlBqA",
      "name": "WhatsApp Messenger",
      "price": 0,
      "rating": 4.6253376,
      "source": "play-store",
      "tagline": "Simple. Reliable. Private.",
      "category": "Communication",
      "currency": "USD",
      "installs": 10000000000,
      "developer": {
        "url": "https://play.google.com/store/apps/developer?id=WhatsApp+LLC",
        "name": "WhatsApp LLC",
        "developerId": "5191370068110375942"
      },
      "histogram": {
        "1": 10463330,
        "2": 3240182,
        "3": 8606186,
        "4": 21640855,
        "5": 197406029
      },
      "categoryId": "COMMUNICATION",
      "highlights": [
        "Communicate with friends and family in 180+ countries via private messages or voice and video calls",
        "Enjoy secure, encrypted connections while chatting and sharing photos, documents, and other files"
      ],
      "ratingText": "4.6",
      "description": "WhatsApp from Meta is a FREE messaging and video calling app. It’s used by over 2B people in more than 180 countries. It’s simple, reliable, and private, so you can easily keep in …",
      "ratingCount": 241356659,
      "reviewCount": 1953924,
      "screenshots": [
        "https://play-lh.googleusercontent.com/GQF4h3VL-kklOrVS_f1QRAJJZa2zQyVNcFbKdOIkvI_Pcu1op0Sy3uiryiTxpdcCDs7vEDA9eq0eWbxo0fx_wc8",
        "https://play-lh.googleusercontent.com/Q042rTbs53V_jW_c5fMqnNLCf-FBKiO2KiFKJJACa65oMCkaxqDSFKPQ7TH8nYetS-js-fMV7ptXSsF-aCkvcw"
      ],
      "installsText": "10,000,000,000+",
      "contentRating": "Everyone",
      "installsExact": 12230034625,
      "installsShort": "10B+",
      "contentRatingDescription": "Users Interact"
    },
    {
      "id": "com.whatsapp.w4b",
      "url": "https://play.google.com/store/apps/details?id=com.whatsapp.w4b",
      "free": true,
      "icon": "https://play-lh.googleusercontent.com/4LJ6f3U5wANt09KBlZ-F-YKooCQXTwHsa3vtTBFmsXWmNy-AdBEoHnWmyT0mGxh-1pQetlSoc9mIkRDJotQYbg",
      "name": "WhatsApp Business",
      "price": 0,
      "rating": 4.601395,
      "source": "play-store",
      "category": "Communication",
      "currency": "USD",
      "ratingText": "4.6",
      "description": "Everything you love about WhatsApp plus built-in tools for business WhatsApp Business is a free-to-download app with built-in tools to help you work smarter, build trust, and grow …",
      "screenshots": [
        "https://play-lh.googleusercontent.com/tVyAIONnVdm_3ECqcT9JjJe-3j-tJlpbJfSK_bI_ytbVae00QpHRO6wSHFovKa8DAJobo3YGOor0t9ND3gUb_w",
        "https://play-lh.googleusercontent.com/tw99Mx3NIQZ8OquPwfIKJ-K2r7Ffql4KftA8UWsWS20iNxqPGeJ-5jkkqvNLR72wxFPXZli88-IMUw3rbj8RCD8"
      ]
    }
  ],
  "query": "whatsapp",
  "source": "play-store"
}
GET
Developer Apps/v1/application:play-store/developer
4 params

Every app published by one developer, by developer name or by the numeric developer id from `play-store/app`.

Parameters

developerstringrequired
Developer name, or the numeric developer id from play-store/app
langstringoptional
Language for titles and descriptions. Default en.
countrystringoptional
Two-letter country code for pricing and availability. Default us.
countnumberoptional
Maximum apps to return. Default 50.

Request

curl -X GET "https://api.zapi.ink/v1/application:play-store/developer?developer=WhatsApp+LLC&lang=en&country=us&count=50" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 7,
  "items": [
    {
      "id": "com.gojek.app",
      "url": "https://play.google.com/store/apps/details?id=com.gojek.app",
      "free": true,
      "icon": "https://play-lh.googleusercontent.com/LMMiBxDmUDNqqTK8V3Xcgoy_Mf4t9TD-IbKznzp-NeOPH6GDV5vZ_SO0qjE3iv0LENGvu2dat9ZTIS4KS9UJ",
      "name": "Gojek - Food & Transportation",
      "price": 0,
      "rating": 4.6758847,
      "source": "play-store",
      "tagline": "Rides, food delivery, shipping & grocery—all in one app with Gojek!",
      "category": "Travel & Local",
      "currency": "IDR",
      "installs": 100000000,
      "developer": {
        "url": "https://play.google.com/store/apps/dev?id=4853785597837765677",
        "name": "PT. GoTo Gojek Tokopedia Tbk",
        "developerId": "4853785597837765677"
      },
      "histogram": {
        "1": 369660,
        "2": 60383,
        "3": 77420,
        "4": 351889,
        "5": 5825077
      },
      "categoryId": "TRAVEL_AND_LOCAL",
      "ratingText": "4.7",
      "description": "Gojek: Indonesia's #1 super app for rides, food delivery, shipping & more!\n\nGojek is your all-in-one daily companion starts from ride-hailing, food delivery, package shipping, and …",
      "ratingCount": 6684435,
      "reviewCount": 1897090,
      "screenshots": [
        "https://play-lh.googleusercontent.com/FAWGR-3Z52Y9QRdbU9eJU_oWkMYezdn34SxuUn6wVfE00eLROPRrTo6nwggz1GOyYx1DOnMdMvJnaTVUMZhT",
        "https://play-lh.googleusercontent.com/eb3_-8IDnOwZ8PrvPJdook8JWhSuwQe9rwFyVLKJny8Poqkb8VZjeKnJ4By4ols6oBCXoO_luW07gWa2zuDa9g"
      ],
      "installsText": "100,000,000+",
      "contentRating": "Rated for 3+",
      "installsExact": 190162037,
      "installsShort": "100M+",
      "contentRatingDescription": "In-App Purchases"
    },
    {
      "id": "com.gojek.gopay",
      "url": "https://play.google.com/store/apps/details?id=com.gojek.gopay",
      "free": true,
      "icon": "https://play-lh.googleusercontent.com/59Ki9Tfvibd_cfaojyVuu-zFlKzdCfRKuwi81z5PM7OF44SBXwb5xufpMqoTU5Rrx0P_FZmalR-eDJzWBwxcLQ",
      "name": "GoPay: Transfer, Payment, QRIS",
      "price": 0,
      "rating": 4.6536417,
      "source": "play-store",
      "category": "Finance",
      "currency": "IDR",
      "ratingText": "4.7",
      "description": "QRIS for Everyday Purchases 🛍️\nEnjoy GoPay Coins cashback every time you pay with GoPay QRIS. Shop abroad with ease using QRIS Cross Border, and pay for public transportation seam…",
      "screenshots": [
        "https://play-lh.googleusercontent.com/nZjXoeqfwv8kFUX5sNi3pvng8k8kam47Ur38-Tp6LpVguSTDzBCzbavj1PBT1lyJyfP6U1szai80_5wF6HLxCg",
        "https://play-lh.googleusercontent.com/nXrqSDUVtbjIH-duOcw-910VllixaNZbn0VPdq-oR18f20ZxY3T4oV3BIXxOiHYWnsVWLms2SW8edBjgHl98Jw"
      ]
    }
  ],
  "source": "play-store",
  "developer": "4853785597837765677"
}
GET
App Reviews/v1/application:play-store/reviews
7 params

User reviews with the developer's replies, paged by cursor, sortable and filterable to a single star rating.

Parameters

idstringrequired
Android package name
langstringoptional
Language for titles and descriptions. Default en.
countrystringoptional
Two-letter country code for pricing and availability. Default us.
sortenumoptional
Review order. Default newest. Values: mosthelpful, newest, rating.
ratingnumberoptional
Only reviews with this star rating.
countnumberoptional
Reviews per page. Default 50.
cursorstringoptional
Continuation token from a previous response's nextCursor.

Request

curl -X GET "https://api.zapi.ink/v1/application:play-store/reviews?id=com.whatsapp&lang=en&country=us&sort=newest&rating=1&count=50&cursor=CsQBIrsBAa2vNjH0BmPO" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "id": "com.gojek.app",
  "sort": "newest",
  "count": 10,
  "items": [
    {
      "at": 1786891111,
      "id": "b7255a40-4320-442f-a121-9e13005482e1",
      "text": "Akhir-akhir ini saya pesan gofood tapi seluruh pesanan saya tidak di confirm oleh resto, ini berkali-kali loh dan dulu tuh gak kek gini. Udah gitu gak ada alasan apa-apa lagi. FIX …",
      "reply": {
        "at": 1786892924,
        "text": "Hai Kak Vladi, mohon maaf atas ketidaknyamanannya. Laporan yang kamu berikan akan menjadi masukan bagi kami untuk terus meningkatkan kualitas layanan kami ke depannya. Jika kamu me…"
      },
      "author": "Z4nx Vladi",
      "avatar": "https://play-lh.googleusercontent.com/a/ACg8ocIzudE14Nok43YFU77eEG0ehvfw1yLPIzDk0B-KxAI66tXI4g=mo",
      "rating": 2,
      "thumbsUp": 0
    },
    {
      "at": 1786890849,
      "id": "cc4a31ca-523c-4aa7-98e0-b4a48cdafc59",
      "text": "order makanan. bukannya di antar dl ehh drivernya mlh ambil orderan lain. makanan gorengan gw di ajak puter jakarta selama 3 jam dan sampai skrg hampir mau 4 jam ga di kirim. alasa…",
      "reply": {
        "at": 1786892796,
        "text": "Hai Kak @Skw w, mohon maaf atas ketidaknyamanannya. Jika kamu masih mengalami kendala, silakan laporkan melalui email ke [email protected] dengan melampirkan kode psr-26-22…"
      },
      "author": "Skw w",
      "avatar": "https://play-lh.googleusercontent.com/a-/ALV-UjUR3Vt7lB3FtfORByI2TW3f3Pjfr1UDjigzmOPZlnhrB_mfg-uB",
      "rating": 1,
      "version": "5.72.1",
      "thumbsUp": 0
    },
    {
      "at": 1786885722,
      "id": "ca8eecb4-77e9-4d27-928e-f3339a3bb0fc",
      "text": "sudah menunggu 1 jam dan berharap makanan datang,ternyata selama 1 jam itu belum mendapatkan driver sekalipun dan gojek tidak bisa memberi kompensasi",
      "reply": {
        "at": 1786888543,
        "text": "Mohon maaf atas kendalanya Kak Aurel. Kesulitan mendapatkan driver bisa terjadi karena meningkatnya jumlah pengantaran di jam sibuk, atau tidak ada driver di dekat titik penjemputa…"
      },
      "author": "Aurel Putri",
      "avatar": "https://play-lh.googleusercontent.com/a-/ALV-UjWSAcYPhYms_eRzXs8uRpJeB_2gkp72ALb-_ksLHx5ji7cBlDgU",
      "rating": 1,
      "version": "5.72.1",
      "thumbsUp": 0
    }
  ],
  "rating": null,
  "source": "play-store",
  "hasMore": true,
  "nextCursor": "CsQBIrsBAa2vNjFr2apK2gW9feyUI0iwPkIBRLpy_0v5mAvFY8U3wtt11tSrKU9tuqX1QM6yeaOnU-Qd4I1Afg1eKZOrlMCAdRppUidmjf8kmqZpOhWBzutpcLB1jY1cVbG0FHDEFjvjnTEoOhEKeDEEZw150-Kca4zMGZ6aAhd4J6hhZDvN…"
}
GET
Discover Shelves/v1/application:play-store/discover
4 params

The store's own recommendation shelves, store-wide or inside one category, each item labelled with the shelf it came from. This is not a ranked chart — Play serves ranked charts only through an undocumented RPC. A single app's real rank is in `play-store/app` as `categoryRank`.

Parameters

categorystringoptional
Play category id, e.g. FINANCE, SOCIAL, GAME_ACTION. Omit for the store-wide shelves.
langstringoptional
Language for titles and descriptions. Default en.
countrystringoptional
Two-letter country code for pricing and availability. Default us.
countnumberoptional
Maximum apps to return across all shelves. Default 50.

Request

curl -X GET "https://api.zapi.ink/v1/application:play-store/discover?category=FINANCE&lang=en&country=us&count=50" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "count": 15,
  "items": [
    {
      "id": "id.dana",
      "url": "https://play.google.com/store/apps/details?id=id.dana",
      "free": true,
      "icon": "https://play-lh.googleusercontent.com/3pjYaXJAV8Q05NwQbvsGCnkflnR8Sh_5xLoj92Uq5ptmnn2nbfp0WrCzKPPyI3eYpMz1f8mxd-RWm-1NrWzhPQ",
      "name": "DANA Indonesia Digital Wallet",
      "price": 0,
      "video": "https://play.google.com/video/lava/web/player/yt:movie:lr_mOp8lfyE?autoplay=1&embed=play",
      "rating": 4.6911407,
      "source": "play-store",
      "cluster": "non_personalized_APPS_CATEGORY_recs_topic_Ny1WXS7ThLg_RECOMMENDED_IN_TOPIC",
      "category": "Finance",
      "currency": "IDR",
      "ratingText": "4.7",
      "description": "DANA - Digital Wallet (e-Wallet) for QRIS, Send Money & Bill Payment \nManage your daily finances faster, easier, and more securely with DANA. From paying with QRIS, sending money t…",
      "screenshots": [
        "https://play-lh.googleusercontent.com/iYY5f9xVbtmEBjxyE9uRerMFv87FD8oewexC-0tyVt_lK0Ut-P-zMUkYffXaSId0ZBjLBDEfL4lVV-cpP42YoQ",
        "https://play-lh.googleusercontent.com/91Rlr7q0ImMSh55DV3h8VECOxdBCdeGG4XR6IaYb00Fqcde8Kk0kUlO5qK66Q168slzxWgY_EghZ7Mrsg0CC",
        "https://play-lh.googleusercontent.com/yEYFJavQY0NrQsJbgsFaTVREB_HIlcoUB3uNvcg6AivS1C4tV9fC_6AOmxuLuu1EUqse1Iu7Z2MGGhAnyeajBrs"
      ]
    },
    {
      "id": "com.gojek.gopay",
      "url": "https://play.google.com/store/apps/details?id=com.gojek.gopay",
      "free": true,
      "icon": "https://play-lh.googleusercontent.com/59Ki9Tfvibd_cfaojyVuu-zFlKzdCfRKuwi81z5PM7OF44SBXwb5xufpMqoTU5Rrx0P_FZmalR-eDJzWBwxcLQ",
      "name": "GoPay: Transfer, Payment, QRIS",
      "price": 0,
      "rating": 4.653809,
      "source": "play-store",
      "cluster": "non_personalized_APPS_CATEGORY_recs_topic_Ny1WXS7ThLg_RECOMMENDED_IN_TOPIC",
      "category": "Finance",
      "currency": "IDR",
      "ratingText": "4.7",
      "description": "QRIS for Everyday Purchases 🛍️\nEnjoy GoPay Coins cashback every time you pay with GoPay QRIS. Shop abroad with ease using QRIS Cross Border, and pay for public transportation seam…",
      "screenshots": [
        "https://play-lh.googleusercontent.com/nZjXoeqfwv8kFUX5sNi3pvng8k8kam47Ur38-Tp6LpVguSTDzBCzbavj1PBT1lyJyfP6U1szai80_5wF6HLxCg",
        "https://play-lh.googleusercontent.com/nXrqSDUVtbjIH-duOcw-910VllixaNZbn0VPdq-oR18f20ZxY3T4oV3BIXxOiHYWnsVWLms2SW8edBjgHl98Jw",
        "https://play-lh.googleusercontent.com/pfbGAg81RRJyD_vSJmylhkbdo-1eUuID27kykNSc73LjhRMFRRuYxOpFZ-gQcS19nIg2aWHbh9j27MtaEZxSPQ"
      ]
    },
    {
      "id": "ovo.id",
      "url": "https://play.google.com/store/apps/details?id=ovo.id",
      "free": true,
      "icon": "https://play-lh.googleusercontent.com/EtY-I_WCQBd7BcXRDdjGCD2yukXAuZWI_kKavYXmWP-nNr0xUcZZXgzgcG6wnNfkUjvoSlARRbBKnYwz23BH",
      "name": "OVO",
      "price": 0,
      "rating": 3.455255,
      "source": "play-store",
      "cluster": "non_personalized_APPS_CATEGORY_recs_topic_Ny1WXS7ThLg_RECOMMENDED_IN_TOPIC",
      "category": "Finance",
      "currency": "IDR",
      "ratingText": "3.5",
      "description": "Indonesia’s all-in-one app: Pay and Save with ease\n\nFrom the local market to your favorite online stores, from daily essentials to special treats, OVO fits for everyone. Whether yo…",
      "screenshots": [
        "https://play-lh.googleusercontent.com/VTgZIw4DUkcwlcRqWuK4XexD59jlaQiW0LwFXDvV8btS-StfhoRJeDUygnlFiK9aQ6qDfzvWawjvBkTLWWzs",
        "https://play-lh.googleusercontent.com/BL9ay6aX4lc9p8WSxzVgcgDExj_prnBxl5JzXOtyVyG0KwU2ErFjkTC5Zpc6JQCItbsgdbjllNEm20GEfCzlFQY",
        "https://play-lh.googleusercontent.com/j4st-RLyDmUYl6ikwg0aGKe_yjTErOUud3S0DSyf0x_Eh5xxPiteY9GHrs3Bf3z0rrF_X3UFWXIQ7VfH1UBXbQ"
      ]
    }
  ],
  "source": "play-store",
  "shelves": [
    "non_personalized_APPS_CATEGORY_recs_topic_Ny1WXS7ThLg_RECOMMENDED_IN_TOPIC"
  ],
  "category": "FINANCE"
}
GET
Related Apps/v1/application:play-store/similar
4 params

The apps Play puts alongside one app — its similar-apps and you-might-also-like carousels.

Parameters

idstringrequired
Android package name to find related apps for
langstringoptional
Language for titles and descriptions. Default en.
countrystringoptional
Two-letter country code for pricing and availability. Default us.
countnumberoptional
Maximum related apps to return. Default 30.

Request

curl -X GET "https://api.zapi.ink/v1/application:play-store/similar?id=com.whatsapp&lang=en&country=us&count=30" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "id": "com.gojek.app",
  "count": 10,
  "items": [
    {
      "id": "com.gojek.gopay",
      "url": "https://play.google.com/store/apps/details?id=com.gojek.gopay",
      "free": true,
      "icon": "https://play-lh.googleusercontent.com/59Ki9Tfvibd_cfaojyVuu-zFlKzdCfRKuwi81z5PM7OF44SBXwb5xufpMqoTU5Rrx0P_FZmalR-eDJzWBwxcLQ",
      "name": "GoPay: Transfer, Payment, QRIS",
      "price": 0,
      "rating": 4.6535964,
      "source": "play-store",
      "category": "Finance",
      "currency": "IDR",
      "ratingText": "4.7",
      "description": "QRIS for Everyday Purchases 🛍️\nEnjoy GoPay Coins cashback every time you pay with GoPay QRIS. Shop abroad with ease using QRIS Cross Border, and pay for public transportation seam…",
      "screenshots": [
        "https://play-lh.googleusercontent.com/nZjXoeqfwv8kFUX5sNi3pvng8k8kam47Ur38-Tp6LpVguSTDzBCzbavj1PBT1lyJyfP6U1szai80_5wF6HLxCg",
        "https://play-lh.googleusercontent.com/nXrqSDUVtbjIH-duOcw-910VllixaNZbn0VPdq-oR18f20ZxY3T4oV3BIXxOiHYWnsVWLms2SW8edBjgHl98Jw",
        "https://play-lh.googleusercontent.com/pfbGAg81RRJyD_vSJmylhkbdo-1eUuID27kykNSc73LjhRMFRRuYxOpFZ-gQcS19nIg2aWHbh9j27MtaEZxSPQ"
      ]
    },
    {
      "id": "com.gojek.gopaymerchant",
      "url": "https://play.google.com/store/apps/details?id=com.gojek.gopaymerchant",
      "free": true,
      "icon": "https://play-lh.googleusercontent.com/ZHpBRC9Se_d5KzFnPHr3ECWzWEnMlt7ngrQ47ZryG7TUnWh_o8ZOmM_b6rvlT3mawEgBHL88qP9CzUUnDMJvoyY",
      "name": "GoPay Merchant: QRIS",
      "price": 0,
      "video": "https://play.google.com/video/lava/web/player/yt:movie:kJxW8JQOXIo?autoplay=1&embed=play",
      "rating": 4.590168,
      "source": "play-store",
      "category": "Business",
      "currency": "IDR",
      "ratingText": "4.6",
      "description": "Manage your business effortlessly and enjoy extra benefits with GoPay Merchant!\n• Get your QRIS ready in just one day, with no registration fees\n• Accept QRIS payments with 0% fee …",
      "screenshots": [
        "https://play-lh.googleusercontent.com/8BApd6_YBqSTJQg0QlbRRezcoJAHSzbeDHxfax5PKeNlkxdwtbuPx3lKEUgxkUcc9IRCLIcaOnxwl64oTKm8yQ",
        "https://play-lh.googleusercontent.com/Dn9upjCdpn0O97ugZ78Tm6MAhAFDPKAClaWsY2bSfa3SONUVKONitZNPiEHBaJSXhCNQRaqiDxj9SZw2z60L",
        "https://play-lh.googleusercontent.com/22Om9mpluwPsMWVbruZFcAm_Yswwesg4aOk_izK1HUC2IGFdxlJGANxYsYiCeeu-gRb4is15XqKGI8ltVEnewnI"
      ]
    },
    {
      "id": "com.gojek.partner",
      "url": "https://play.google.com/store/apps/details?id=com.gojek.partner",
      "free": true,
      "icon": "https://play-lh.googleusercontent.com/f3mXNSF5Fecchf_7EK96t1_M9El1PKcHKUSpPyLMw6OmXgJlkvzFTrKUgx6QNJ3_ZpX76R3xwIubzCUG4GCfdVQ",
      "name": "Gojek Driver",
      "price": 0,
      "rating": 3.26903,
      "source": "play-store",
      "category": "Travel & Local",
      "currency": "IDR",
      "ratingText": "3.3",
      "description": "Millions of driver-partners have increased their income with Gojek. Now is your turn!\n\nLet's help millions of Gojek customers solve their daily needs.\n\nSo, start driving with us. H…",
      "screenshots": [
        "https://play-lh.googleusercontent.com/BbDfvdYHiz8XyQudMTKUM5tKCtJJs6NBlkAkacKi93KLtnjnXpLUXZAZfaBd-dkhc-A3fBkg0X7VJm_y-3IQ",
        "https://play-lh.googleusercontent.com/hgppen2SQ4UKaNFciBp2D9HsNZtX8HDQrC91p8oA-6SAAiXLtvfoEs5rb_N2xL2FPT-oOCDSReFQFAyL7UQC",
        "https://play-lh.googleusercontent.com/GujQlwN7JOzPMCbo-AR-2U_73n7515j-ejtTJz4mr4hlrEnazxdId5paHDdMmayi6EaWglZ8e4SkD8ZGu8uDsA"
      ]
    }
  ],
  "source": "play-store"
}

Related APIs

More in application

Firefox Add-ons

applicationfirefox-addons

Firefox extensions and themes from Mozilla's own registry — daily users, weekly downloads, per-version signed files with their hashes, requested permissions, and licence.

1717 calls so far1hResponses cached for 1h
Busy: 10+ calls so far

Flathub

applicationflathub

Linux desktop apps as Flatpaks — licence, runtime and SDK, content rating, publisher verification, plus install counts broken down by day and by country.

1111 calls so far1hResponses cached for 1h
Busy: 10+ calls so far

App Store

applicationapp-store

Apple App Store — one app's full store record, search, a developer's catalogue, customer reviews, and the ranked charts. Reads the store's own public JSON API, so every field is the store's own.

2020 calls so far1hResponses cached for 1h
Busy: 10+ calls so far

Microsoft Store

applicationmicrosoft-store

The Windows app catalogue — 200+ fields per listing including system requirements, declared device capabilities, download and install sizes, and the publisher's postal address.

1111 calls so far1hResponses cached for 1h
Busy: 10+ calls so far

Chrome Web Store

applicationchrome-web-store

Chrome extensions and themes — rating, weekly users, the developer's contact details, and the extension's real manifest permissions, which the store page itself never shows.

1111 calls so far1hResponses cached for 1h
Busy: 10+ calls so far

Aptoide

applicationaptoide

An alternative Android store — the APK itself: md5, signing certificate owner, download URL, full version history, and the store's own malware verdict. The parts a first-party store never publishes.

1717 calls so far1hResponses cached for 1h
Busy: 10+ calls so far
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.