searchCompanies function

Search for Companies on LinkedIn

Search for Companies on LinkedIn

searchCompanies searches across LinkedIn's companies pages based on keywords, location, and industry.

searchCompanies(token, keywords, location = NULL, industry = NULL)

Arguments

Returns

Returns a list, information includes company id, company name, universal name, website, twitter handle, employee count, founded date, number of followers, and company description.

Details

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.

Examples

## Not run: search.comp <- searchCompanies(in.auth, keywords = "LinkedIn") ## End(Not run)

Author(s)

Michael Piccirilli michael.r.piccirilli@gmail.com

See Also

getCompany searchJobs

  • Maintainer: Michael Piccirilli
  • License: GPL-2
  • Last published: 2016-10-30