Cdp GRAPHQL Scraper

Scrape data from sites you're authorized to access by attaching Playwright to your OWN already-logged-in Chrome over the DevTools protocol (CDP) and harvesting the JSON/GraphQL responses the page already fetches — instead of re-authenticating, driving login forms, or hammering endpoints directly. Use this whenever a task involves collecting structured data from a logged-in web app, building a resilient web scraper/collector, intercepting XHR/GraphQL/API responses, or when an existing scraper is getting rate-limited, soft-blocked, or returning empty results. Also reach for it for the operational side — running, resuming, or debugging a long crawl, or making one survive blocks and restarts. Covers the anti-block hygiene (human-paced delays, batch cooldowns, block-signal detection, resumable state) that naive scrapers miss.

brightstone111 058bd55 2 files · 15.2 KB Updated

File contents

brightstone111/web-scraping-skills/tree/main/plugins/web-scraping/skills/cdp-graphql-scraper commit 058bd55cfb

Frequently asked questions

npx skillmds@latest add brightstone111/cdp-graphql-scraper