Google Play 抓取參數

Web Scraper API Google Play 抓取參數

使用 Thordata 的 Web Scraper API 配置 Google Play 抓取參數,包括 APP URL、國家/地區、評論數量和其他參數。

唯一标識:

token 訪問令牌(必填)

此參數用作 API 存取令牌,以確保抓取的合法性。

請求範例:

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}}"

產品 - 抓取應用資訊:

1. Google Play - 透過應用程式 URL 抓取應用程式訊息

spider_id抓取工具 (必填)

定义要使用的抓取工具。

請求範例:

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應用網址(必填)

此參數指定 Google Play 網站上的應用程式網址。

請求範例:

"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": "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}}"

產品 - 抓取評論資訊:

1. Google Play - 透過應用程式網址抓取應用程式評論訊息

spider_id抓取工具 (必填)

定义要使用的抓取工具。

請求範例:

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應用URL(必填)

此參數指定 Google Play 網站上的應用程式網址。

請求範例:

"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評論數量(可選)

此參數指定要收集的評論數量。

請求範例:

"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": "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": "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": "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}}"

如果您需要進一步的協助,請透過電子郵件聯繫 [email protected]

Last updated

Was this helpful?