Zestful website screenshot

Zestful

Zestful provides a machine-learning-powered ingredient parser API that turns plain recipe ingredient strings into structured JSON data. The API extracts quantity, unit, product name, preparation notes, and USDA FoodData Central database matches from free-form recipe text. Designed for recipe app developers building searchable recipes, shopping lists, and ingredient databases.

1 APIs 0 Features
FoodIngredientsParsersRecipesUSDA

APIs

Zestful Ingredient Parser API

The Zestful Ingredient Parser API uses machine learning to convert plain recipe ingredient strings into structured JSON data. It parses ingredient names, quantities, units, prep...

Collections

Zestful

OPEN

Pricing Plans

Zestful Plans Pricing

3 plans

PLANS

Rate Limits

Zestful Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Zestful Context

0 classes · 15 properties

JSON-LD

API Governance Rules

Zestful API Rules

7 rules · 2 errors 5 warnings

SPECTRAL

JSON Structure

Zestful Ingredient Structure

0 properties

JSON STRUCTURE

Example Payloads

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
💰
Pricing
Pricing
📦
SDKs
SDKs
🔗
Vocabulary
Vocabulary

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Zestful
  version: 1.0.0
items:
- info:
    name: Parse
    type: folder
  items:
  - info:
      name: Parse a List of Raw Ingredient Strings
      type: http
    http:
      method: POST
      url: https://zestfuldata.com/parseIngredients
      body:
        type: json
        data: '{}'
      auth:
        type: apikey
        key: X-Api-Key
        value: '{{X-Api-Key}}'
        placement: header
    docs: Parses raw ingredient strings into structured data, including quantity, unit, product, preparation notes, and USDA
      information.
bundled: true