Enrich leads and companies via Clearbit API. Get company and person data.
Data enrichment.
export CLEARBIT_API_KEY="sk_xxxxxxxxxx"
curl "https://person.clearbit.com/v2/people/find?email=user@example.com" \
-u "$CLEARBIT_API_KEY:"
curl "https://company.clearbit.com/v2/companies/find?domain=example.com" \
-u "$CLEARBIT_API_KEY:"
curl "https://person.clearbit.com/v2/combined/find?email=user@example.com" \
-u "$CLEARBIT_API_KEY:"
curl "https://reveal.clearbit.com/v1/companies/find?ip=8.8.8.8" \
-u "$CLEARBIT_API_KEY:"
Category:business