Problem with next page selector when scrapt data on web

Hi all.

I have used the data scrapting function on the web as below link.

The Button as below picture not work exactly, it only run one time and then not run…

I don’t know why…

Could you pls try to use Data Scraping and check.

Thanks you so much!

1 Like

Can you check if there is any other button to indicate next page in the link,? Since its will be similar to load more search results selector will be changing for each page, Hence either make your selector dynamic or check if there is any other button for next page indication.

2 Likes

Hi @Divyashreem

It only has one button to load the page… when click on this button, it will show more picture.

But in Data Scraping function which I used, it only load one time only :expressionless:

Hi @trunghai.
Please check this workflow: BlankProcess42.zip (24.2 KB)

Thanks and regards :slight_smile:

2 Likes

Hi @Jan_Brian_Despi

Could you pls try this on FireFox ?

Thanks you so much.

1 Like

Hi @Jan_Brian_Despi

Sorry, may be you confused my problem ^^.

I want to scrapt data on this web page and then save it into the excel file.

I want to load all of image on this page to copy into the excel file information i want.

Thanks you!

1 Like

@trunghai - You can use Data scrapping activity to scrap image data that will output as datatable.

Hi @trunghai.

May I know what details are you going to extract?

1 Like

Hi @Jan_Brian_Despi

I want to extract some information as below picture… But I coud not loaded all of images to capture.

Alright :slight_smile:

1 Like

Hi @Jan_Brian_Despi

I could not extracted enough information from images on this page when use Data Scraping function ^^… I only scraped 12 first items.

I don’t know why… I can do successfully on some other pages, but on this page could not.

1 Like

I think the issue in this webpage is that once you click the Load More button, the new results are in a different table. That is why the data scraping just gets the first 12 results because those results are contained in the first table.

1 Like

Hi @Jan_Brian_Despi

I think so but how to do resolve this issue ?

I have tried to use Click activity to load all of images, and then use Data Scraping function to capture… but still could not captured all of information.

1 Like

Yes. I did that as well.
I load all the images and scrape afterwards.
Only the first 12 results are captured

1 Like

Let me think of a solution :slight_smile:

1 Like

Hi @Jan_Brian_Despi

I think we need to collect 12 items one by one ^^.

But how to do write from Datatable to the next empty row in excel column ?

1 Like

I think I got it :slight_smile:

1 Like

Hi @trunghai.
Please try this one: ExtractHado.zip (1.2 MB)

It is using Google Chrome.

Please let me know if this works :slight_smile:

5 Likes

Hi @Jan_Brian_Despi

Thanks you so much…

Could you pls explain your process ??

1 Like

Good to hear that it also works for you :slight_smile:
I sent you a message :slight_smile:

1 Like