Click here to Skip to main content
15,896,153 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,


I want to scrape the content of the site:

http://eastcostcars08.webzone.ie/usedcars/index.cfm?fuseaction=search&CFID=14583613&CFTOKEN=45635043[^]


using C#.net

Thanks,

Krishna
Posted
Updated 24-Mar-10 2:24am
v2

Do a search through the articles here on CP: this subject has been covered a number of times: Screen Scrape[^].
 
Share this answer
 
There are at least THREE articles here on CP (and probably many more) that illustrate how to scrape a web page. Do a search, and you'll find them.

Search for "CP Vanity", or "Code Project Article Scraper"...

Or google the WebClient object, or alternatively, the HtmlAgility library (on CodePlex).
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900