jmwri / amazon-wishlist
A web scraper to get the contents of Amazon wishlists.
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 170
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 0
Open Issues: 0
Language:HTML
Requires
- electrolinux/phpquery: ^0.9.6
Requires (Dev)
- codeclimate/php-test-reporter: dev-master
- phpunit/phpunit: *
README
https://github.com/jmwri/amazon-wishlist
This package is used to retrieve Amazon Wishlist data. There is no official API so this package uses web scraping. It only supports the new Amazon Wishlist design.
The following Amazon stores have wishlist functionality:
- UK
- USA
- Canada
- Brazil
- Japan
- Germany
- France
- India
- Italy
- Spain
Amazon Wishlist uses phpQuery (server-side CSS3 selector driven DOM API based on jQuery) to scrape Amazon's Wishlist page.
- Scrapes the following from your Amazon Wishlist:
- Item name
- Item link
- Price of item when added to wish list
- Current price of item
- Date added to wish list
- Priority (set by you)
- Item rating
- Total ratings
- Comments on item (set by you)
- Picture of item
- Great to host your own wishlist
- I recommend you cache so as not to hit Amazon too much
- Supports multi-page Amazon Wishlist's as well as Amazon Wishlist 'ideas'
Getting Started
To get started, you need to create an instance of AmazonSource
and use that to construct an AmazonWistlist
instance. The minimum required parameters are $id
and $tld
. There is more information on all parameters below.
Amazon ID
You can find your Amazon ID by navigating to your wishlist. You will see a URL similar to https://www.amazon.co.uk/gp/registry/wishlist/2EZ944B2S8C5Q/ref=cm_wl_list_o_0?
. My Amazon ID from that URL is 2EZ944B2S8C5Q
so you can grab yours from there.
Amazon Country
The tld
parameter is used to target the right Amazon region. For example, the UK website is www.amazon.co.uk
so the UK TLD is .co.uk
.
Defaults to .co.uk
.
Tested with the following TLDs:
.co.uk
.com
.ca
.com.br
.co.jp
.de
.fr
.in
.it
.es
The following regions do not currently offer wishlists:
.com.au
.com.mx
.nl
Reveal
With the reveal
parameter you can filter which wishlist items to keep.
Defaults to unpurchased
.
Options:
unpurchased
purchased
all
Sort
The sort
parameter dictates which order the wishlist items will be returned in.
Defaults to date
.
Options
date
priority
title
price-low
low to highprice-high
high to lowupdated
Amazon Associate / Affiliate tag
You can optionally pass your affiliate tag to the $affiliateTag
parameter. This parameter has no default.
Output Formats
Currently Amazon Wishlist supports the following formats:
array
json
Usage
Source
source = new AmazonSource('2EZ944B2S8C5Q');
$wishlist = new AmazonWishlist($source);
echo $wishlist->getJson(true);
Output
[
{
"name": "Sony PlayStation 4 500GB Console (Black)",
"link": "http:\/\/www.amazon.co.uk\/dp\/B00BE4HOIM\/ref=wl_it_dp_v_S_ttl\/256-6368890-3574062?_encoding=UTF8&colid=2EZ944B2S8C5Q&coliid=I2W9NEKJBMRSCD",
"old_price": "N\/A",
"new_price": "\u00a3246.00",
"date_added": "14 November, 2016",
"priority": "Low",
"rating": "4.3",
"total_ratings": "1,879",
"comment": "PS4 test",
"picture": "https:\/\/images-eu.ssl-images-amazon.com\/images\/I\/41tFHNWXlPL._SL500_SL135_.jpg",
"page": 1,
"asin": "B00BE4HOIM",
"large_ssl_image": "https:\/\/images-eu.ssl-images-amazon.com\/images\/I\/41tFHNWXlPL._SL500_SL1350_.jpg",
"affiliate_url": "http:\/\/www.amazon.co.uk\/dp\/B00BE4HOIM\/ref=nosim?tag=",
"author": "1"
},
{
"name": "Node.js for Embedded Systems",
"link": "http:\/\/www.amazon.co.uk\/dp\/1491928999\/ref=wl_it_dp_v_nS_ttl\/256-6368890-3574062?_encoding=UTF8&colid=2EZ944B2S8C5Q&coliid=I3SIHYPJ5JCJLY",
"old_price": "N\/A",
"new_price": "\u00a315.99",
"date_added": "14 November, 2016",
"priority": "High",
"rating": "N\/A",
"total_ratings": "",
"comment": "Test comment",
"picture": "https:\/\/images-eu.ssl-images-amazon.com\/images\/I\/51rg3F-fi3L._SL500_SL135_.jpg",
"page": 1,
"asin": "1491928999",
"large_ssl_image": "https:\/\/images-eu.ssl-images-amazon.com\/images\/I\/51rg3F-fi3L._SL500_SL1350_.jpg",
"affiliate_url": "http:\/\/www.amazon.co.uk\/dp\/1491928999\/ref=nosim?tag=",
"author": "Patrick Mulder"
},
{
"name": "Microsoft Xbox One 500GB Console - Black",
"link": "http:\/\/www.amazon.co.uk\/dp\/B00CM1KUVE\/ref=wl_it_dp_v_S_ttl\/256-6368890-3574062?_encoding=UTF8&colid=2EZ944B2S8C5Q&coliid=I2OANBB4P898C7",
"old_price": "N\/A",
"new_price": "\u00a3214.99",
"date_added": "5 November, 2016",
"priority": "",
"rating": "4.0",
"total_ratings": "560",
"comment": "",
"picture": "https:\/\/images-eu.ssl-images-amazon.com\/images\/I\/41GT6C4wqXL._SL500_SL135_.jpg",
"page": 1,
"asin": "B00CM1KUVE",
"large_ssl_image": "https:\/\/images-eu.ssl-images-amazon.com\/images\/I\/41GT6C4wqXL._SL500_SL1350_.jpg",
"affiliate_url": "http:\/\/www.amazon.co.uk\/dp\/B00CM1KUVE\/ref=nosim?tag=",
"author": ""
},
{
"name": "Jim Dunlop Nylon Guitar Picks \/ Plectrums (Handy pack of 6 Picks)",
"link": "http:\/\/www.amazon.co.uk\/dp\/B000Q8479G\/ref=wl_it_dp_v_nS_ttl\/256-6368890-3574062?_encoding=UTF8&colid=2EZ944B2S8C5Q&coliid=IRWRMX6CVN0BT",
"old_price": "N\/A",
"new_price": "\u00a32.29",
"date_added": "2 November, 2016",
"priority": "",
"rating": "4.8",
"total_ratings": "125",
"comment": "",
"picture": "https:\/\/images-eu.ssl-images-amazon.com\/images\/I\/21dxJZ3XQfL._SL500_SL135_.jpg",
"page": 1,
"asin": "B000Q8479G",
"large_ssl_image": "https:\/\/images-eu.ssl-images-amazon.com\/images\/I\/21dxJZ3XQfL._SL500_SL1350_.jpg",
"affiliate_url": "http:\/\/www.amazon.co.uk\/dp\/B000Q8479G\/ref=nosim?tag=",
"author": ""
}
]