{"id":16997313,"url":"https://github.com/stylesuxx/amazon-wish-list","last_synced_at":"2025-04-12T05:42:20.605Z","repository":{"id":57177151,"uuid":"45809474","full_name":"stylesuxx/amazon-wish-list","owner":"stylesuxx","description":"NPM module to find amazon wish lists by their ID or multiple lists by customer ID.","archived":false,"fork":false,"pushed_at":"2017-10-18T14:48:40.000Z","size":44,"stargazers_count":15,"open_issues_count":4,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-12T05:42:16.464Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stylesuxx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-09T02:11:24.000Z","updated_at":"2022-12-08T05:52:21.000Z","dependencies_parsed_at":"2022-08-27T13:11:47.827Z","dependency_job_id":null,"html_url":"https://github.com/stylesuxx/amazon-wish-list","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stylesuxx%2Famazon-wish-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stylesuxx%2Famazon-wish-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stylesuxx%2Famazon-wish-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stylesuxx%2Famazon-wish-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stylesuxx","download_url":"https://codeload.github.com/stylesuxx/amazon-wish-list/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248525162,"owners_count":21118616,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T03:54:26.015Z","updated_at":"2025-04-12T05:42:20.572Z","avatar_url":"https://github.com/stylesuxx.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Amazon Wish List\n[![npm version](https://badge.fury.io/js/amazon-wish-list.svg)](https://badge.fury.io/js/amazon-wish-list) ![Amount of Downloads per month](https://img.shields.io/npm/dm/amazon-wish-list.svg \"Amount of Downloads\") [![Build pass](https://travis-ci.org/stylesuxx/amazon-wish-list.svg?branch=master)](https://travis-ci.org/stylesuxx/amazon-wish-list?branch=master)  [![Dependencies](https://david-dm.org/stylesuxx/amazon-wish-list.svg)](https://david-dm.org/stylesuxx/amazon-wish-list) [![devDependencies Status](https://david-dm.org/stylesuxx/amazon-wish-list/dev-status.svg)](https://david-dm.org/stylesuxx/amazon-wish-list?type=dev) ![Node Version](https://img.shields.io/node/v/amazon-wish-list.svg \"Node Version\")\n\n\u003e A JavaScript scraper to look up public amazon wish lists by customer or wish list id.\n\n## Installation\n    npm install amazon-wish-list --save\n\n## Usage\n``` JavaScript\nvar AmazonWishList = require('amazon-wish-list');\nvar awl = new AmazonWishList();\n\nawl.getById('NDDVVVWMJ6AN').then(function(list) {\n  console.log(list);\n});\n```\n\n## Available methods\nThe *AmazonWishList* class provides the following methods:\n\n* getById(listId, filter = 'unpurchased', sort = 'date')\n* getByCid(cid, filter = 'unpurchased', sort = 'date')\n\nValid *filter* values are:\n* unpurchased\n* purchased\n* all\n\nValid *sort* values are:\n* date\n* price\n* price-desc\n* title\n* priority\n\n## Tested and working amazon TLD's\n* de\n* co.uk\n* com\n\nIf you use a TLD not mentioned here, please post your findings to the issue section.\n\n## Testing\nSince this is a scraper and relys on the amazon page not changing, an extensive test suite is provided and may be invoked by running:\n\n    npm run test\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstylesuxx%2Famazon-wish-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstylesuxx%2Famazon-wish-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstylesuxx%2Famazon-wish-list/lists"}