Structured web data, built for production workflows See how it works
Conversion

Sample web data outputs

Every project has a custom schema. The examples below show how product, price and availability data can be structured for business use.

Request a sample for your source

Product and price monitoring sample

fieldexampledescription
collection_date2026-07-25Date the record was collected
collection_time08:15:00ZCollection time
sourceexample-retailer.comSource domain
source_product_id883104Source identifier
internal_product_idINT-2204Optional client identifier
product_nameExample Product 500 mlProduct title
brandExample BrandBrand displayed by the source
categoryHome > CategorySource category
price84.50Current price
regular_price99.00Previous or regular price
currencyEURCurrency
availabilityin_stockNormalised availability
product_urlhttps://example.com/productSource URL

CSV example

collection_date,source,source_product_id,product_name,price,currency,availability
2026-07-25,example-retailer.com,883104,"Example Product 500 ml",84.50,EUR,in_stock

JSON example

{
  "collection_date": "2026-07-25",
  "source": "example-retailer.com",
  "source_product_id": "883104",
  "product_name": "Example Product 500 ml",
  "price": 84.50,
  "currency": "EUR",
  "availability": "in_stock"
}

XML example

<product>
  <collection_date>2026-07-25</collection_date>
  <source>example-retailer.com</source>
  <source_product_id>883104</source_product_id>
  <product_name>Example Product 500 ml</product_name>
  <price currency="EUR">84.50</price>
  <availability>in_stock</availability>
</product>

Request a source-specific sample

Generic examples cannot show whether your required fields are available. Send us one or more source URLs and tell us what you need.

Request sample data