Back to articles

Tag archive

#lxml

An Intro to Web Scraping with lxml and Python
Jun 11, 2018

An Intro to Web Scraping with lxml and Python

In this post, you will learn how to use lxml and Python to scrape data from Steam. I will teach you the basics of XPath so that you can scrape data from any similar website easily. In the end, you will also learn how to generate a JSON output from your script. So what are you waiting for? Let's begin!

Jun 11, 20189 min read231 reactions6 comments