Searches Amazon by keyword and finds potential products to sell based on certain criteria such as number of vendors, buybox price, and whether it's sold by Amazon.
Clone the repository, run npm i, and then npm start in a terminal/bash/command prompt.
It will output an array of product objects with items like price, brand name, and total buybox vendors.
You can adjust the criteria easily by adjusting the variables found at the top of src/index.ts.
There are script options to run this headless or on an ubuntu webserver.
To run on ubuntu:
npm run start:ubuntu
To run headless:
npm run start:headless
Tested on Node v8.11.2 and NPM v5.6.0.
After installing NodeJS you should be able to just run the following in the terminal.
npm i
- Jordan Hansen - Initial work - Jordan Hansen
This project is licensed under the ISC License