list-of-brands

List of 40,000 brands based on amazon product listings.

Usage no npm install needed!

<script type="module">
  import listOfBrands from 'https://cdn.skypack.dev/list-of-brands';
</script>

README

list-of-brands

List of 40,000 brands based on amazon product listings.

Installation

npm i list-of-brands

Usage

console.log(require('list-of-brands'));

//[brand, category, number-of-products]

// [
//     [ 'Majestic', 'Sports & Outdoors', 10513 ],
//     [ 'WinCraft', 'Sports & Outdoors', 10444 ],
//     [ 'adidas', 'Sports & Outdoors', 9636 ],
//     [ 'Disney', 'Toys & Games', 7213 ],
//     [ 'Nike', 'Sports & Outdoors', 6441 ],
//     [ 'Sony', 'Electronics', 5883 ],
//     [ 'MyBat', 'Cell Phones & Accessories', 5698 ],
//     [ 'Reebok', 'Sports & Outdoors', 5673 ],
//     ...

Dataset Citation

Justifying recommendations using distantly-labeled reviews and fined-grained aspects
Jianmo Ni, Jiacheng Li, Julian McAuley
Empirical Methods in Natural Language Processing (EMNLP), 2019

pdf, webpage

See Also