Overview Introduction Ethics and guidelines of scraping Prerequisites Make an HTTP GET request Make an HTTP GET request with timeout Set HTTP headers (Change user agent) Download a URL Use substring matching to find page title Use regular expressions to find HTML comments Use goquery to find all links on a page Parse URLs Use goquery to find all images on a page Make an HTTP POST request with data