Web Scraper Configuration Tool

🕷️ Web Scraper Generator

Configure your web scraping parameters and generate Python code

Basic Configuration

The URL of the login page
The page with data to scrape
Total number of pages to scrape
Output filename (include .csv)

Login Credentials

Login Element Selectors

CSS selector for username input field
CSS selector for password input field
CSS selector for login submit button

Data Extraction Selectors

CSS selector for each card/item container
Selector for name within each card
Selector for job title within each card
Selector for company within each card

Pagination Configuration

CSS selector for the "Next" pagination button
Wait time between page navigations
Wait time after login