dev-angelo-c / scrape-search

Build a contact list from a google search(revisited from 2016)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scrape-search

Build a contact list from a google search

The core of the program

  • queries google for a particular search term.
  • stores the links the google search returns.
  • iterates over that lists and vists each page
  • attempts to locate contact information on that page.

Future features

  • stores results in .csv format.
  • exports email list directly to gdocs.

About

Build a contact list from a google search(revisited from 2016)


Languages

Language:Python 100.0%