» Scraping Amazon Items Using Django Mash-Up » Django Aware
site. First you would search amazon with “007″ or “James Bond”. Select the best item from the several hundred that usually crop up. Then place the url in the tool as demonstrated at AwareLabs. Enter your Amazon Associate account number and click “Grab Amazon Items”. The Django form will scrape the Amazon page for all related items and present a list of items at the bottom along with the source code. You could easily modify the code to dump the items into a database based on user input. Maybe tie the tags entered by your users to a search on Amazon. Maybe do the process manually every week just to freshen up your website with new items. Whatever your use I hope this helps bridge the gap between Django powered sites and Amazon.com.