HTML TABLE CONVERTER

A table, turned into real data.

Paste an HTML table and get it as JSON, CSV, or a ready-to-paste Python list of dictionaries.

HTML table

Output

How this works

The first row is used as column headers if it contains <th> cells, or as the first data row otherwise. Every following row becomes one record.