Getting started
-
The basics of Web Scraping
This article describes the basic concepts in web scraping, like Navigation, Parsing, Worker type, and main Challenges If you know your way around JS but are new to web data scraping you might need to learn the basic approach and ...
-
Get to know the IDE interface
This article reviews the interface components of our IDE that is especially designed for web scraping purposes, and the interface components of the control panel (dashboard) from which you can manage your scrapers (collectors). ...
-
Use cases with code example
This article lists and explains use cases which scraping code has to deal with. Note: Based on the challenge you’re facing and the action you need to perform, you might need to change the worker type of your collector. Read more ...
-
Worker Type
This article explains the behavior difference between worker types, how to choose the right one for your project What is the difference between Browser Worker and Code Worker? Browser Workers: can simulate a user's interaction ...
-
Videos: How developers use Bright Data
Scraping Data from Search Results The video demonstrates how to scrape data from Amazon search results using the IDE, how to build a scraper that continuously scrape data from multiple pages of search results, and how proxy network...