Click here to Skip to main content
15,886,362 members
Articles / Web Development / ASP.NET

WebSite Scraping

Rate me:
Please Sign up or sign in to vote.
4.97/5 (19 votes)
1 Jun 2013CPOL7 min read 91.6K   9K   73  
Website scraping using Watin
<?xml version="1.0" encoding="utf-8" ?>
<Fashion>
  <ProductDetail>
    <ProductID>M45</ProductID>
    <ProductName>Men Black Genuine Leather Trench Coat Belted SM</ProductName>
    <ProductPrice>$32.85</ProductPrice>
    <ColorAvailable>Black, Blue</ColorAvailable>
    <DeliveryDays>14</DeliveryDays>
  </ProductDetail>
  <ProductDetail>
    <ProductID>M50</ProductID>
    <ProductName>Gucci Tom Ford by Zegna Runway Black Flannel Pinstripe Suit Double Breasted 44 R</ProductName>
    <ProductPrice>$160.00</ProductPrice>
    <ColorAvailable>Green, Blue</ColorAvailable>
    <DeliveryDays>10</DeliveryDays>
  </ProductDetail>
  <ProductDetail>
    <ProductID>M55</ProductID>
    <ProductName>BAR and SHIELD MENS HOODIE</ProductName>
    <ProductPrice>$160.00</ProductPrice>
    <ColorAvailable>Red, Black and Yellow</ColorAvailable>
    <DeliveryDays>10</DeliveryDays>
  </ProductDetail>
  <ProductDetail>
    <ProductID>M60</ProductID>
    <ProductName>GUIDE BLACK WIND JACKET</ProductName>
    <ProductPrice>$85.00</ProductPrice>
    <ColorAvailable>Black</ColorAvailable>
    <DeliveryDays>7</DeliveryDays>
  </ProductDetail>
  <ProductDetail>
    <ProductID>M65</ProductID>
    <ProductName>Three Stripes Polo Sport Shirt</ProductName>
    <ProductPrice>$30.00</ProductPrice>
    <ColorAvailable>Black, Blue, Red, White</ColorAvailable>
    <DeliveryDays>10</DeliveryDays>
  </ProductDetail>
  <ProductDetail>
    <ProductID>M70</ProductID>
    <ProductName>Dark Green - Merino Wool</ProductName>
    <ProductPrice>$128.50</ProductPrice>
    <ColorAvailable>Dark Green</ColorAvailable>
    <DeliveryDays>10</DeliveryDays>
  </ProductDetail>
  <ProductDetail>
    <ProductID>M75</ProductID>
    <ProductName>Soccer Training Running Warm Up Pants</ProductName>
    <ProductPrice>$102.50</ProductPrice>
    <ColorAvailable>Black, Green</ColorAvailable>
    <DeliveryDays>12</DeliveryDays>
  </ProductDetail>
  <ProductDetail>
    <ProductID>M80</ProductID>
    <ProductName>MILITARY-STYLE CARGO Pants</ProductName>
    <ProductPrice>$25.00</ProductPrice>
    <ColorAvailable>Coffee</ColorAvailable>
    <DeliveryDays>5</DeliveryDays>
  </ProductDetail>
  <ProductDetail>
    <ProductID>M85</ProductID>
    <ProductName>FDNY JOB SHIRT PULLOVER</ProductName>
    <ProductPrice>$55.50</ProductPrice>
    <ColorAvailable>Black</ColorAvailable>
    <DeliveryDays>3</DeliveryDays>
  </ProductDetail>
</Fashion>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
India India
I love programming and curious to learn innovative way in programming.

I am expert in MVC, .NET, SQL Server, LINQ, WATIN.

Comments and Discussions