0.03
No commit activity in last 3 years
No release in over 3 years
Scrapes all LinkedIn profiles including terms you specify.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

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