Stripping Information from the Web

AndrewKent

Well-known Member
Joined
Jul 26, 2006
Messages
889

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Still looking for an answer on this one. Anyone know how to scrape URLs from a webpage or its source data?
 
Upvote 0
Andy

I can't find that link, or similar links on the page.

The links for Match Day Live seem to all be for pop-ups.

They do seem to contain the address for the pop-up, so it could be possible to extract that.

Of course, that would only be relevant if it's what you actually want.:)
 
Upvote 0
That is indeed what I want.

I'm looking to compile a list on an excel spreadsheet of all the Match Day Live Addresses.

Kind regards,

Andy
 
Upvote 0
AndyThey aren't really links in the usual sense so to get the URL that's being passed to the javascript function you'll need to parse it out.If you were to automate IE and navigate to the page you could get all the links on.Then you would need to go through them all, somehow identify the ones of interest and then parse the URL out.By the way are you going to go on to get data from the popups?
 
Upvote 0
Essentially yes, my end goal is to get the data from each pop-up. The only other way I can think of doing this is to scrape the data from the source code of the page?
 
Upvote 0
AndrewScrape what data from which page?You've not actually mentioned what data you want to get, and there's a fair bit of it.
 
Upvote 0

Forum statistics

Threads
1,224,514
Messages
6,179,225
Members
452,896
Latest member
IGT

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