Jump to content
UBot Underground

How to Scrape This???


Recommended Posts

I am trying to scrape the most popular keywords from:

http://www.mikes-marketing-tools.com/keywords/48hours.html

 

And I am getting no where... It is scraping everything. Anybody have a work around for scraping just the keywords?

 

TIA,

Justin

Link to post
Share on other sites

add list to list(%keywords, $scrape attribute(<after="No">, "innertext"), "Delete", "Global")

set(#keywords, $list item(%keywords, 2), "Global")

 

... for a start... you're right, that one is a booger <technical term>...

Link to post
Share on other sites

Hi

 

This worked for me.

 

Code:

clear list(%kwds)
add list to list(%kwds, $list from text($page scrape("</td><td>", "</td><td>"), $new line), "Don\'t Delete", "Global")

 

Kevin

  • Like 1
Link to post
Share on other sites
  • 2 weeks later...

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...