Hi.How to open each page up to the last page and make process within each page ?
For example ; I searched the book
on Amazon.com. I want to enter all the products up to the last page and copy the product description or any operation
Hi.How to open each page up to the last page and make process within each page ?
For example ; I searched the book
on Amazon.com. I want to enter all the products up to the last page and copy the product description or any operation
Create a DT_Master to store all your item details
Data Scraping Wizard - Extract URL
For Each Row
Navigate to Each ULR - Assign URL = Row.Item(1).ToString
Scrape the items in each page; Save as DT_Item
Add DT_Item to DT_Master
Do as your wish with DT_Master
Update…
If the “up to the last page” is important see the attached Flowchart.xaml (20.9 KB)
Use data scrapping activity indicate the pattern as column 1 and column 2. Later use excel application scope use write range activity mention extract datatable output (In write range). You can see your output in excel.
Thanks,
Aman Sheik.
Thank you
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.