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

I want to fetch details of all the book titles available on amazon's web store. I know how to fetch data through Advertising API but only with the "ItemIDs" available with me. Please help on how can I fetch all of them.
Posted
Updated 10-Jun-12 22:28pm
v2

1 solution

how can I fetch all of them.
I doubt if you can. API exposed takes itemID as a parameter and thats the way it is implemented. From Amazon/business perspective, it makes sense to share item based API. Why would they expose their whole product line directly?
 
Share this answer
 
Comments
Sunny_Kumar_ 11-Jun-12 4:56am    
I appreciate your suggestion, but my point of doing this is to collect book titles (ISBNs) from amazon itself, rater than collecting it from a publishing company.
Sandeep Mewara 11-Jun-12 5:20am    
Agreed. You might be doing for good reason but Amazon has it's own reason not to expose such volume of data.
Sunny_Kumar_ 11-Jun-12 5:23am    
Anyway...Thanks again for your time :)

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