How to extract with data scraping a table with links?

Hello,

I would like to extract a data table with multi paging like this one:

DATA 1
DATA 2
DATA 3
DATA 4
DATA 5

1 2 3 4 5

All the data I want to extract is “DATA 1”, “DATA 2”, “DATA 3,…”.

I have two questions:

  • How could I obtain also the link of each of the DATA?

  • How could I apply the multi paging if I do not know the number of pages? In this case the number of pages is 5, but It could be also 3, 6, 10, 32…

Thanks a bunch.

Regards!

Hey,

Use Data Scraping Tool.

Once you will select your first field an Extract Wizard pop-up will come in that tick the Extract Url box it will extract the URL for the selected field.

when you will click Finish button a new pop up will come

!

click on yes button if you have multiple pages and then specify the link for next page

2 Likes

Hello. Thanks a lot my friend.
I have two more questions:

1)The link shown is as follows:
image

The multi page option does not work because I do not have a “Next page” option but the way to move across the pages is by selecting the number of the page.
So:
1 2 3 4 5 6 7 and I should select “2” to go to the second page, “3” to go to the third page… And I do not know neither the number of pages (It can be 7 but also 3, 4 …)

Thanks!

Hey, For page no issue you should change the NextLinkSelector and make it a dynamic selector and for url issue, I think element has no URL linked with it.

1 Like