2017-04-25

In this article, I will cover what I believe are the most common values you would want to scrape from a website. Think along the lines of:

  • the content of h1, h2, h3 tags etc.
  • anchor tags
  • the links to all of the images
  • the alt tags of images

Tools

In these code examples I wi...

Continue reading...