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:
token,Access token(required)
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
spider_id ,Scraper tool (required)
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}}"
app_url,App URL (required)
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}}"country,Country (optional)
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
spider_id ,Scraper tool (required)
Defines which scraper tool to use.
Request examples:
spider_id=google-play-store_reviews_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_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}}"
app_url,App URL (required)
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"
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_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}}"num_of_reviews,Number of reviews (optional)
This parameter specifies the number of reviews to collect.
Request examples:
"num_of_reviews": "1"
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_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}}"start_date,Start date (optional)
This parameter specifies the start date of reviews to collect.
Request examples:
"start_date": "2025-01-01"
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_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}}"end_date,End date (optional)
This parameter specifies the end date of reviews to collect.
Request examples:
"end_date": "2025-08-02"
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_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}}"country,Country (required)
This parameter specifies the country to collect the information from.
Request examples:
"country": "CN"
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_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}}"If you need further assistance, please contact us via email at [email protected].
Last updated
Was this helpful?