Structured Data

Structured data is information organized in a predefined format that machines can easily read and process.

In web scraping, structured data is the output — a table, JSON object, or spreadsheet where each row represents a record and each column represents a field. The goal of scraping is to transform unstructured web HTML into structured, queryable data.

Related Terms