Data scaping only in 1 page

Hi i using the data scrapper but the issue is when output their only the data of a one page
but their are over 20 pages and also i can see when running pages are loading

crosscheck the next selector
the last selector could look like this:
<webctrl parentid='search' tag='A' innertext='Next*' />

Also ensure that the Parent / Most Top Selector is general enough of not getting bound to the first page with this part: &ref=sr_pg_1

1 Like

@ppr it goes to the next page but don’t extract the data

then check the selector for extract data activity. same make it generic and reliable

1 Like

Hi @ppr can you check this
Project Scenario 1.xaml (12.7 KB)

I am travelling the Weekend so will do it once I am Back in UiPath Machine.

Was IT extracting the First Page Data? If yes can you Show the extract Data Activity selector?

07.05.2021_21.57.38_REC
07.05.2021_21.57.57_REC
hi @ppr
no worries

Second Screenshot i cannot Map, also due local differences. But give a try on a generic title e.g title=‘Amazon.com*’

1 Like

I think it is not able to extract the data due to some difference in some product data

@Tharusha_Fernando

When u are creating the datascarpping, can u see whether all products are captured correctly or not ?

1 Like

There is chance that there’s difference in page 2 element layouts.

Try making another scraping selector for page 2 onwards and test if it works going forward.

If this works, you need to first identify page 2 before proceeding to the specific scraping

Thanks

2 Likes

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