Google Play API

Scrape the Google Play Store and get information about all the available apps.

The Google Play Store is the place where all Android apps can be found. Being able to scrape this website gives you access to various information regarding the available apps.

Scrape Google Play Page

Google Play API Integration Examples

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

Ready to Use Google Play API Scraping Scripts

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