Skip to content

GabrielBarrantes/scrap-notaries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Features

This web scraper is intended to recover the emails and phone numbers of the notaries in Costa Rica (https://www.abogados.or.cr/consultaagremiados/).

Setup development Enviroment

git clone [email protected]:notarylabs/web-scraping/scrap-notaries.git
cd scrap-notaries
python3 -m venv env
source env/bin/activate
pip3 install requests
deactivate

Running

source env/bin/activate
python3 main.py

Using arguments

source env/bin/activate
python3 main.py 30000 30010

Example output

cat data.csv
#> carnet,email,phone
#> 30000,[email protected],
#> 30001,[email protected],
#> 30002,[email protected],22020998
#> 30003,[email protected],22298060

About

Web Scraper using Python+Playwright

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages