Skip to content

Instantly share code, notes, and snippets.

@mottet-dev
Created June 11, 2019 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mottet-dev/f2fc43cf195dbb787f546525712c837f to your computer and use it in GitHub Desktop.
Save mottet-dev/f2fc43cf195dbb787f546525712c837f to your computer and use it in GitHub Desktop.
Handle Pagination - Go Colly Advanced
for i := 1; i <= 20; i++ {
fullURL := fmt.Sprintf("https://www.amazon.com/s?k=nintendo+switch&page=%d", i)
c.Visit(fullURL)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment