searchPeople
allows you to search for connections on LinkedIn. It returns most of what shows up when you do a search for people in the box at the top of the page on linkedin.com.There are a number of parameters that allow you to conduct either a broad or focused search.
In order to use this function, you must create your own appliction and apply for the Vetted API Access here: https://help.linkedin.com/app/ask/path/api-dvr.
searchPeople(token, keywords = NULL, first_name = NULL, last_name = NULL, company_name = NULL, current_company = NULL, title = NULL, current_title = NULL, school_name = NULL, current_school = NULL, country_code = NULL, postal_code = NULL, distance = NULL, partner = 0)
company_name
.title
.current_school
.country_code
parameter.country_code
and postal-code
.getProfile
## Not run:
#
# search.results <- searchPeople(token=in.auth, first_name="Michael", last_name="Piccirilli")
# ## End(Not run)
Run the code above in your browser using DataLab