amazon-keyword-scraper-go
amazon-keyword-scraper-go copied to clipboard
Amazon Keyword Suggestion Tool in GoLang. Tool will generate relevant Amazon Product Keywords with the number of active products per each keyword
My First App In Go
Amazon Keyword Suggestion Tool
From 1 keyword you can get up to hundred or even thousands Unique and Relevant Keywords with a Number of Active Products per each keyword and ready to be used on Amazon.
KeyWords are collected from Amazon Web API. Result will be saved to a csv file.
Latest Release
Example
akst -keyword "iphone" -limit 300
Result in CLI

CSV Example

Commands
-keyword string
keyword to use (default "iphone")
-limit int
number of keywords to collect (default 100)
-concurency int
the number of goroutines that are allowed to run concurrently (default 2)
