Company Data
...
Clean Company API
Endpoints

Collect

5min
overview explore the potential application and helpful tips for the endpoint /v2/company clean/collect ​ usage use the company collection endpoints to collect the company profile data using the company id or company profile shorthand name (e g , tesla from professional network profile url www professional network com/company/tesla ) url for collection endpoints https //api coresignal com/cdapi /v2/company clean/collect collect docid\ fd2n28rxuhslepwpx3bio what endpoints are included in the clean data api? collect docid\ fd2n28rxuhslepwpx3bio learn how to obtain clean company api data using company ids collect docid\ fd2n28rxuhslepwpx3bio learn how to obtain clean company api data using company shorthand names company collection endpoints /v2/company clean/collect/{company id} /v2/company clean/collect/{shorthand name} collect clean company data using company ids (retrieved using company search endpoints) collect clean company data using shorthand names taken from company profile urls collection using company ids 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 postman (curl) paste in the numeric company id instead of {company id} and your api key instead of {api key} in the request template curl request curl x 'get' \\ 'https //api coresignal com/cdapi/v2/company clean/collect/{company id}' \\ h 'accept application/json' \\ h 'apikey {api key}' copy the edited request import the request in postman by clicking on the import button and pasting the request in go to authorization and select api key from the selection menu enter the correct values key – enter apikey \ value – enter your unique api key send the request collect clean company data from the response body collection using company shorthand names 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 postman (curl) paste in the company shorthand name instead of {shorthand name} and your api key instead of {api key} in the request template curl request example curl x 'get' \\ 'https //api coresignal com/cdapi/v2/company clean/collect/{shorthand name}' \\ h 'accept application/json' \\ h 'apikey {api key}' copy the edited request import the request in postman by clicking on the import button and pasting the request in go to authorization and select api key to authenticate enter the correct values key – enter apikey \ value – enter your unique api key send the request collect the company data from the response body