Skip to content
所有標籤

#anti-bot

3 篇文章
tech deep-dive

Bright Data 深入介紹:從 Proxy、Web Unlocker 到 Scraping Browser 與 Datasets

Bright Data 把網頁資料取得拆成四層:Proxy 保留控制權,Web Unlocker 回傳已解鎖內容,Browser API 代管互動式瀏覽器,Web Scraper APIs 與 Datasets 直接交付結構化資料。

tech deep-dive

Zyte 深入介紹:從 Scrapy 開發、反爬取頁到 Scrapy Cloud

Scrapy 負責爬取流程與資料模型,Zyte API 接手取頁、瀏覽器與反爬細節,Scrapy Cloud 再負責部署、排程和輸出;三者可以分開採用,不是一套綁死的框架。

tech guide 搜尋與爬取實戰

AI Agent 繞過 Cloudflare 反爬蟲完整指南:從踩坑到自建 MCP Server

標準 Playwright 無法通過 Cloudflare 驗證。playwright-extra + stealth 和 nodriver 都能繞過,最終包成 MCP server 讓 AI agent 自動使用。