https://github.com/johnkimdev/amazon-price-check
Amazon.com price check, item description & review, and more
https://github.com/johnkimdev/amazon-price-check
Last synced: 9 months ago
JSON representation
Amazon.com price check, item description & review, and more
- Host: GitHub
- URL: https://github.com/johnkimdev/amazon-price-check
- Owner: JohnKimDev
- Created: 2011-02-18T18:59:05.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-03-02T19:17:55.000Z (almost 15 years ago)
- Last Synced: 2025-01-22T17:29:30.466Z (11 months ago)
- Homepage:
- Size: 98.6 KB
- Stars: 21
- Watchers: 8
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a PHP API script for getting data from Amazon.com
With this script you can retrieve data like Amazon product price, Amazon market prices, review, description and more.
In order to use this API, you need Amazon Web Access (AWS) account.
You can create a free AWS account from here.
www.amazon.com/gp/aws/registration/registration-form.html
After you created the AWS account, you need following information.
Amazon AWS Access Key ID
Amazon Secret Access Key
Amazon Associate Tag
Please add these information in pricecheck.php
==========================================================================================================
[QueryString Options]
q : [Requred] search item (can either be UPS,ISBN,keyword, or category)
type : [Optional] http://www.amazon.com/gp/seller/asin-upc-isbn-info.html
search : [Optional] Amazon search index option (http://docs.amazonwebservices.com/AWSEcommerceService/4-0/ApiReference/SearchIndexValues.html)
num : [Optional] Return number of items (if omitted, the default value will be used. set -1 to get all possible number of items)
output : [Optional] xml/json/raw (default: raw)
[URL QueryStrings Format Examples]
http://example.com/amazon.php?q=vizio
http://example.com/amazon.php?q=vizio&output=json
http://example.com/amazon.php?q=9780764547164
http://example.com/amazon.php?q=9780764547164&type=UPC
http://example.com/amazon.php?q=9780764547164&type=ISBN&search=books
http://example.com/amazon.php?q=9780764547164&type=ISBN&search=books&num=3