adityap27 / scraping-profiles

Scrapes data of speakers, from the webpage, makes the google search to find the links for their linkedin profiles, scrapes the links and saves it to csv file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scraping-profiles

The script in main.py scrapes the data of the speakers from the webpage and saves it to speakers.csv . Now using this data it links.py makes a google search to find the links of the linkednin profiles. Now the whole data is finally saved in all_details.csv .

Steps to run the script:

1.)run main.py

Intermediate Result: The Speakers intermediate data is stored in speakrs.csv file.

2.)run links.py

Result: the whole data is saved in all_details.csv file

About

Scrapes data of speakers, from the webpage, makes the google search to find the links for their linkedin profiles, scrapes the links and saves it to csv file.


Languages

Language:Python 100.0%