跳到主内容
@wquguru
精选75Cloudflare Browser Run(Changelog)云与平台

Cloudflare Browser Run v2026-08-31:/crawl 接口新增

Browser Run - Crawl endpoint now respects the Content Signals `use` directive

原文
发到 X

The /crawl endpoint now respects the use directive of the Content Signals ↗ standard, letting site owners express the maximum level at which their content may be used.

/crawl 端点现在遵循 Content Signals ↗ 标准的 use 指令,允许网站所有者声明其内容可被使用的最高级别。

You can declare your intended level with the new contentUse parameter. Allowed values, from least to most permissive, are reference and full, and the default is full. If a target site's robots.txt sets a use level that is more restrictive than your declared contentUse, the crawl request is rejected with a 400 error.

你可以使用新的 contentUse 参数来声明你预期的级别。允许的取值从宽松到严格依次为 reference 和 full,默认值为 full。如果目标网站的 robots.txt 设置的 use 级别比你声明的 contentUse 更严格,则爬取请求将被拒绝并返回 400 错误。

代码 · 8
curl -X POST 'https://api.cloudflare.com/client/v4/accounts/{account_id}/browser-rendering/crawl' \
  -H 'Authorization: Bearer <apiToken>' \
  -H 'Content-Type: application/json' \
  -d '{
    "url": "https://example.com",
    "contentUse": "reference",
    "formats": ["markdown"]
  }'
代码 · 8
curl -X POST 'https://api.cloudflare.com/client/v4/accounts/{account_id}/browser-rendering/crawl' \
  -H 'Authorization: Bearer <apiToken>' \
  -H 'Content-Type: application/json' \
  -d '{
    "url": "https://example.com",
    "contentUse": "reference",
    "formats": ["markdown"]
  }'

For more information, refer to Content Signals in the /crawl endpoint documentation.

更多信息,请参阅 /crawl 端点文档中的 Content Signals 部分。

更进一步:量化金融体系

看懂新闻只是起点——沿量化金融路径,把它变成能交付的工程能力

进入量化体系 →

相似阅读

另一事件,读法相近