Skip to main content
Bright Data Scraper Studio is a cloud-hosted environment for building, running, and managing custom web scrapers. It runs entirely on Bright Data’s proxy and unblocking infrastructure, no server setup required. After reading this, you’ll know which Scraper Studio mode fits your use case and how to get started.

How it works

Every scraper in Bright Data Scraper Studio performs two core operations:
  • Interaction: Navigating to a target URL, handling pagination, clicking elements, or sending HTTP requests
  • Parsing: Reading the page content (HTML) and extracting structured fields into a defined output schema (JSON/CSV/NDJSON/JSONL)

Development modes

Bright Data Scraper Studio offers two ways to build scrapers:
ModeHow it worksBest for
AI AgentDescribe the data you want in plain language. Bright Data AI generates a schema and writes the scraper codeNo-code users, fast prototyping
IDEWrite and test JavaScript directly in a browser-based code editor with debugging toolsDevelopers who need full control
Both modes produce the same type of scraper: meaning you’re never locked into one approach. A scraper built by AI Agent can be opened and edited in the IDE at any time, and any scraper can be updated using the Self-healing tool.

When to use Scraper Studio vs. other Bright Data products

Use Scraper Studio when the data you need isn’t in the Datasets Marketplace, you want ownership of the scraper logic, and you don’t want to manage proxies or infrastructure yourself.
ScenarioRecommended product
Need data from a popular site with zero setupDatasets Marketplace
Need a scraper built and maintained by Bright DataManaged Services
Need to build a custom scraper using AI or code on Bright Data’s infrastructureScraper Studio

AI Agent vs. IDE: Key trade-offs

AI AgentIDE
Setup timeMinutes — describe and runLonger — write, test, debug
Code controlAI writes the codeYou own every line
CustomizationVia Self-healing tool promptsDirect JavaScript editing
Best forFast scraper creation, non-technical usersComplex logic, multi-stage scrapers

How to access Scraper Studio

Prerequisites: Active Bright Data account
  1. Go to brightdata.com/cp and sign in
  2. In the left-hand menu, click Scrapers
  3. Click Scraper Studio
Expected result: Scraper Studio opens showing your scrapers or an empty workspace if you’re new.
Don’t see Scraper Studio in the menu? Your account may not have access. Contact Bright Data support.

Frequently asked questions

Use AI Agent if you want to get started fast or you’re not a developer. Use Bright Data IDE mode if you need full control over scraper logic or are building complex, multi-stage scrapers.
Yes. Any scraper created in AI Agent mode can be opened and edited in the IDE. You can also use the Self-Healing Tool to update scrapers using plain language prompts.
Scrapers Library contains pre-built scrapers for popular sites. Bright Data Scraper Studio is for building custom scrapers from scratch when your target site isn’t in the library.
No. Bright Data Scraper Studio handles all proxy management and infrastructure automatically.

Next steps

Learn more