Jump to content
UBot Underground

Move Back And Forward Between List Items In A Webpage, Moving To Next Item


Recommended Posts

Hi,

Can someone give me some idea how to tackle the following.

I need to scrape the details from each of the lots listed within this page:

http://www.silverstoneauctions.com/silverstone-classic-race-car-sale-2018/view_lots

 

I currently scrape all the list urls but need to scrape all the details on each page accessed via clicking the further details icon.

The problem is that they don't have a next lot button to cycle through the lots as most of my clients do, so you need to go back to the list and move down each lot on the above page, how would that be coded, ie click the first one and then scrape the date, move back then next etc.  my confusion is in moving down each lot on the above page.

 

My only thoughts were to scrape all the details pages and then pull them in via a csv and cycle through them, but their maybe an easier way.

 

Many thanks

Andrew

Link to post
Share on other sites

you go like this step:

1.Scrape all url in a page and store in list.

2.After that in loop you have to open each url one by one

3.scrape all details in each url what you want and stored in table or list which is suitable for you.

4.Last save those stored data in csv file or Append to file.

  • Like 1
Link to post
Share on other sites

Thank you both, I did think the bulk url download and then access maybe was the only way, and you have both confirmed my thoughts. I will try the next list item option as not used that previous.

 

Many thanks

Andrew

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