Hello all, I need PHP script to import contacts( Email address, Name) From linkedin site for one user by entering username and password. Is any Free source available for these process in any of the site? Pls Help me if u know about these... Thanks,
Did you know linkedin has an API available?... http://www.linkedin.com/static?key=developers_apis You have to apply, but you never know. Otherwise, you could hack together a quick page scaper using PHP Simple HTML DOM Parser, loop through the linkedin urls you want to get info from, and extract that info one page at a time... http://simplehtmldom.sourceforge.net