web-unblocker

Featured

Bypasses anti-bot protections using Oxylabs Web Unblocker, an AI-powered proxy that handles fingerprinting, JavaScript rendering, and retries automatically. Use when the user needs to scrape protected websites, bypass CAPTCHAs, access blocked content, or when regular proxies fail due to anti-bot measures.

AI & Automation 871 stars 2 forks Updated 3 weeks ago MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
98
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Oxylabs Web Unblocker AI-powered proxy solution that automatically manages fingerprinting, headers, retries, and JavaScript rendering. ## Endpoint ``` https://unblock.oxylabs.io:60000 ``` ## Authentication HTTP Basic Auth via proxy credentials: ```bash curl -k -x "https://unblock.oxylabs.io:60000" \ -U "$OXYLABS_USERNAME:$OXYLABS_PASSWORD" \ "https://example.com" ``` ## Quick Start **Basic request:** ```bash curl -k -x "https://unblock.oxylabs.io:60000" \ -U "$OXYLABS_USERNAME:$OXYLABS_PASSWORD" \ "https://ip.oxylabs.io/headers" ``` **With JavaScript rendering:** ```bash curl -k -x "https://unblock.oxylabs.io:60000" \ -U "$OXYLABS_USERNAME:$OXYLABS_PASSWORD" \ -H "x-oxylabs-render: html" \ "https://example.com/spa-page" ``` ## Headers | Header | Description | |--------|-------------| | `x-oxylabs-render` | `html` for rendered HTML, `png` for raw PNG bytes; empty value disables automatic forced rendering | | `X-Oxylabs-Session-Id` | Reuse same IP across requests (any random string) | | `X-Oxylabs-Geo-Location` | Target country, city/state, ZIP/postcode, or coordinates | | `x-oxylabs-force-headers: 1` | Enable custom header passthrough | | `x-oxylabs-force-cookies: 1` | Enable custom cookie passthrough | | `X-Oxylabs-Successful-Status-Codes` | Define custom success codes to prevent retries | | `x-oxylabs-browser-instructions` | JSON-escaped browser actions; requires `x-oxylabs-render: html` | ## Session Persistence Reuse the same IP across multiple ...

Details

Author
oxylabs
Repository
oxylabs/agent-skills
Created
6 months ago
Last Updated
3 weeks ago
Language
N/A
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category