list-of-brands
Version:
List of 40,000 brands based on amazon product listings
49 lines (33 loc) • 1.33 kB
Markdown
# list-of-brands
List of 40,000 brands based on amazon product listings.
## Installation
```sh
npm i list-of-brands
```
## Usage
```javascript
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](http://cseweb.ucsd.edu/~jmcauley/pdfs/emnlp19a.pdf), [webpage](https://nijianmo.github.io/amazon/index.html)
## See Also
- [list-of-companies](https://www.npmjs.com/package/list-of-companies) - Companies based on LinkedIn mentions
- [companies-list](https://www.npmjs.com/package/companies-list) - Fortune 1000
- [big-companies](https://www.npmjs.com/package/big-companies) - Large companies
[](https://www.npmjs.com/~stonkpunk)