Company Data
...
Base Company API
Request Examples

Collect

6min
overview all company information mentioned within this context is entirely fictional and is solely intended for illustrative purposes find instructions for collection endpoint usage and data collection use the collection endpoints to collect company data using ids or shorthand names data collection using ids https //docs coresignal com/api/company api requests collect#woqb learn how to obtain company data using ids data collection using shorthand names learn how to obtain company data using shorthand names key collect endpoint company id /v2/company base/collect/{company id} shorthand name /v2/company base/collect/{shorthand name} company id retrieved using 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 company api collection endpoints s earch filters endpoint https //docs coresignal com/api/company api search filters endpoint search requests in postman https //docs coresignal com/api/company api search postman e lasticsearch schema https //docs coresignal com/api/company api esdsl endpoint#d5efq elasticsearch requests in postman https //docs coresignal com/api/company api esdsl postman examples in this article are prepared using postman however, you can use the tool that is most convenient for you terminal, postman, or any api compatible application collection using ids paste in the numeric profile 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 base/collect/{company 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 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 paste in the selected 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 base/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 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