Category "go-colly"

Scraping a simple website with colly in golang does not return any data

I'm trying to scrape a simple website that looks like this: <html> <head> </head> <body> <pre> "Name Surname 1 Name Su

How Can I log-in Amazon with Golang Colly

I am trying login to my amazon buyer account for getting tracking info. I made wordpress-woocommerce login and getting infos but I could not for Amazon. package

How to get html element inside script

using go-colly how to get element inside script tag? ie: <script language="Javascript">jQuery( document ).ready(function() {jQuery("#table-hold").html('&l