3

Can anyone one tell how to get the company Company,Name,Title,Email Address,Physical Address,Company Type, and more from linkedIn through any API

Devi
  • 39
  • 1
  • 2

2 Answers2

4

LinkedIn has added the Company API as of May 2011.

https://developer.linkedin.com/documents/company-lookup-api-and-fields

I'm using the Company API through Python and getting good results. Let me know if you have more questions.

joulesm
  • 642
  • 1
  • 6
  • 28
0

Now they allow searching companies by keywords: https://developer.linkedin.com/documents/company-search

MyUserName
  • 495
  • 2
  • 6
  • 24