Skip to content

Scrapes all LinkedIn profiles including search terms.

License

Notifications You must be signed in to change notification settings

SuiOni/LinkedInData

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)
  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

About

Scrapes all LinkedIn profiles including search terms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%