Click here to Skip to main content
15,892,480 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi...I am familiar with C# programming language.I am a newB in C#.net programming.
I like to extract the data from a website(www.shopzilla.com, www.shopping.com) and store it to my database running on my machine.

Is that possible in c#. If so which API I should use.
for example, i want to fetch price and retailer name of any product and store it into my database using c#.net.Can anyone tell me how to implement this in C#.net..

thanks in advance
Posted
Updated 1-Jan-12 19:21pm
v2

1 solution

You need to learn techniques related to Web scraping. I tried to explain how they work in my past answers:
get specific data from web page[^],
How to get the data from another site[^].

—SA
 
Share this answer
 
Comments
Albert Holguin 8-Jan-12 1:22am    
Good info, +5

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