scrape
Automatically bypass anti-bot detection and CAPTCHAs using the Bright Data Web Unlocker API, converting any webpage into clean Markdown formatted content.
npx skills add brightdata/skills --skill scrapeBefore / After Comparison
1 组Using traditional crawler tools frequently triggers 403 errors and CAPTCHAs, requiring constant changes to proxies and request headers. The success rate is only 40%, with a significant amount of time wasted on anti-scraping countermeasures.
Web Unlocker automatically handles IP rotation, browser fingerprinting, and CAPTCHA bypassing. A single API call can retrieve complete page content, increasing the success rate to over 95%.
scrape
Bright Data - Web Scraper
Scrape any webpage and get clean markdown content using Bright Data's Web Unlocker API. Automatically bypasses bot detection and CAPTCHA.
Setup
1. Get your API Key: Get a key from Bright Data Dashboard.
2. Create a Web Unlocker zone: Create a zone at brightdata.com/cp by clicking "Add" (top-right), selecting "Unlocker zone".
3. Set environment variables:
export BRIGHTDATA_API_KEY="your-api-key"
export BRIGHTDATA_UNLOCKER_ZONE="your-zone-name"
Usage
bash scripts/scrape.sh "url"
Parameters:
url(required): The webpage URL to scrape
Examples:
# Scrape a news article
bash scripts/scrape.sh "https://example.com/article"
# Scrape a product page
bash scripts/scrape.sh "https://shop.example.com/product/123"
Output Format
Returns clean markdown content extracted from the webpage:
# Page Title
Main content of the page converted to markdown format...
## Section Heading
More content...
Features
-
Bot Detection Bypass: Automatically handles anti-bot measures
-
CAPTCHA Solving: Bypasses CAPTCHA challenges
-
Clean Markdown: Returns well-formatted markdown content
-
JavaScript Rendering: Handles JavaScript-heavy pages
Dependencies
curl- For API requests
Weekly Installs1.1KRepositorybrightdata/skillsGitHub Stars61First SeenFeb 10, 2026Security AuditsGen Agent Trust HubPassSocketPassSnykWarnInstalled onclaude-code1.0Kcodex60opencode60gemini-cli59amp59github-copilot59
User Reviews (0)
Write a Review
No reviews yet
Statistics
User Rating
Rate this Skill