/clearbit-api-to-csv

A small piece of python code for using Clearbit Prospector API and saving results as a CSV file.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

clearbit-api-to-csv

A small piece of python script for using Clearbit Prospector API and saving results as a CSV file. Feel free to contribute, it's a very rough piece of code right now.

Input: clearbit-targeted.txt, input targeted company domains per line.
Output: output.csv, missing headers in current version.

Dependencies

  • pip install clearbit
  • pip install pandas