Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 855 Bytes

README.md

File metadata and controls

27 lines (25 loc) · 855 Bytes

Go SEMRush

A small client for SEMRush API.

Usage

Usage of go-semrush:
  -api string
    	API Key given by SEMRush
  -async
    	50x faster, result returned is shuffled, spends more API points because connects once for each URL instead for each domain
  -domain
    	The first column of the CSV file is the domain name instead of the url 
  -f string
    	CSV file with the url in the first column
  -header
    	First row of file is header
  -lang string
    	SEMRush language database (default "us")

Go Tutorials