Scraping data from a webpage using VBA

PureBluff

Board Regular
Joined
Apr 4, 2014
Messages
174
Office Version
  1. 2016
Platform
  1. Windows
  2. Mobile
Hi all,

I'm trying to scrape data from a webpage, I require 4 fields, 2 of which I've been able to retrieve but the other 2 allude me.

It's not a fixed URL, but this URL is already being retrieved from IE after a redirect, so for this example, I will use:

I wish to obtain the title:
Microprint P2010 No Clean, Lead Free Solder Paste, 15-32um, 250g Pot - MICROPRINT P2010 15-32UM, 250G

and the Manufacturer Part Number
MICROPRINT P2010 15-32UM, 250G
I have been using getelementbyID for the Product Overview/Product Information, which has worked fine, but the other text fields don't appear to work (I looked at the Xpath and it errors on Object required in VBA)

Code:
strData = objHTML.getElementById("pdpSection_FAndB").innerText

Any pointers?
Thanks
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!

Forum statistics

Threads
1,215,133
Messages
6,123,233
Members
449,092
Latest member
SCleaveland

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