views:

96

answers:

1

Any Rails Plugin/Gem available to facilitate users to import their profile info from LinkedIn?

A: 

Nope! You are on your own here.

To the best of my knowledge, LinkedIn do not have a public API. Its closed to a selected few partners. They however provide some widgets, which you can utilize.

Swanand
Thanks for the feedback. Then how do you think visualCV.com and comozap.com handling this? Do you think they are just scraping the profile page? If yes, is it acceptable?
satynos
As far as you willing to adapt to their changing HTML, you are welcome to scrapping.
Swanand
Thanks, so screenscrapping it is. Do you happen to know of any rails plugins/gems that does scrapping in OOP way?
satynos
scrAPI seems promising but I haven't really tried it out in production. Works well on samples they provide.hpricot is well known, well tested html parser. Pretty powerful and easy to use.
Swanand
@Swanand - Thanks, on the surface looks promising.
satynos