Jump to content
UBot Underground

Scraping and Navigating (and scraping)


Recommended Posts

V4 Professional:

 

Trying to navigate through a site and scrape pages. Simple enough, huh?

 

Watched JB's excellent scrape 101 video and attempted to apply it to my own purposes.

 

1. So I scrape page 1 and get my results in 3 columns in the debugger.

I got this by using list to list (inside a loop), all works fine.

2. Here's where I'm stuck, so I moved on to step 3.

3. So now I want to navigate to the next page and because of my particular requirement, I have to use a 'what if'. This takes me through the pages I need, again without a problem.

 

So I have a scrape of the first page, but even when I navigate to the second it scrapes zero after the first page. I Have tried messing around with next list item and (outside the loop)adding list to a table as row. But I've now confused myself and need to plug the knowledge gap. Any help appreciated.

Link to post
Share on other sites

If you post your code someone might be able to determine which cylinder is skipping... http://ubotstudio.com/forum/public/style_emoticons/default/wink.gif

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