Extract data from amazon website only upto 10 pages

Hello everyone,
I have query on looping the web pages.

I need to Extract the data only from first 10 pages in the amazon website, I tried using Do While Loop using “Count<=10”. But it is extracting the data from all the 20 pages.
Can anyone help me out with this issue ASAP.

Thanks&Regards,

2 Likes

@varma try data scrapping

1 Like

hi @varma,
refer this link

regards,
naveen

3 Likes

Hi @varma,
Here is my solution qw2.xaml (16.5 KB)
I have extracted only Book name of single page and saving it in csv’s .

Hope this helps!!

1 Like

Hi @varma

Instead of doing it for all pages in one go, we need to scrap data one by one from each page.
Please find this solution

LimitDataScraping.xaml (13.9 KB)

4 Likes

I think it is already responded :smile:

1 Like

uusefull

1 Like

Main (2).xaml (13.5 KB)

Try this data scrapping…you might have to edit few things.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.