Help me in PHP Script

Discussion in 'PHP' started by balasun, Apr 13, 2009.

  1. #1
    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,
     
    balasun, Apr 13, 2009 IP
  2. antigravity

    antigravity Active Member

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    86
    #2
    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
     
    antigravity, Apr 13, 2009 IP