brightdata-scraper-studio
Installation
SKILL.md
Bright Data Scraper Studio
AI builds a custom scraper for any public site from a plain-English description. You own the generated code, it runs on Bright Data's unblocking network, and when the target site changes its HTML you heal it with one prompt instead of rewriting selectors.
Everything happens in the terminal. No dashboard required.
Setup
Run the CLI through npx — no global install, no sudo, no EACCES, no node version fights.
alias bdata="npx -p @brightdata/cli bdata"
bdata login # browser OAuth, one time
bdata budget # confirms auth, shows balance
bdata and brightdata are the same binary. Requires Node 20+.