LinkedInData icon indicating copy to clipboard operation
LinkedInData copied to clipboard

Scrapes all LinkedIn profiles including search terms.

This gem finds all LinkedIn profiles including terms you specify and scrapes them.

  1. Download the gem 'linkedindata' and add it to your gemfile
  2. Make a new LinkedinData object: l = LinkedinData.new(# of hops to go out, path to proxy list, use proxies for Google, use proxies for LI)
  3. Specify which profiles to get and the search terms or URL-
  • Single Profile: l.getSingleProfile(url)
  • List of Profiles Matching Search Terms: l.getByKeywords("search terms")

Code Climate