scrape

  1. T

    scrape html table - question...

    Say I have a table that will always contain RANDOM DATA (various product titles, prices, & ratings in no particular order). I noticed that sometimes either the "Price:" column or "Rating" column won't always have a value. So when I'm scraping multiple items into an array & sending each column...
  2. P

    Parsing HTML Extracting Values Between 2 Tags in WebBrowser

    Hi, I am a relative newby to VB.net and trying to build an app using webBrowser within a windows form to automatically navigate a site. However once the app reaches its destination I need to extract certain values from the html with the intent of writing these to a csv file for comparison at a...
Back
Top