# 常见问题

<details>

<summary>我可以选择抓取浏览器将从哪个国家/地区抓取吗？</summary>

抓取浏览器 使用 Thordata 的高级解锁功能自动为每个请求选择最佳 IP 类型和位置。虽然可以指定位置，但通常不建议这样做，因为自动化系统可确保页面访问的最佳成功。

</details>

<details>

<summary>抓取浏览器完全支持哪些编程语言和工具？</summary>

支持以下方式：

* **Node.js**: Puppeteer, Playwright, Selenium&#x20;
* **Python**: Playwright for Python, Selenium&#x20;

</details>

<details>

<summary>我能用抓取浏览器做什么?</summary>

典型应用包括：

* **复杂数据抓取：** 抓取重度依赖JavaScript、需要登录、交互（点击“加载更多”、填表、下拉选择）的网站（如社交媒体、电商SPA、金融仪表盘）。
* **自动化测试：** 对复杂Web应用进行端到端(E2E)功能测试、UI测试、跨浏览器测试（如果支持多种浏览器引擎）。
* **网页截图/PDF生成：** 生成高质量的全页截图、指定元素截图或PDF报告。
* **性能监控：** 测量页面加载时间、资源加载性能（需API支持性能指标获取）。
* **网页渲染/预览服务：** 为需要实时渲染的第三方提供网页预览图。
* **自动化工作流：** 自动填写表单、提交数据、执行重复性Web任务。

</details>

<details>

<summary>Thordata抓取浏览器与Puppeteer/Playwright的兼容性如何？</summary>

Thordata抓取浏览器与主流浏览器自动化库（包括Puppeteer、Playwright等）保持高度兼容。您通常可以直接使用这些库的原有指令与方法，通过API实现对浏览器实例的程序化控制。

</details>

<details>

<summary>抓取浏览器是否有使用限制？</summary>

为保障服务可靠性及业务连续性，我们根据订阅套餐类型设置了相应使用限制。若您有特殊需求或需要定制解决方案，欢迎随时联系客户服务团队。

</details>

如果您需要进一步说明方面的帮助，请随时通过以下方式与我们联系： [**support@thordata.com**](https://mailto:support@thordata.com/).<br>


---

# Agent Instructions: 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/zhua-qu-liu-lan-qi/chang-jian-wen-ti.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.
