Parsing from URLs
On the homepage, you’ll see a search bar with a link icon. You can enter a recipe URL in several formats:
https://www.allrecipes.com/recipe/12345/my-recipeallrecipes.com/recipe/12345/my-recipe (Mizen adds the https:// automatically)Once you enter a valid URL, a “Parse Recipe” button appears. Click it to start the parsing process.
Parsing from Images
Click the chevron (down arrow) icon in the search bar to toggle from URL mode to image upload mode.
Click “Parse Recipe from Image” to extract recipe data using AI vision. The same 3-phase loading animation appears.
Search Recent Recipes
When you’re in URL mode, typing in the search bar searches through your recently parsed recipes. Results appear in a dropdown showing:- Recipe title
- Brief description
- Date parsed
Parsing Features
What Gets Extracted
Mizen’s parser extracts:- Basic Info: Title, author, source URL, publication date
- Timing: Prep time, cook time, total time
- Yield: Number of servings
- Ingredients: Grouped ingredients with amounts, units, and ingredient names
- Instructions: Step-by-step directions with auto-generated titles
- Cuisine Tags: Automatically detected cuisine types (Italian, Asian, etc.)
- Storage Info: Refrigerator and freezer shelf life
- Plating Guidance: Serving temperature, vessel recommendations, plating notes
Parsing Methods
Mizen uses a hybrid approach:- JSON-LD Extraction: First tries to extract structured recipe data from the page’s schema markup (fast, no AI tokens used)
- AI Parsing: Falls back to AI-powered extraction if JSON-LD is unavailable or incomplete
- AI Enrichment: Adds storage guidance, plating notes, and cuisine detection using AI
Error Handling
If parsing fails, Mizen shows clear error messages:- Not a URL: Input doesn’t look like a recipe URL
- No Recipe Found: The page doesn’t contain a recipe
- Rate Limited: Too many requests; retry after the displayed time
- Unknown Error: Something unexpected happened