Sample data & formats

Data is provided in standardized formats ready for analysis, integration, or archival. Most clients choose one or more of the following:

  • CSV for compatibility with spreadsheets and internal systems
  • JSON for developers and systems with dynamic schema needs
  • XLSX for corporate environments using Excel-based workflows
  • NDJSON for line-by-line ingestion
  • Custom formats by request

Every dataset is shaped to your spec: whether it’s nested, flat, grouped, or rolled up across categories.

Here’s a simplified sample:

{
  "title": "Black Wireless Headphones",
  "price": 59.99,
  "brand": "Acousta",
  "sku": "BW-H100",
  "rating": 4.2,
  "available": true
}

You also receive metadata on when the data was collected, and optional logging or tagging to help with versioning and history tracking.