Description Usage Arguments Details Value Author(s) See Also Examples
searchCompanies searches across LinkedIn's companies pages based on keywords, location, and industry.
1  | searchCompanies(token, keywords, location = NULL, industry = NULL)
 | 
token | 
 Authorization token.  | 
keywords | 
 A keyword used anywhere in a company's listing. Multiple words should be separated by a space.  | 
location | 
 LinkedIn geography code, found here: https://developer.linkedin.com/docs/reference/geography-codes.  | 
industry | 
 LinkedIn industry code, found here: https://developer.linkedin.com/docs/reference/industry-codes.  | 
In order to narrow the search down by location or industry, you must look up the proper input codes on the linkedin website. The geography codes can be found here: https://developer.linkedin.com/docs/reference/geography-codes, and the industry codes can be found here: https://developer.linkedin.com/docs/reference/industry-codes.
Returns a list, information includes company id, company name, universal name, website, twitter handle, employee count, founded date, number of followers, and company description.
Michael Piccirilli michael.r.piccirilli@gmail.com
1 2 3 4 5 6  | ## Not run: 
search.comp <- searchCompanies(in.auth, keywords = "LinkedIn")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.