Multiple URL and data extraction

gabspagnoli

New Member
Joined
Jul 28, 2017
Messages
1
Hi guys/girls,
I’m a newbie and this is my first post.
Thanks for accepting.
Hi have the following needs and I’m quite stuck since I know only basics of VBA, but I think this is an easy question for most of you:
I need to extract data from a website, the URL is the following
Dettaglio della Ricerca=
after = there are several pages, let’s say 218341, 218342, 218343, 218344, etc.
Basically the URL where data is contained is:
https://servizi.ivass.it/RuirPubblica/DetailResult.faces?id=218341
Dettaglio della Ricerca
Dettaglio della Ricerca
Dettaglio della Ricerca
The amount of rows could be very high, likely around 180.000.
Can you help me setting up a working macro + vba code which includes a loop on all this URLs?
The final result is more similar to a web scraping tool.
Best regards,
Gabriel
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.

Forum statistics

Threads
1,214,641
Messages
6,120,692
Members
448,979
Latest member
DET4492

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top