Click here to Skip to main content
15,890,123 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:

I have an application where in where I need to search for Laptop , it should across dell and sony and return the results in my page and when I click on those items it should take me to those sites.

Can you please let me know how to go with this

Posted

While searching Code Project for something unrelated, I found this article, which based on a cursory read may be what you are looking for: http://www.codeproject.com/KB/IP/Searcharoo_3.aspx

 
Share this answer
 

Unfortunately I do not believe there is a single simple answer for this.  By the sounds of it you would need to do the following:

1. Understand the exact structure of the HTML as it resides in each site that you are targetting.

2. Write some code that would download these target pages on demand.  This can be much more difficult than what you might think, given that many product pages can be dynamic in nature (not static web pages).

3. Parse the HTML from the target pages and glean the useful information.

My recommendation: attempt to accomplish this using some third party application or web site.

Tim.

 
Share this answer
 

Thnx for the Reply.

Hi Mark...

i am trying to implement the same in my project

 
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