Click here to Skip to main content
16,019,087 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to extract data from another website database like as search engine.
Posted
Updated 7-Feb-11 19:26pm
v2

You cannot extract data from another website. Nobody would expose their database for outside world to sniff around.

What maximum you can do is search on others website and then try to scrap-webpage and show the result on yours.
 
Share this answer
 
You should use regex. C# provides a name space System.Text.RegularExpression which makes you possible to do web scrapping (more on this:http://www.c-sharpcorner.com/uploadfile/prasad_1/regexppsd12062005021717am/regexppsd.aspx)
 
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