What problem does it solve?
Many websites enforce IP‑based rate limits, geo‑restrictions, or block datacenter IPs, causing 403 or 429 errors for scrapers. This Skill provides a way to route traffic through authenticated residential, datacenter, or mobile proxies, allowing reliable access despite those blocks.
Core Features & Use Cases
- Integrates with Puppeteer using the proxy‑server argument and page authentication for simple proxy usage.
- Supports proxy‑chain to anonymize proxies and handle WebSocket or HTTP/2 traffic.
- Offers provider‑specific configurations for Bright Data, Oxylabs, Smartproxy, and IPRoyal, including rotating and sticky sessions.
- Example: Scrape a geo‑blocked e‑commerce site that rate‑limits requests by launching a Puppeteer browser through a rotating residential proxy and solving CAPTCHAs separately.
Quick Start
Use the proxy skill to run a Puppeteer scrape through a residential proxy by setting the proxy host, port, username, and password in environment variables.