> For the complete documentation index, see [llms.txt](https://doc.thordata.com/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.thordata.com/doc/zh-hk/web-scraper-api/zhua-qu-can-shu-shuo-ming/google-play-zhua-qu-can-shu.md).

# Google Play 抓取參數

Web Scraper API Google Play 抓取參數

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

**唯一标識：**

<details>

<summary><code>token</code> ，<strong>訪問令牌（必填）</strong></summary>

此參數用作 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}}"
```

</details>

**產品 - 抓取應用資訊：**

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

<details>

<summary><code>spider_id</code> ，<strong>抓取工具 (必填)</strong></summary>

定义要使用的抓取工具。

**請求範例：**

`spider_id=google-play-store_information_by-url`

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

```

</details>

<details>

<summary><code>app_url</code>，<strong>應用網址（必填）</strong></summary>

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

**請求範例：**

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

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

</details>

<details>

<summary><code>country</code>，<strong>國家/地區 （可選）</strong></summary>

此參數指定要從中收集資訊的國家/地區。

**請求範例：**

`"country": "AU"`

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

</details>

**產品 - 抓取評論資訊：**

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

<details>

<summary><code>spider_id</code> ，<strong>抓取工具 (必填)</strong></summary>

定义要使用的抓取工具。

**請求範例：**

`spider_id=google-play-store_reviews_by-url`

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

```

</details>

<details>

<summary><code>app_url</code>，<strong>應用URL（必填）</strong></summary>

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

**請求範例：**

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

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

</details>

<details>

<summary><code>num_of_reviews</code>，<strong>評論數量（可選）</strong></summary>

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

**請求範例：**

`"num_of_reviews": "1"`

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

</details>

<details>

<summary><code>start_date</code>，<strong>開始日期（可選）</strong></summary>

此參數指定要收集評論的開始日期。

**請求範例：**

`"start_date": "2025-01-01"`

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

</details>

<details>

<summary><code>end_date</code>，<strong>結束日期（可選）</strong></summary>

此參數指定要收集的評論的截止日期。

**請求範例：**

`"end_date": "2025-08-02"`

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

</details>

<details>

<summary><code>country</code>，<strong>國家/地區 （可選）</strong></summary>

此參數指定要從中收集資訊的國家/地區。

**請求範例：**

`"country": "CN"`

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

</details>

如果您需要進一步的協助，請透過電子郵件聯繫 <support@thordata.com>。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.thordata.com/doc/zh-hk/web-scraper-api/zhua-qu-can-shu-shuo-ming/google-play-zhua-qu-can-shu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
