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

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.

Forum statistics

Threads
1,215,356
Messages
6,124,471
Members
449,163
Latest member
kshealy

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