Lawyer.be Scraper
This project is a web scraper based on Django, designed to collect data about lawyers from the Belgian directory advocaat.be.
The data collection process is divided into two stages:
Link collection: Crawling through search pages to gather basic information (names, profile links) and saving them in a PostgreSQL database.
Data enrichment: Visiting each collected profile to extract detailed information (email, phone numbers, specializations, languages, membership in bar associations, etc.).
The data collection process is divided into two stages:
Link collection: Crawling through search pages to gather basic information (names, profile links) and saving them in a PostgreSQL database.
Data enrichment: Visiting each collected profile to extract detailed information (email, phone numbers, specializations, languages, membership in bar associations, etc.).