Example with wget:
wget --no-parent -rpk --wait=1 --random-wait https://wbsite.com/page
--no-parent
prevents going up in the URLs
--wait=1 --random-wait
slows down request and add jitter to go easy on the server
If it needs a connected session:
--header="Cookie: session=xxxx"