Sample data, minus the hassle

Data that feels
real. Instantly.

Production-quality sample datasets for prototypes, tests, demos, and everything in between.

Available inJSONCSVSQLAPI
orders.jsonsynthetic
{
  "order_id": "8c12f9b4-24d7-4c9f...",
  "customer": {
    "name": "Maya Chen",
    "email": "maya.chen@example.com"
  },
  "product": "Canvas Weekender",
  "quantity": 2,
  "total": 148.00,
  "status": "shipped"
}
CSV
API
Built for teams at every stage
PrototypeTestDemoTeachAnalyze
Dataset library

Start with something real.

Curated, connected datasets that look and behave like production data—without the privacy risk.

Need something specific?

Create your own dataset

Define a custom schema and generate realistic, repeatable data in any supported format.

Open schema builder
Developer first

Your next dataset is
one request away.

Every dataset is available through a simple API. Choose a template, row count, seed, and format.

Try the live endpoint
Terminal
$ curl "/api/datasets?dataset=saas-users&rows=2"

200 OK · application/json
[{
  "name": "Sofia Martin",
  "plan": "pro"
}, ...]