I need to fetch some journals issues, in example like this: www.sciencedirect.com/science/journal/00963003/124/1
You may check this part to be constant:
string = "https://www.sciencedirect.com/science/journal/00963003"
I read here that I can do something like
src=Import["https://www.sciencedirect.com/science/journal/00963003/124/1","HTML"]
But this is only for one issue. In this example there are as many as 310 volumes and each volume may have none, 1, 2, 2-3,3 or 4 issues. Is it possible to write a script in matematica to fech all HTML pages of issues at once, or at least at minimal number of fetching trials? Sorry, I cannot make more than 2 links, so some links are without https://
Importstates that I'm "Not entitled to full text". I don't know how to incorporate permissions in such requests. – David G. Stork May 03 '17 at 18:41