brightdata-upgrade-migration

Featured

Analyze, plan, and execute Bright Data SDK upgrades with breaking change detection. Use when upgrading Bright Data SDK versions, detecting deprecations, or migrating to new API versions. Trigger with phrases like "upgrade brightdata", "brightdata migration", "brightdata breaking changes", "update brightdata SDK", "analyze brightdata version".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

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

Skill Content

# Bright Data Upgrade & Migration ## Overview Guide for migrating between Bright Data products, API versions, and zone configurations. Since Bright Data uses proxy protocols and REST APIs (not versioned SDKs), migrations typically involve changing zone types, proxy endpoints, or API payload formats. ## Prerequisites - Current Bright Data zone credentials - Git for version control - Staging environment for testing ## Instructions ### Step 1: Identify Migration Type | Migration | From | To | Effort | |----------|------|----|--------| | Zone upgrade | Web Unlocker v1 | Web Unlocker v2 | Low | | Product switch | Residential Proxy | Web Unlocker | Medium | | Browser migration | Puppeteer direct | Scraping Browser | Medium | | API migration | Datasets v2 | Datasets v3 | Medium | | Full platform | Competitor | Bright Data | High | ### Step 2: Migrate from Direct Proxies to Web Unlocker ```typescript // BEFORE: Raw residential proxy (manual CAPTCHA handling) const oldProxy = { host: 'brd.superproxy.io', port: 22225, // Old residential port auth: { username: `brd-customer-${CID}-zone-residential_zone`, password: OLD_PASSWORD, }, }; // AFTER: Web Unlocker (automatic CAPTCHA, fingerprinting) const newProxy = { host: 'brd.superproxy.io', port: 33335, // Web Unlocker port auth: { username: `brd-customer-${CID}-zone-web_unlocker1`, password: NEW_PASSWORD, }, }; // Changes: port 22225 → 33335, zone name, password // Web Unlocker handles CAPTCHAs a...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

brightdata-install-auth

Install and configure Bright Data SDK/CLI authentication. Use when setting up a new Bright Data integration, configuring API keys, or initializing Bright Data in your project. Trigger with phrases like "install brightdata", "setup brightdata", "brightdata auth", "configure brightdata API key".

2,266 Updated today
jeremylongshore
AI & Automation Featured

brightdata-common-errors

Diagnose and fix Bright Data common errors and exceptions. Use when encountering Bright Data errors, debugging failed requests, or troubleshooting integration issues. Trigger with phrases like "brightdata error", "fix brightdata", "brightdata not working", "debug brightdata".

2,266 Updated today
jeremylongshore
AI & Automation Featured

brightdata-sdk-patterns

Apply production-ready Bright Data SDK patterns for TypeScript and Python. Use when implementing Bright Data integrations, refactoring SDK usage, or establishing team coding standards for Bright Data. Trigger with phrases like "brightdata SDK patterns", "brightdata best practices", "brightdata code patterns", "idiomatic brightdata".

2,266 Updated today
jeremylongshore
AI & Automation Featured

brightdata-deploy-integration

Deploy Bright Data integrations to Vercel, Fly.io, and Cloud Run platforms. Use when deploying Bright Data-powered applications to production, configuring platform-specific secrets, or setting up deployment pipelines. Trigger with phrases like "deploy brightdata", "brightdata Vercel", "brightdata production deploy", "brightdata Cloud Run", "brightdata Fly.io".

2,266 Updated today
jeremylongshore
AI & Automation Solid

webflow-upgrade-migration

Analyze, plan, and execute Webflow SDK upgrades (webflow-api v1 to v3) with breaking change detection, API v1-to-v2 migration, and deprecation handling. Trigger with phrases like "upgrade webflow", "webflow migration", "webflow breaking changes", "update webflow SDK", "webflow v1 to v2".

2,266 Updated today
jeremylongshore