Thanks to visit codestin.com
Credit goes to github.com

Skip to content

lstomberg/jordan-scrapes-amazon-for-products-to-sell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Product Finder

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.

Getting Started

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

Full Guide

Prerequisites

Tested on Node v8.11.2 and NPM v5.6.0.

Installing

After installing NodeJS you should be able to just run the following in the terminal.

npm i

Built With

Authors

License

This project is licensed under the ISC License

About

Puppeteer scraper that will use keyword searches to search for products that may be worth selling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published