Click here to Skip to main content
15,890,527 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I would like to create a project in VB.NET that would go on Amazon and collect information such as price Author and everything about it. I can work out how to input the data and how to output the data but I am struggling with getting the data from Amazon. does anyone know how to do this and can you please tell me. thank you in advance Phil
Posted

1 solution

Don't try to glean the information from the page. Amazon is constantly changing their site and the pages are dynamically generated.

It's expressly for this reason that they've created a product API that you can use to access the product data they host. Googling will find a ton of info for your project.

Here's an older link but it might point you in the right direction.

http://channel9.msdn.com/coding4fun/articles/Using-the-Amazon-Web-Service[^]

Cheers.
 
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