> ## Documentation Index
> Fetch the complete documentation index at: https://help.decodo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 概述

> Core 计划旨在以最高效的价格涵盖最基本的功能。

<Danger>
  Core 和 Advanced 计划已不再提供购买。请考虑迁移到一体化的 Web Scraper API；请查看[此处](https://help.decodo.com/docs/cn/web-scraping-api-migration-guide)的指南。
</Danger>

<Note>
  ### 网页抓取 API：Core 和 Advanced 计划

  我们的抓取 API 系列提供两种解决方案：

  * **Core** – 基本抓取功能，可高效解锁目标。
  * **Advanced** – 高级抓取解决方案，具有高度可定制性。
</Note>

## Core 和 Advanced 解决方案比较

### 功能比较

| 功能                                                                                                    | Core    | Advanced                                                                             |
| ----------------------------------------------------------------------------------------------------- | ------- | ------------------------------------------------------------------------------------ |
| 输入                                                                                                    | `URL`   | `URL`、`Query`                                                                        |
| 输出                                                                                                    | `HTML`  | `HTML`、`JSON`、`Parsed`、`Markdown`、`png`、`xhr`                                        |
| [**JavaScript 渲染**](https://help.decodo.com/docs/cn/web-scraping-api-javascript-rendering-deprecated) | -       | `是`                                                                                  |
| [**地理定位**](https://help.decodo.com/docs/cn/web-scraping-api-localisation-deprecated)                  | `8 个国家` | [**扩展列表**](https://help.decodo.com/docs/cn/web-scraping-api-localisation-deprecated) |
| [**解析**](https://help.decodo.com/docs/cn/web-scraping-api-parsing-deprecated)                         | -       | `是`                                                                                  |
| 高级代理池                                                                                                 | -       | `是`                                                                                  |
| [**目标模板**](https://help.decodo.com/docs/cn/web-scraping-api-targets-deprecated)                       | -       | `是`                                                                                  |
| 每秒请求数                                                                                                 | `30`    | `200`                                                                                |
| 反机器人绕过                                                                                                | `是`     | `是`                                                                                  |
| [**统计**](https://help.decodo.com/docs/cn/web-scraping-api-statistics-deprecated)                      | `是`     | `是`                                                                                  |
| [**实时集成**](https://help.decodo.com/docs/cn/web-scraping-api-real-time-requests)                       | `是`     | `是`                                                                                  |
| [**异步请求**](https://help.decodo.com/docs/cn/web-scraping-api-asynchronous-requests)                    | `是`     | `是`                                                                                  |
| [**浏览器操作**](https://help.decodo.com/docs/cn/web-scraping-api-browser-actions-deprecated)              | -       | `可用`                                                                                 |

### CORE 计划可用的请求参数：

| 参数                        | 默认值   | 描述                                                                                                                                      | 示例                      |
| ------------------------- | ----- | --------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
| `url`                     | -     | 您的目标 URL                                                                                                                                | `https://ip.decodo.com` |
| `geo`                     | 自动随机化 | 结果所依赖的地理位置。<br />CORE 计划支持固定的国家列表： <ul><li>加拿大</li><li>法国</li><li>德国</li><li>日本</li><li>荷兰</li><li>罗马尼亚</li><li>英国</li><li>美国</li></ul> |                         |
| `http_method`             | -     | 用于发出 POST 请求而不是 GET。                                                                                                                    | `POST`                  |
| `payload`                 | -     | Base64 编码的 POST 请求正文。当 http\_method 为 POST 时使用。                                                                                         | `{foo: bar}`            |
| `successful_status_codes` | -     | 定义一个或多个您认为成功检索内容的 HTTP 响应代码。                                                                                                            | `401`、`404`             |

<Note>
  ### 扩展参数列表

  * 在[**此处**](https://help.decodo.com/docs/cn/web-scraping-api-parameters-deprecated)查找 **Advanced 计划**可用的参数列表。
</Note>

***

<Columns cols={2}>
  <Card title="支持" href="https://direct.lc.chat/12092754" cta="让我们聊聊！">
    需要帮助或只是想打个招呼？我们的支持团队全天候为您服务。 \
    您也可以随时通过电子邮件 [support@decodo.com](mailto:support@decodo.com) 联系我们。
  </Card>

  <Card title="反馈" href="mailto:feedback@decodo.com" cta="分享反馈">
    找不到您要找的内容？请求一篇文章！ \
    有反馈意见？分享您对我们如何改进的想法。
  </Card>
</Columns>
