Company Data
Clean Company API
9min
clean company endpoints our api is a data retrieval tool the endpoints do not support analytic features clean company api features one search endpoint and two collect endpoints to retrieve clean company data use the endpoints with any api compatible application request type endpoint post /v2/company clean/search/es dsl get /v2/company clean/collect/{company id} get /v2/company clean/collect/{shorthand name} you can try out the clean company api playground on coresignal's self service request types a ll clean company api requests must be made over https requests made over http will fail clean data api supports two types of requests search endpoints support post requests only collect endpoints support the get r equests only post requests endpoint /v2/company clean/search/es dsl information make a post request to collect a set of ids using an elasticsearch dsl schema that maps directly to our output data the ids can then be used in get requests to receive clean company data get requests information for /v2/company clean/collect/{company id} and /v2/company clean/collect/{shorthand name} endpoints make a query using the get method to c onvert the collected ids to clean company data convert the shorthand names from the company profile urls to clean company data rate limits the clean company api endpoints restrict the number of requests allowed per second for each client's api token clean company api search endpoints clean company api collect endpoints allow 27 requests per second allow 54 requests per second a ll clean company api requests must be made over https requests made over http will fail use any api compatible tool to authorize and start querying the api if you're unsure where to begin, consider trying the tools we've provided tutorials for, such as postman (curl requests) credits and tokens the token issued for you has a set amount of search and collect credits one search credit is deducted for one successful (200) request in the search endpoints /v2/company clean/search/es dsl one collect credit is deducted for one successful (200) request in the collection endpoints /v2/company clean/collect/{company id} /v2/company clean/collect/{shorthand name} discuss your credit needs with your account manager