Jump to content
UBot Underground

Scraping Help needed for LinkedIn


Recommended Posts

Hey all,

Quick question.

 

How would you go about scraping all of your linkedIn Id's from your connections tab in Linked In?

 

linkedin.com/contacts/view?id=16014436&trk=contacts-contacts-list-contact_name-0

 

I want to grab the number(XXXXX) in between ?id= XXXXX &

 

How would you do this?  Innerhtml?  SCrape attribute or Scrape Page?

 

Thanks for any help!

Edited by wouldjaball
Link to post
Share on other sites

You would actually scrape

scrape attribute...<href=w"*linkedin.com/contacts/view?id=*"> 

and extract if via regex like:

find regular expression...(?<=id=)\d+
  • Like 1
Link to post
Share on other sites

Thanks ubotdev,

Not sure what I'm doing wrong...

Scraping attribute. tried just the href with wildcards and didn't see any results.

 

Little help?

http://screencast.com/t/f066h14RaInn

You don't need regular expression when scraping...you should use the UBot advanced selector provided above for that.

 

Then the next step is to use "$find regular expression" to extract the id from scraped url.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...