Parse This
Articles from the Zyte blog in Parse This.

How to parse HTML tables into structured data (CSV/Excel)
In this guide, you'll learn three things: how HTML tables are actually structured (so the parsing makes sense), how to extract clean tabular data using Python, and how to export it to CSV or Excel

A Practical Guide to Python XML Parsing
Learn how Python parses XML. XML is a powerful markup language that enables the representation of hierarchical data, making it perfect for scenarios where the relationships between data points need to be expressed explicitly.
![JSON Parsing with Python [Practical Guide]](/_next/image/?url=https%3A%2F%2Fextract.zyte.com%2Fapi%2Fmedia%2Ffile%2Fjson-parsing-with-python-hero-1-1200x630-qxGk7q0hXsCKlTSSTGo73YeO5qEHaa.png&w=3840&q=75)
JSON Parsing with Python [Practical Guide]
Learn how to parse JSON data with Python. This guide covers libraries, methods, and advanced tools like JMESPath and ChompJS.

How to Extract Data From HTML Table
Learn how to extract data from a HTML table with step-by-step instructions. Get all the tips on extracting data from an HTML table in Python and Scrapy.

Extract JSONs Like A Pro With Chompjs And JMESPath
Easily get data from nested dictionaries within blocks of javascript code with these tips that facilitate how you extract JSONs.

Dateparser: A Little But Powerful Date Parsing Library
Meet Dateparser, a potent date parsing library simplifying date extraction from HTML pages. Ideal for various applications like command-line tools, chatbots, and more.

How to use XPath to extract web data
In this guide we teach you how to use XPath language to extract web data.

Parse Natural Language Dates With Dateparser
We recently released Dateparser 0.3.1 with support for Belarusian and Indonesian, as well as the Jalali calendar used in Iran and Afghanistan. With this in