Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
davila7 avatar

Scrape

  • 13 installs
  • 30.1k repo stars
  • Updated August 4, 2026
  • davila7/claude-code-templates

Scrape any webpage as clean markdown via the Bright Data Web Unlocker API, bypassing bot detection and CAPTCHA.

About

Fetches webpage content as clean markdown through Bright Data's Web Unlocker API with automatic bot and CAPTCHA bypass. A developer uses it when scraping pages that block ordinary requests. Requires BRIGHTDATA_API_KEY and unlocker zone.

  • Returns clean markdown from any URL
  • Bypasses bot detection and CAPTCHA via Bright Data

Scrape by the numbers

  • 13 all-time installs (skills.sh)
  • Ranked #1,436 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/davila7/claude-code-templates --skill scrape

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs13
repo stars30.1k
Last updatedAugust 4, 2026
Repositorydavila7/claude-code-templates

What it does

Scrape any webpage as clean markdown via the Bright Data Web Unlocker API, bypassing bot detection and CAPTCHA.

Files

SKILL.mdMarkdownGitHub ↗

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

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.