Schema-versioned datasets organized by domain, accessible via a single REST endpoint.
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.
Comprehensive food and ingredient database with nutritional profiles, seasonality windows, origin regions and dietary classifications. Built from public nutrition registries.
Public company registry data from official national registries. Incorporation dates, legal status, company type, registered addresses.
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
}