Clearbit data source
Here is basic instruction on how you can setup JSON importer to get needed data:
Step 1. Generate API key in your Account Settings: https://dashboard.clearbit.com/profile
Step 2. Setup Coupler.io JSON importer
- JSON URL: https://discovery.clearbit.com/v1/companies/search (OR https://prospector.clearbit.com/v1/people/search)
- Method: GET
- Request headers:
- Authorization: API_KEY
- Request URL parameters:
- query: <<your_query>>
- sort: <<sort_string>>
- page_size: 10
- page: 1 (2,3,4 etc.)
- Path: results
API documentation: https://dashboard.clearbit.com/docs#discovery-api