web scrape

  1. K

    Grabbing Website data using HTML with VBA Macro

    Hello, I am trying to create a macro (first one), where I can hit a button and it automatically grabs a piece of data from a site for me. Here is the site: Browse Inventory | Ryder Used Truck Sales The piece of data I am trying to grab is the results number after the filter at the mid top...
  2. I

    How to edit this JSON code to pull different data from web?

    Hi, so I have this JSON code that pulls metrics from a work website. However, it pulls different numbers than I am looking for. There are metrics on the web page in 60 minute increments and 15 minute increments. I need the 15 ones but I cannot figure out how to tweak this code to do it. Here is...
  3. G

    Using VBA to scrape website betting odd data

    Hi, I would love for some help in writing some VBA code such that it will scrape data from a given URL for betting sites, and will return the specific betting odd values as required within a sheet. I then want it so that these values can always be refreshed as required. For example: Using...
  4. I

    Tweaked Internet Explorer web scrape code will not work using Get request

    Hi. So I have this web scrape code that pulls data from a work website using Internet Explorer. Works fine. However, when there is a lot of data it is slow. So I have been trying to convert it using Get request since it seems to be quicker. However, it pulls nothing. Running the code step by...
  5. D

    VBA to get product pricing from website

    Hello! I've found some code online that I've altered to work with my product link however the product price isn't being pulled. The error returned is "Object variable or with block variable not set" The msgbox should show 18.98 Sub GetProductPricing() Dim ie As InternetExplorer Dim...
  6. Z

    Nested Web Scraping Breaks My Do Loop

    I am having trouble with a nested web scraping section breaking my Do Until Loop. I have a list that I am creating a unique file with two tabs. One contains some basic header information which I want to use to get the most relevant website and add the link. Then save, close and move on to the...
  7. L

    loading HTML doc with ajax on page using XMLHTTP60

    I am using internet explorer at the moment and its an absolute pain. Can you use XMLHTTP60 to load the html doc if the page contains ajax which loads after the page has? Because when i use the XMLHTTP60 it isn't contained in the document. Any one got any ideas?
  8. D

    VBA Web Scrap

    Hi all, I am trying to scrap list of VBA course items given at the right pane of the following link "www.tutorialspoint.com//vba/index.htm" But I am unable to scrap list due to some error. the code I have written is: Sub tutorailpointsscrap() Dim ie As InternetExplorer Set ie = New...
  9. V

    Extract links from web site using VBA

    Hi everyone, The following web site lists 63 products (fragrances): Dolce&Gabbana Perfumes And Colognes Using VBA, I would like to extract all the links to each of the 63 products in an excel file. An example of an outcome would be: /perfume/Dolce-Gabbana/Dolce-Gabbana-Pour-Homme-15336.html...
  10. V

    Extracting tables from web site using vba

    Hi everyone, I am interested in extracting the 2 "Longevity" and "Sillage" tables from the link below in excel using VBA: Burberry Brit for Men Burberry cologne - a fragrance for men 2004 Currently, I am able to do so using the following code: Longevity =...
  11. M

    Sticking point Day 2 of VBA, Scraping with "Object" Errors thrown

    So this is my second day of VBA, I normally try not to post unless I am seriously in a hole and can't figure out black from white. Here is my code: Sub clickFormButton() Dim ie As Object Dim ieform As Variant, button As Object Dim ieObj As Object 'Appeasing Excel with object variable Dim...

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