What are Skills?
Skills are reusable instruction sets - defined inSKILL.md files - that extend your coding agent’s capabilities with Bright Data APIs. Each skill gives your agent embedded best practices, parameter knowledge, and runnable shell scripts it can execute directly.
Install Bright Data skills and your agent immediately knows:
- Which API to call for search, scraping, or structured data extraction
- How to authenticate and structure requests correctly
- How to handle pagination, errors, and edge cases
- Real scripts it can invoke to take action
Available Skills
Search
Search Google and get structured JSON results with titles, links, and descriptions. Supports pagination. Powered by the Bright Data SERP API.
Scrape
Scrape any webpage as clean markdown with automatic bot detection bypass, CAPTCHA solving, and JavaScript rendering. Powered by the Web Unlocker API.
Data Feeds
Extract structured data from 40+ websites - Amazon, LinkedIn, Instagram, TikTok, YouTube, eBay, Walmart, and more - with automatic polling.
Bright Web MCP
Orchestrate 60+ MCP tools for search, scraping, structured extraction, and browser automation in a single integration.
Best Practices
Production-ready API reference for coding agents. Covers Web Unlocker, SERP API, Web Scraper API, and Browser API - with an API selection guide, auth patterns, and code examples in Python and JavaScript.
Quick Start
Prerequisites
Install the required CLI tools and set your Bright Data credentials:Get your API key from the Bright Data user settings page. To create a Web Unlocker zone, see the Web Unlocker quickstart.
Install with npx skills
Use the The CLI detects which agents you have installed and places skill files in the correct directories automatically.
npx skills CLI to install Bright Data skills into your agent:Installation per agent
- Claude Code
- Cursor
- Windsurf
- All agents at once
- Manual / any agent
.claude/skills/ in your project (or ~/.claude/skills/ with -g for global). Claude Code discovers them automatically on the next session.To verify installation:Skill structure
Each Bright Data skill follows the standard skill format:SKILL.md contains YAML frontmatter with a name and description, followed by structured instructions that tell the agent when and how to use the skill.
Data Feeds coverage
The Data Feeds skill supports structured extraction from 40+ platforms across four categories:E-Commerce
Amazon (products, reviews, search), Walmart, eBay, Best Buy, Etsy, Home Depot, Zara, Google Shopping
Professional Networks
LinkedIn (profiles, companies, jobs, posts), Crunchbase, ZoomInfo
Social Media
Instagram, TikTok, Facebook, X/Twitter, YouTube, Reddit
Other
Google Maps reviews, Yahoo Finance, Zillow, Booking.com, Reuters, GitHub, App Stores
Managing your skills
New skills are added regularly. Star the GitHub repository to stay updated.