Request a sample for your source
Product and price monitoring sample
| field | example | description |
|---|---|---|
| collection_date | 2026-07-25 | Date the record was collected |
| collection_time | 08:15:00Z | Collection time |
| source | example-retailer.com | Source domain |
| source_product_id | 883104 | Source identifier |
| internal_product_id | INT-2204 | Optional client identifier |
| product_name | Example Product 500 ml | Product title |
| brand | Example Brand | Brand displayed by the source |
| category | Home > Category | Source category |
| price | 84.50 | Current price |
| regular_price | 99.00 | Previous or regular price |
| currency | EUR | Currency |
| availability | in_stock | Normalised availability |
| product_url | https://example.com/product | Source 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.