1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

What if price changes while you list amazon products on your website with prices?

Discussion in 'Amazon' started by hope2life, Jul 13, 2012.

  1. #1
    Hi,

    Prices of the products may change anytime ok?
    When you list the amazon product with price today, after 6-24 months price may change and then the price listed on your website will be wrong information.
    How you guys manage this in amazon affiliate?
    Do you update prices every time? How can you manage to update prices when you have thousands of amazon products listed on your website?
    Or is there any way to retrieve prices from amazon website using some scripts so that price change are reflected immediately on the affiliate website.

    Any help regarding this would be appreciated.
     
    hope2life, Jul 13, 2012 IP
  2. V-B

    V-B Greenhorn

    Messages:
    44
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    18
    #2
    As for me I update my products prices manually from time to time.
     
    V-B, Jul 14, 2012 IP
  3. nihangshah

    nihangshah Prominent Member

    Messages:
    5,536
    Likes Received:
    271
    Best Answers:
    3
    Trophy Points:
    395
    #3
    I use "Click here to check price" on some of my sites. People click on my affiliate link, check the price direct from Amazon and decide to buy or not.

    Some people create Squidoo lenses that use this technique.
     
    nihangshah, Jul 15, 2012 IP
  4. bob25

    bob25 Well-Known Member

    Messages:
    1,519
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    128
    #4
    Unless you're using the API and pulling from their feeds I'm pretty sure it's against their TOS and could get you banned by misrepresenting the price/description. There's some commercial plugins that pulls from their feeds and updates the prices automatically. Having a different price than what's listed at Amazon is a no-no.
     
    bob25, Jul 15, 2012 IP
  5. VictorK

    VictorK Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    The prices of most commodity products change daily depending on the needs of the sellers...why would you want to commit yourself to a price and have your reader see another price on AZ?
    Make a general statement about the 'value' is my suggestion.
     
    VictorK, Jul 15, 2012 IP
  6. KristianI

    KristianI Greenhorn

    Messages:
    34
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    8
    #6
    Even when we use product advertising API, there is a requirement to add a timestamp adjacent to the price, when they are updated less frequently than hourly.
    So you should have something like this for every price:

    $159.00
    as of 7/16/2012 7:20 PDT - Details

    If clicked on the details this disclaimer should be shown:
    Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on amazon.com at the time of purchase will apply to the purchase of this product.
     
    KristianI, Jul 16, 2012 IP
  7. hope2life

    hope2life Active Member

    Messages:
    1,641
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    90
    #7
    I think to mention "Go to Amazon to check prices" is a good idea and not to directly mention price on the site.
     
    hope2life, Jul 16, 2012 IP
  8. hope2life

    hope2life Active Member

    Messages:
    1,641
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    90
    #8
    But how to use API to pull prices data from amazon feeds? How can I do this? I am a php programmer but don't understand API.
     
    hope2life, Jul 16, 2012 IP
  9. KristianI

    KristianI Greenhorn

    Messages:
    34
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    8
    #9
    The API is easy, you just need to understand it, and that's the problem. 4 months ago I was also like you.
    You just need to create the request, and the return is an XML, what you can parse with simplexml, and then it is easy(almost).

    There are examples how to create the request, just search for amazon api php, and you will find some tutorials. Some are really good.

    Even if you will be able to pull the info you need, the XML is a bit confusing. To find the actual price you need to check over about 4-5 things...

    If you don't have time for this, then the "Go to Amazon to check prices" is the easiest solution...
     
    KristianI, Jul 17, 2012 IP
  10. freelancewebaz

    freelancewebaz Well-Known Member

    Messages:
    976
    Likes Received:
    23
    Best Answers:
    1
    Trophy Points:
    145
    #10
    Yes you have to pull prices via their API in order to show them without violating TOS and show the time the price is current as of next to it as people have said above. Also, you're required to cache the information pulled from the API so as to not request the same information too often. If you don't cache and get too many requests you may have your API credentials revoked.

    Also, most of the PHP API stuff is outdated and doesn't reflect the need to hash and sign the request with HMAC and your affiliate tag so be careful.
     
    freelancewebaz, Jul 17, 2012 IP
  11. hope2life

    hope2life Active Member

    Messages:
    1,641
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    90
    #11
    Great. Thanks for all your help whoever participated in this debate.
     
    hope2life, Jul 18, 2012 IP