sfu-db / APIConnectors

A curated list of example code to collect data from Web APIs using DataPrep.Connector.
https://github.com/sfu-db/dataprep#connector
34 stars 25 forks source link

Add Hunter API support #85

Closed nick-zrymiak closed 3 years ago

nick-zrymiak commented 3 years ago

Website Description Finds and verifies professional email addresses.

Reason(s) to Support the Website Businesses can use this API to gather contact and professional information about people to send targeted advertisements to.

Endpoints account domain-search email-count email-verifier email-finder

Questions

  1. Who are executives of Intercom and what are their emails?
  2. What is Dustin Moskovitz's email?
  3. Are the emails of Stripe executives valid?
  4. How many available requests do I have left?
  5. What are the counts of each level of seniority of employees?
Lakshay-sethi commented 3 years ago

Looks good! Good job!