Instacart · Schema
RecipeRequest
GroceryE-CommerceMarketplaceRetailLogisticsLast Mile DeliveryFulfillmentCatalogAdvertisingAgentsMCP
Properties
| Name | Type | Description |
|---|---|---|
| title | string | The title of the recipe displayed on the recipe page. |
| image_url | string | URL of an image to display for the recipe. |
| author | string | The name of the recipe author. |
| servings | integer | The number of servings the recipe makes. |
| cooking_time | string | The estimated cooking time for the recipe. |
| external_reference_id | string | An external identifier for the recipe from the partner system. |
| content_creator_credit_info | object | Information for crediting the content creator on the recipe page. |
| expires_in | integer | The number of seconds until the generated recipe link expires. |
| instructions | array | Step-by-step cooking instructions for the recipe. |
| ingredients | array | The list of ingredients required for the recipe. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/RecipeRequest",
"title": "RecipeRequest",
"type": "object",
"required": [
"title",
"ingredients"
],
"properties": {
"title": {
"type": "string",
"description": "The title of the recipe displayed on the recipe page."
},
"image_url": {
"type": "string",
"format": "uri",
"description": "URL of an image to display for the recipe."
},
"author": {
"type": "string",
"description": "The name of the recipe author."
},
"servings": {
"type": "integer",
"description": "The number of servings the recipe makes.",
"minimum": 1
},
"cooking_time": {
"type": "string",
"description": "The estimated cooking time for the recipe."
},
"external_reference_id": {
"type": "string",
"description": "An external identifier for the recipe from the partner system."
},
"content_creator_credit_info": {
"type": "object",
"description": "Information for crediting the content creator on the recipe page.",
"properties": {
"name": {
"type": "string",
"description": "The name of the content creator."
},
"url": {
"type": "string",
"format": "uri",
"description": "URL to the content creator's website or profile."
}
}
},
"expires_in": {
"type": "integer",
"description": "The number of seconds until the generated recipe link expires.",
"minimum": 1
},
"instructions": {
"type": "array",
"description": "Step-by-step cooking instructions for the recipe.",
"items": {
"type": "string"
}
},
"ingredients": {
"type": "array",
"description": "The list of ingredients required for the recipe.",
"items": {
"$ref": "#/components/schemas/Ingredient"
}
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/instacart-reciperequest"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.