> ## Documentation Index
> Fetch the complete documentation index at: https://docs.brightdata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Scraper Studio video tutorials

> Watch Bright Data Scraper Studio video tutorials on building scrapers, handling pagination, using templates, debugging and scraping dynamic sites.

This page is an index of video tutorials for Bright Data Scraper Studio. Each video pairs with a written guide in the docs. Pick the topic that matches what you are building and jump straight in.

## How to get started

### Introduction to Bright Data Scraper Studio

A guided tour of the Bright Data Scraper Studio IDE: templates, proxy networks, and how to build multiple scrapers in one flow. Start here if you have never built a scraper on Bright Data before.

<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/Ve04_6gDKvU" title="Introduction to Bright Data Web Scraper IDE" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

**Pair with:** [Understanding Scraper Studio](/products/scraper-studio/introduction)

### Platform overview: project setup, proxies, and automation

A walkthrough of essential Bright Data Scraper Studio features: project setup, proxy creation and management, and scheduling automated collection runs.

<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/qo_fUjb02ns" title="Industrial-scale web scraping with AI and proxy networks" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

**Pair with:** [Scraper Studio IDE interface](/products/scraper-studio/scraper-studio-ide-interface)

## How to build scrapers

### Scrape data from Amazon search results

How to scrape Amazon search results, build a scraper that walks paginated results, and rely on the Bright Data proxy network to avoid blocks.

<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/YRRW4o-BjEM" title="Scrape Amazon search results" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

**Pair with:** [Develop a scraper](/products/scraper-studio/develop-a-scraper)

### Walk search results with `for` loops

How to use a `for` loop to navigate hundreds of result pages, extract links to each listing, and collect data with `parse()` and `collect()`. Covers proxy manager setup, basic templates, input targeting, running and testing code, and reading logs.

<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/0w9BAIVGuCA" title="Walk search results with for loops" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

**Pair with:** [Web scraping basics](/products/scraper-studio/basics-of-web-scraping)

### Use templates and deploy multiple scrapers

How to start from an IDE template, build a Walmart scraper, deploy it to the proxy network, and collect the data into a single API response.

<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/jQzI2ywA988" title="Use IDE templates and proxy networks" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

**Pair with:** [Scraper Studio functions](/products/scraper-studio/functions)

### Build a Python scraper end-to-end

Building a Python project that uses Bright Data Scraper Studio templates, modifies the code, previews results, configures delivery, and retrieves data via API.

<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/7ahUnBhdI5o" title="Build a Python scraper end-to-end" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

**Pair with:** [Initiate collection and delivery](/products/scraper-studio/initiate-collection-and-delivery-options)

## Handling challenging sites

### Scrape dynamic sites with utility functions

How to scrape a heavily dynamic site with Bright Data's browser helpers: waiting for grids to render, looping over grid cells, and using `next_stage()` to fan out detail collection.

<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/Pm93D8CVlY8" title="Scrape dynamic sites with utility functions" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

**Pair with:** [Best practices](/products/scraper-studio/best-practices)

### Automate Airbnb with a Python scraper

How to customize a Bright Data Scraper Studio template to scrape Airbnb, plus the API flow for triggering the scraper and retrieving results.

<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/ASWS7eU5ao4" title="Automate Airbnb with Python" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

**Pair with:** [Scraper Studio AI Agent](/products/scraper-studio/ai-agent)

## Debugging and delivery

### Debug a scraper and configure delivery

How to debug a scraper in the IDE, read the run log and errors, and choose a delivery method (API endpoint or Amazon S3).

<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/BVizDqOfins" title="Debug a scraper and configure delivery" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

**Pair with:** [Scraper Studio IDE interface](/products/scraper-studio/scraper-studio-ide-interface)

### End-to-end data engineering with Tableau

A longer walkthrough: proxy manager, API integrations, building a scraper from a template, using input for products or categories, running code, and reading logs for debugging.

<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/vSgJ3bOyE0w" title="End-to-end data engineering project" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

**Pair with:** [Features reference](/products/scraper-studio/features)

## Related

<CardGroup cols={2}>
  <Card title="Understanding Scraper Studio" icon="book-open" href="/products/scraper-studio/introduction">
    How Bright Data Scraper Studio works and when to use it
  </Card>

  <Card title="Develop a scraper" icon="wrench" href="/products/scraper-studio/develop-a-scraper">
    Step-by-step walkthrough of building a scraper in the IDE
  </Card>
</CardGroup>
