This gem finds all LinkedIn profiles including terms you specify and scrapes them.
- Download the gem 'linkedindata' and add it to your gemfile
- Make a new LinkedinData object: l = LinkedinData.new(# of hops to go out, path to proxy list)
- 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")