Google Play API

Extract comprehensive data from the Google Play Store with our dedicated scraping API.

To activate this feature, simply configure your request with the engine=google_play parameter.

The Google Play Store serves as the primary hub for Android applications. By tapping into our Google Play Scraping API, you unlock a wealth of insights on a myriad of apps, encompassing details about their features, reviews, ratings, and more. Harness this data to gain a competitive edge in the ever-evolving app market.

Google Play API Integration Examples

We will use following URL as an example for this request:

https://serp.shifter.io/v1?engine=google_play&api_key=YOUR_API_KEY&type=product&store=apps&product_id=com.kiloo.subwaysurf

Ready to Use Google Play API Scraping Scripts

curl --request GET --url "https://serp.shifter.io/v1?engine=google_play&api_key=YOUR_API_KEY&type=product&store=apps&product_id=com.kiloo.subwaysurf"

Google Play API Parameters

#1: Query Parameter

Parameter
Type
Description

q

string

The keyword that you are searching for (the query).

product_id

string

The product ID for your query.

#2: Request Customisation Parameters

Parameter
Type
Description

store

string

The store on which you would like to perform the query. Can be either apps or books.

type

string

The type of your query. Can be either search or product.

#3: Localisation Parameters

Parameter
Type
Description

hl

string

The language you want to use for your Google Search. List of supported languages

gl

string

The country you want to use for your Google Search. List of supported countries

Response Example

Last updated

Was this helpful?