web scrapping

  1. M

    Scaping data from specific URL into Excel

    Good day All, I am new on this forum. I hope someone will be able to assist me. I have an excel document with a few Companies which I need to update pricing on products of a certain brand. To do this manually is a nightmare. Is there a way that I can put a URL for that certain brand in a cell...
  2. J

    Extract specific text from the table

    I want the brand name to be extracted from a table, in a website in my excel sheet. There's this table which has information about the product's warranty, shipping and brand, which is under one single "div" element. So I'm unable to extract only the brand name, instead it extracts all the data...
  3. G

    VBA Web Scrapping: select item form List Box (DropDown List) by Name

    Hi, I'm trying to write a VBA script for Web Scrapping. I have to select an item form a ListBox (********** tag in HTML) by its name. Does anybody know how to do this? I'm using this libraries: 1. Microsoft Internet Controls 2. HTML Object Library Here you have some of the HTML code...
  4. V

    YouTube - extract data with VBA

    Hi everyone, I have been working on a code which I want to use to extract data from YouTube music video channels (such as: https://www.youtube.com/user/RihannaVEVO/about). The data I would like to extract is: 1. Number of subscribers 2. Number of views In the code below, I have entered a...
  5. 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...
  6. 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 =...
  7. R

    Excel 2010 VBA - Pull Table from website

    Trying to pull weather forecast using https://www.wunderground.com/cgi-bin/findweather/getForecast?. I would like to pull the future high forecast for upcoming dates. I am having troubling pulling the table, does anyone have any advice for me? Code is posted below. Sub Weather_Scrape() 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