Google Play 抓取参数

Web Scraper API Google Play 抓取参数

使用 Thordata 的 Web Scraper API 配置 Google Play 抓取参数,包括应用网址、国家/地区、评论数量和其他参数。

唯一标识:

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_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 - 通过应用 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应用 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?