Search code examples
apilinkedin-api

Retrieve Companies by Industry


I read the company api on linked in but it only search by universal name and email domain anyone knows if there is a way to get all the companies related to a specified industry, maybe using the Industry Codes.


Solution

  • http://api.linkedin.com/v1/company-search?facet=industry,4 (or whatever value you need)

    But this will only give you the top N items. You cannot get all of them.