--- title: 'Clearbit' description: '' --- # Clearbit undefined | Detail | Value | |---|---| | Category | Data | | Base URL | `https://company.clearbit.com` | | Authentication | Bearer Token | | Endpoints | 6 | | Connector key | `clearbit` | ## Using Clearbit in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Clearbit** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_company_lookup_0) | Company Lookup | | [GET ](./get_person_lookup_1) | Person Lookup | | [GET ](./get_combined_2) | Combined | | [GET ](./get_search_3) | Search | | [GET ](./get_name_to_domain_4) | Name to Domain | | [GET ](./get_reveal_5) | Reveal | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.