+ Reply to Thread
Results 1 to 6 of 6
-
Registered User
- Join Date
- Feb 2007
- Posts
- 68
- Thanks
- 0
- Thanked 1 Time in 1 Post
Getting product feed data from Amazon UK
I have really struggled to get my head around the Amazon API in the past and I was wondering if there is any tutorials/advice out there from people who have had success.
I work with PHP/MySQL sites mainly and have a database I would love to fill with Amazon products but my XML/SOAP skills are very poor.
Can anyone advise the best way to get a product feed of some sort into my MySQL database.
Christmas preparations are underway!
Thanks
-
Re: Getting product feed data from Amazon UK
It sounds like you're having general problems communicating with their SOAP API, which given, is a pain to use.
Try searching for existing PHP libraries that'll take care the grunt of the work. e.g. Amazon API Access with PHP and XML (amazon, catalog, webservice, shop) - PHP Classes
Just out of interest, what are you plans once you have the database?
I've written a small web app with Ruby on Rails before which I used to create Adwords campaigns via their API for direct linking. This is a couple of years ago now. Worked fairly well, but I got annoyed with their 2 months delay in paying commission.
-
Registered User
- Join Date
- Aug 2003
- Location
- Colchester
- Posts
- 135
- Thanks
- 0
- Thanked 3 Times in 3 Posts
Re: Getting product feed data from Amazon UK
If you're looking for a PHP library for the Amazon API try Tarzan: A fast, powerful PHP toolkit for building web applications with Amazon Web Services.
It includes libraries for the associates api as well as other amazon api services.
-
Registered User
- Join Date
- Jun 2006
- Posts
- 322
- Thanks
- 1
- Thanked 23 Times in 23 Posts
Re: Getting product feed data from Amazon UK
For what it's worth the Amazon webservice can be a bit of a pig and of course has a learning curve. Have you looked at working with XML?
All you need to do is send Amazon a url with either a productid or some search terms (eg all books by John Grisham etc) plus the data you want back you receive an XML document in return which you can translate to HTML using some xsl. xsl is certainly easier to learn/use :-)
In effect you're querying Amazon's database rather than your own and no need to learn to use the webservice.
Cheers,
Jon
-
Registered User
- Join Date
- Mar 2008
- Location
- UK & Australia
- Posts
- 35
- Thanks
- 2
- Thanked 1 Time in 1 Post
Re: Getting product feed data from Amazon UK
Hi Jon,
I'd be interested to know what the URL is. Could you share it with us or point us in the right direction for how this works?
Thanks.
-
Registered User
- Join Date
- Jul 2007
- Posts
- 14
- Thanks
- 0
- Thanked 0 Times in 0 Posts
Re: Getting product feed data from Amazon UK
I have written a plugin that imports amazon products into a wordpress blog
have a look at Wordpress Amazon Import Plugin
see if it does what you need
Matt Houldsworth
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Amazon Web Services: do Amazon withhold some product data?
By Jubes in forum Independent ProgramsReplies: 1Last Post: 13-03-07, 09:52 PM -
Amazon Product Feed
By SmallBizSoftware in forum Affiliate Marketing LoungeReplies: 4Last Post: 31-01-06, 05:10 PM -
Pet Product Data Feed
By SmallBizSoftware in forum Affiliate WindowReplies: 2Last Post: 28-12-05, 05:44 PM -
Product Data Feed System
By paidonresults in forum Paid On ResultsReplies: 20Last Post: 22-12-04, 11:21 AM -
Amazon product feed
By will 68 in forum Independent ProgramsReplies: 3Last Post: 15-04-04, 02:17 PM


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks