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

> 欢迎使用CafeScrasper的开发者教程中心！本文档将帮助您快速上手使用。

# 用户群体说明

## 网页解锁器

<Columns cols={1}>
  <Card icon="sparkles" horizontal href="cn/fingerprint-browser-config" title="指纹浏览器配置">
    为应对目标网站的浏览器指纹识别与自动化检测机制，平台在脚本运行时会自动提供并托管一个隔离的浏览器指纹环境
  </Card>
</Columns>

<Columns cols={1}>
  <Card icon="sparkles" horizontal href="cn/web-unlocker" title="验证码绕过服务（依赖指纹浏览器）">
    平台集成了 验证码自动绕过能力，并通过 自定义 CDP 命令 对外开放，开发者只需在爬虫代码中调用指定命令，即可自动完成验证码处理。
  </Card>

  <Card icon="sparkles" horizontal href="cn/proxy-network-config" title="socks5网络代理配置">
    只需读取平台注入的代理认证信息，并在 HTTP 请求中正确配置，Script每次运行时将自动启用。
  </Card>
</Columns>

## 采集框架

<Columns cols={1}>
  <Card icon="sparkles" horizontal href="cn/actor/use-drissionpage" title="DrissionPage">
    查看官方推荐的标准使用方式。
  </Card>
</Columns>

<Columns cols={1}>
  <Card icon="sparkles" horizontal href="cn/actor/use-playwright" title="Playwright">
    查看官方推荐的标准使用方式。
  </Card>
</Columns>

<Columns cols={1}>
  <Card icon="sparkles" horizontal href="cn/actor/use-puppeteer" title="Puppeteer">
    查看官方推荐的标准使用方式。
  </Card>

  <Card icon="sparkles" horizontal href="cn/actor/use-selenium" title="Selenium">
    查看官方推荐的标准使用方式。
  </Card>
</Columns>
