ColdFusion Amazon Web Service ItemSearch

A few days ago I blogged on how to use the amazon web service ecommerce API to query for a list of products and get a struct of the results. I have cleaned up the code and tested it with BlueDragon and CFMX 6.1.

I call it AmazonCFC.

Right now the only function is ItemSearch. It should be pretty easy for someone to modify should they need to and it is free for anyone to use. Over time I will add other methods.

It gathers artist, title, ASIN, category (group), and detail URL based on a search string. Many filters allow you to refine your search and the number of results.

Download Here

Example Use:

view plain print about
1<cfinvoke component = "amazonWS" method = "itemSearch" returnVariable = "amazonresults"
2searchstring = "Bon Jovi"
3grouptypes="Apparel,DVD,Music,VHS,Video"
4accesskey=""
5maxpages = "5"
6merchantId = "All"
7condition = "All"
8availability = "Available"
9>

10
11<cfdump var="#amazonresults#">

For more on amazon web services check out aws.amazon.com

TweetBacks
Comments (Comment Moderation is enabled. Your comment will not appear until approved.)

NAVIGATION

Home
About Me

RSS


Search

Subscribe

Enter your email address to subscribe to this blog.

Recent Entries

Google TV Review
Playbook - Developers It's Time To Get Started
cf.Objective 2011 - Speak Your Mind
Timesheets, Project Management, and Invoicing - FreshBooks Review
A New Phase of My Life

Recent Comments

OTA OK?
AnoraDD said: I get 18 of these exact sms's everyday! How do I get it to STOP?!? [More]

Coldfusion Hosting with Network Solutions
LIzm said: Ugh. I have a client who insists on hosting with them and two weeks after first contact, a very simp... [More]

IE nested list item whitespace solution: vertical-align:bottom
Lauren said: Thought I'd add to the thank yous... Thank you! [More]

OTA OK?
Rita said: Thank you, this was very helpful. [More]

OTA OK?
diggs said: Just got it today, T-Mobile. Thanks for the articale about it. [More]

Calendar

Sun Mon Tue Wed Thu Fri Sat
   1234
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29    

Archives By Subject

blogs (31) [RSS]
books (4) [RSS]
Consulting (2) [RSS]
Crazy (39) [RSS]
DIY (8) [RSS]
Flex (3) [RSS]
games (10) [RSS]
GRRR (13) [RSS]
Ideas (11) [RSS]
Local (15) [RSS]
LOLpics (2) [RSS]
money (9) [RSS]
music (3) [RSS]
Personal (28) [RSS]
Photos (8) [RSS]
Politics (8) [RSS]
Projects (22) [RSS]
Review (20) [RSS]
RPM (9) [RSS]
Spam (16) [RSS]
Technology (69) [RSS]
Testing (3) [RSS]
TV (15) [RSS]
video (32) [RSS]
Web Dev (230) [RSS]
World of Warcraft (16) [RSS]