- Install python3
- Install requirements
pip3 install -r requirements.txt
3.Install and configure selenium
check your chrome version :->About Chrome
https://sites.google.com/a/chromium.org/chromedriver/downloads
- Use settings.py to set URL and number of threads
- Use converter.py for converting .json file to .csv
{
'first_name':'',
'last_name':'',
'full_name':'',
'title':'',
'email':'',
'website':'',
'address':'',
'city':'',
'state':'',
'country':'',
'zip':'',
'phone':'',
}