Google Play Scraping Parameters

Web Scraper API Google Play Scraping Parameters

Configure Google Play Scraping Parameters using Thordata's Web Scraper API, including APP URL, Country, Number of reviews and other parameters.

Unique Identifier:

chevron-righttokenAccess token(required)hashtag

This parameter is used as the API access token to ensure the legitimacy of the scraping request.

Request examples:

Authorization: Bearer ********************

curl -X POST "https://scraperapi.thordata.com/builder" ^
  -H "Authorization: Bearer ********************" ^
  -H "Content-Type: application/x-www-form-urlencoded" ^
  -d "spider_name=play.google.com" ^
  -d "spider_id=google-play-store_reviews_by-url" ^
  -d "spider_parameters=[{\"app_url\": \"https://play.google.com/store/apps/details?id=com.linkedin.android\",\"num_of_reviews\": \"1\",\"start date\": \"2025-01-01\",\"end date\": \"2025-08-02\",\"country\": \"CN\"}]" ^
  -d "spider_errors=true" ^
  -d "file_name={{TasksID}}"

Product - Scrape app information:

1. Google Play - Scrape app information by app URL

chevron-rightspider_idScraper tool (required)hashtag

Defines which scraper tool to use.

Request examples:

spider_id=google-play-store_information_by-url

curl -X POST "https://scraperapi.thordata.com/builder" ^
  -H "Authorization: Bearer Token-ID" ^
  -H "Content-Type: application/x-www-form-urlencoded" ^
  -d "spider_name=play.google.com" ^
  -d "spider_id=google-play-store_information_by-url" ^
  -d "spider_parameters=[{\"app_url\": \"https://play.google.com/store/apps/details?id=com.supercell.clashroyale\",\"country\": \"AU\"}]" ^
  -d "spider_errors=true" ^
  -d "file_name={{TasksID}}"
chevron-rightapp_urlApp URL (required)hashtag

This parameter specifies the App URL on the google play site.

Request examples:

"app_url": "https://play.google.com/store/apps/details?id=com.supercell.clashroyale"

curl -X POST "https://scraperapi.thordata.com/builder" ^
  -H "Authorization: Bearer Token-ID" ^
  -H "Content-Type: application/x-www-form-urlencoded" ^
  -d "spider_name=play.google.com" ^
  -d "spider_id=google-play-store_information_by-url" ^
  -d "spider_parameters=[{\"app_url\": \"https://play.google.com/store/apps/details?id=com.supercell.clashroyale\",\"country\": \"AU\"}]" ^
  -d "spider_errors=true" ^
  -d "file_name={{TasksID}}"
chevron-rightcountryCountry (optional)hashtag

This parameter specifies the country to collect the information from.

Request examples:

"country": "AU"

curl -X POST "https://scraperapi.thordata.com/builder" ^
  -H "Authorization: Bearer Token-ID" ^
  -H "Content-Type: application/x-www-form-urlencoded" ^
  -d "spider_name=play.google.com" ^
  -d "spider_id=google-play-store_information_by-url" ^
  -d "spider_parameters=[{\"app_url\": \"https://play.google.com/store/apps/details?id=com.supercell.clashroyale\",\"country\": \"AU\"}]" ^
  -d "spider_errors=true" ^
  -d "file_name={{TasksID}}"

Product - Scrape review information:

1. Google Play - Scrape app review information by App URL

chevron-rightspider_idScraper tool (required)hashtag

Defines which scraper tool to use.

Request examples:

spider_id=google-play-store_reviews_by-url

chevron-rightapp_urlApp URL (required)hashtag

This parameter specifies the App URL on the google play site.

Request examples:

"app_url": "https://play.google.com/store/apps/details?id=com.linkedin.android"

chevron-rightnum_of_reviewsNumber of reviews (optional)hashtag

This parameter specifies the number of reviews to collect.

Request examples:

"num_of_reviews": "1"

chevron-rightstart_dateStart date (optional)hashtag

This parameter specifies the start date of reviews to collect.

Request examples:

"start_date": "2025-01-01"

chevron-rightend_dateEnd date (optional)hashtag

This parameter specifies the end date of reviews to collect.

Request examples:

"end_date": "2025-08-02"

chevron-rightcountryCountry (required)hashtag

This parameter specifies the country to collect the information from.

Request examples:

"country": "CN"

If you need further assistance, please contact us via email at [email protected].

Last updated

Was this helpful?