Use Harpd Data

Open AI product data

Harpd publishes open product intelligence data under CC BY 4.0. Download JSON or CSV, use the public API, cite the dataset, embed charts, or build on top of it.

Quick start

Download JSON

curl https://harpd.com/data/rank.json

Download CSV

curl https://harpd.com/data/rank.csv

Use the API

curl https://harpd.com/api/ai/datasets

Python

import requests
data = requests.get("https://harpd.com/data/rank.json").json()

Datasets

DatasetJSONCSVDescription
Rank boardrank.jsonrank.csvCurrent overall rankings
Rank historyrank-history.jsonImmutable closed-month snapshots
Productsproducts.jsonProduct entities
Categoriescategories.jsonCategory metadata
Researchresearch.jsonPublished research reports
Evidenceevidence.jsonEvidence register
Methodologymethodology.jsonScoring rules
Schemaschema.jsonField dictionary

Cite

Every dataset is CC BY 4.0. Use the citation hub for ready-to-copy formats.

Schema version

Current schema version: 1.0. See schema.json for field definitions.