I'm looking for a way to scrape author names and the linked author pages from a list of URLs. I've had a play around and searched everywhere and haven't been able to come up with a solution. I assume we need to locate a tag that contains "author" and return the text, and when the author name is linked to a url, return that as well?
Any help would be greatly appreciated!