Amazon affiliate api get all information with your affiliate tag

Hello.
I have an Amazon api key optins where you get all information about product listed on amazon with affiliate tag.

You can get Single product info by passing ASIN id, and also get search result bypassing keyword in Curl n you will get Json in return with live pricing its very easy to implement.

Sample response

`

{“ItemsResult”:{“Items”:[{“ASIN”:“B071Z8M4KX”,“DetailPageURL”:“https://www.amazon.in/dp/B071Z8M4KX?tag=kaps187-19&linkCode=ogi&th=1&psc=1",“Images”:{“Primary”:{“Large”:{“Height”:500,“URL”:"https://m.media-amazon.com/images/I/31IdiM9ZM8L.SL500.jpg”,“Width”:500}}},“ItemInfo”:{“ByLineInfo”:{“Brand”:{“DisplayValue”:“Boat”,“Label”:“Brand”,“Locale”:“en_IN”},“Manufacturer”:{“DisplayValue”:“Imagine Marketing Pvt Ltd”,“Label”:“Manufacturer”,“Locale”:“en_IN”}},“Features”:{“DisplayValues”:[“Has a durable PVC Cable which is tangle free”,“Compatibility and Connectivity: Compatible with Android/iOS and connectivity via 3.5mm AUX cable”,“IPX Rating: NA”,“Active Noise Cancellation: NA, The cable is 1200mm long”,“Mic: In line Mic”,“Other Inclusions: Additional earbuds, Warranty Card, Carry Pouch”,“1 year warranty from the date of purchase, you can activate your warranty by giving a missed call on 9223032222. Alternatively you can claim your warranty at support.boat-lifestyle.com or reach out to us at +912249461882/[email protected]”],“Label”:“Features”,“Locale”:“en_IN”},“Title”:{“DisplayValue”:“boAt Bassheads 100 in Ear Wired Earphones with Mic(Black)”,“Label”:“Title”,“Locale”:“en_IN”}}}]}}

{
  "ItemsResult": {
    "Items": [
      {
        "ASIN": "B071Z8M4KX",
        "DetailPageURL": "https://www.amazon.in/dp/B071Z8M4KX?tag=kaps187-19&linkCode=ogi&th=1&psc=1",
        "Images": {
          "Primary": {
            "Large": {
              "Height": 500,
              "URL": "https://m.media-amazon.com/images/I/31IdiM9ZM8L._SL500_.jpg",
              "Width": 500
            }
          }
        },
        "ItemInfo": {
          "ByLineInfo": {
            "Brand": {
              "DisplayValue": "Boat",
              "Label": "Brand",
              "Locale": "en_IN"
            },
            "Manufacturer": {
              "DisplayValue": "Imagine Marketing Pvt Ltd",
              "Label": "Manufacturer",
              "Locale": "en_IN"
            }
          },
          "Features": {
            "DisplayValues": [
              "Has a durable PVC Cable which is tangle free",
              "Compatibility and Connectivity: Compatible with Android/iOS and connectivity via 3.5mm AUX cable",
              "IPX Rating: NA",
              "Active Noise Cancellation: NA, The cable is 1200mm long",
              "Mic: In line Mic",
              "Other Inclusions: Additional earbuds, Warranty Card, Carry Pouch",
              "1 year warranty from the date of purchase, you can activate your warranty by giving a missed call on 9223032222. Alternatively you can claim your warranty at support.boat-lifestyle.com or reach out to us at +912249461882/[email protected]"
            ],
            "Label": "Features",
            "Locale": "en_IN"
          },
          "Title": {
            "DisplayValue": "boAt Bassheads 100 in Ear Wired Earphones with Mic(Black)",
            "Label": "Title",
            "Locale": "en_IN"
          }
        }
      }
    ]
  }
}

If anyone needed please DM me.

Why amazon Affiliate.
Because now a days amazon affiliate is trending and growing day by day and we have good opportunity to grow to gather.
`