Company Data
...
Clean Company API
Endpoints
Enrich
5min
overview find instructions for collection endpoint usage and data collection use the clean company enrichment endpoints to collect company data using websites or social media profile urls as input enrich docid\ otazhoz8glcfq1ycdx k learn how to obtain company data using website urls used key collect endpoints website url /v2/company clean/enrich ?website={url} collection using websites examples in this article are prepared using postman however, you can use the most convenient tool for you terminal, postman, or any api compatible application supported url formats clean company api should handle a variety of url formats and match them with the companies in the clean company dataset examples of different valid inputs include, but are not limited to full profile url (e g , https //www apple com/home https //www apple com/home ) variations with/without trailing slashes or subdirectories variations with/without www urls with/without subdomains (e g , https //careers amazon com https //careers amazon com ) variations with/without http/https url part curl (postman) paste in the website url instead of {url} and api key instead of {api key} in the request template template curl x 'get' \\ 'https //api coresignal com/cdapi/v2/company clean/enrich?website={url}' \\ h 'accept application/json' \\ h 'apikey {api key}' request example curl x 'get' \\ 'https //api coresignal com/cdapi/v2/company clean/enrich?website=thermofisher com' \\ h 'accept application/json' \\ h 'apikey {api key}' copy the edited request import the request in postman by clicking the import button and pasting the request in use api key authorization send the request collect company data from body