Skip to content
Advertisement

Want to extract contact URL link for the every single person from a web page using python in CSV file

I want to extract Name, Position and Email from the webpage for every person, I did extract the name and position but as the email is not possible to extract since you have to contact them to know. I just want to extract their contact URL. Every person has different contact URL I want to extract in a way that the CSV file should contain third column as contact in front of their row and whenever I click to contact I should be redirect to there particular contact page. Here is my code:

JavaScript

Advertisement

Answer

You can grab data according to your requireqment from each listing page/detailed page following the next example:

JavaScript
Advertisement