Can I use "cURL" or "wget" to click on the links on a page?
by n00b_noob from LinuxQuestions.org on (#5FSMA)
Hello,
On a web page, I want to click on all links. Can I use "cURL" or "wget" for this task?
I saw https://askubuntu.com/questions/6390...tiple-webpages and also found below "wget" command:
Code:$ wget -r -p -k http://websiteBut, it download whole of a web site. I just want to click on all links on a page. For example, Consider https://www.amazon.com/s?k=linux&i=s...ref=nb_sb_noss URL, you can see a list of books on that page, I want to use cURL or wget tool, to click on all books on that page.
Thank you.


On a web page, I want to click on all links. Can I use "cURL" or "wget" for this task?
I saw https://askubuntu.com/questions/6390...tiple-webpages and also found below "wget" command:
Code:$ wget -r -p -k http://websiteBut, it download whole of a web site. I just want to click on all links on a page. For example, Consider https://www.amazon.com/s?k=linux&i=s...ref=nb_sb_noss URL, you can see a list of books on that page, I want to use cURL or wget tool, to click on all books on that page.
Thank you.