Data for
every need

Clean, structured datasets via REST API. Free to start.

Start for freeBrowse data
11610+
Companies
64+
Foods & Ingredients
Free
100 calls/month
Datasets

Available data

Schema-versioned datasets organized by domain, accessible via a single REST endpoint.

RecipesNutrition

AI-structured recipe data from public video and web sources. Every record includes ingredients with quantities, step-by-step instructions, cook times, cuisines and tags.

Updated regularlyTry it →
FoodsNutrition

Comprehensive food and ingredient database with nutritional profiles, seasonality windows, origin regions and dietary classifications. Built from public nutrition registries.

Updated regularlyTry it →
CompaniesBusiness

Public company registry data from official national registries. Incorporation dates, legal status, company type, registered addresses.

Static snapshotTry it →
API

Simple by design

One endpoint, one header, one credit. Returns clean JSON — no parsing needed.

curl "https://api.datamazza.com/api/v1/companies/search?q=milano" \
  -H "X-API-Key: dp_live_your_key_here"

{
  "results": [{
    "id": "it_startup_001",
    "name": "Satispay",
    "city": "Milano",
    "sector": "Fintech",
    "funding_stage": "Series D",
    "founding_year": 2013,
    "description": "Mobile payment platform for retail and P2P."
  }],
  "total": 102,
  "page": 1
}

Start querying for free