Skip to content

techx/apollo-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apollo-scraper

HackMIT's CR email scraper using the Apollo API!

Prerequisites

Python >3.6

Run the following commands to check your currently installed versions:

$ python --version

Download the latest release here: https://www.python.org/downloads/

Usage

  1. Clone the repository:
$ git clone https://github.com/techx/apollo-scraper.git
  1. Add your Apollo API Key (from go/accounts) to the .env file.
  2. Download your company list as a .csv file (you should have one column of company names with "Company" as the header).
  3. Run the following command:
$ python main.py
  1. Input the directory path to your file and then the file name as prompted (be sure to include the .csv file extension in the name).
  2. Sit back and wait!

License

MIT

About

HackMIT CR email scraper using Apollo API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages