Company Data
Multi-source Company API
Collect
6min
overview find instructions for collection endpoint usage and data collection use the multi source company collection endpoints to collect company data using company ids or shorthand names data collection using ids https //docs coresignal com/api/multi source api collect endpoints#2s8si learn how to obtain company data using ids data collection using shorthand names https //docs coresignal com/api/multi source api collect endpoints#nrzio learn how to obtain company data using shorthand names used key collect endpoints company id /v2/company multi source/collect/ {company id} shorthand name /v2/company multi source/collect/ {shorthand name} company id retrieved using company search endpoints company shorthand name taken directly from profile url (e g , example company from www professional network com/company/example company ) additional information other tutorials/helpful information for you to check before using the employee api collection endpoints multi source api elasticsearch schema https //docs coresignal com/api/multi source api esdsl endpoint elasticsearch requests in postman https //docs coresignal com/api/multi source api esdsl postman collection using 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 curl (postman) paste in the numeric company id instead of {company id} 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 multi source/collect/{comany id}' \\ 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 click authorization select the api key enter the correct values key – enter apikey \ value – enter your unique api key send the request collect company data from body collection using 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 curl (postman) paste in the selected 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 multi source/collect/{shorthand name}" 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 click authorization select api key enter the correct values key – enter apikey \ value – enter your unique api key send the request collect company data from b ody