Build me a scraper that gets the 10 first results of a google search and scrapes in those 10 urls for email addresses
Budget: $10 – $30 USD
I have lists of companies in the 1st column of an excel file, let's call it "source.xlsx".
For each row the scraper must get the 10 first urls of google search into columns.
Then for each of these columns/urls scrape them for email addresses.
The result should be an excel file called "extraction.xlsx" with 1st column - source companies; 2nd column with 2 lines (top line url; bottom line email address); 3rd column...; 4th column...; etc.
The resulting tool should also grab from a 2nd column in "souce.xlsx" a list of url not to scrape, even if they appear in the google search.
Also, there should be a column where the tool tries to grab the facebook page of the company, go to the "about" section of that facebook page and grab the email (exemple for an address in facebook for the company "eventualxyz" the address https://www.facebook.com/eventuallxyz/about/?ref=page_internal has in it the email of the company "info(at)eventual.xyz").
I give you a sample to try ("source.xlsx") and the expected output of the tool ("extraction.xlsx").
For each row the scraper must get the 10 first urls of google search into columns.
Then for each of these columns/urls scrape them for email addresses.
The result should be an excel file called "extraction.xlsx" with 1st column - source companies; 2nd column with 2 lines (top line url; bottom line email address); 3rd column...; 4th column...; etc.
The resulting tool should also grab from a 2nd column in "souce.xlsx" a list of url not to scrape, even if they appear in the google search.
Also, there should be a column where the tool tries to grab the facebook page of the company, go to the "about" section of that facebook page and grab the email (exemple for an address in facebook for the company "eventualxyz" the address https://www.facebook.com/eventuallxyz/about/?ref=page_internal has in it the email of the company "info(at)eventual.xyz").
I give you a sample to try ("source.xlsx") and the expected output of the tool ("extraction.xlsx").