README
¶
Amazon Product WebScraper (Go)
A simple amazon webscraper written in Go. Scrapes amazon's products based on a search term and generates a csv with the results.
Usage:
go run webscraper.go <search term> <pages to scrape>
Example:
go run webscraper.go skateboard 5
CSV output fields:
price
name
url
Documentation
¶
There is no documentation for this package.
Click to show internal directories.
Click to hide internal directories.