Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SEARCH A PRODUCT AND PRICE
Message
General information
Forum:
Visual Basic
Category:
Internet applications
Miscellaneous
Thread ID:
00454917
Message ID:
00454928
Views:
19
>Hi all!
>
>Can someone help me find a sample code for serching a price of a product for a given website. The program must find the price for the product without user having to brows thru each page.
>
>is this possible?
>
>I Appreciate any help.


Hi Lal,

What you are asking for is tricky. Without going through an available API or web service offered by the product catalog software on the website, you would likely have to implement this using some type of screen scraping approach. Problem with this is that as soon as the layout of the page is changed, your code potentially breaks.

Some websites could offer APIs or web services that allow you to present their content as if it were your own (as in the FedEx shipment tracker, misc. stock tickers, etc..). This is a much better way to go, obviously, but you are limited to what sites offer such services.

What types of products are you searching for?
Phil
_____________________________
Phil Miles
http://www.philmiles.com
phil@philmiles.com
Previous
Reply
Map
View

Click here to load this message in the networking platform