Instacart

Learn how to use Instacart with Composio

Overview

SLUG: INSTACART

Description

Instacart Developer Platform APIs to create shoppable lists/recipes and discover nearby retailers

Tools

Executing tools

To prototype you can execute some tools to see the responses and working on the Instacart toolkit’s playground

For code examples, see the Tool calling guide and Provider examples.

Tool List

Tool Name: Create Recipe Page

Description

Create a Recipe Page on Instacart + return shareable URL. Attempts prod first then falls back to dev; errors from prod bubble up if both fail.

Action Parameters

expires_in
integer
image_url
string
ingredients
arrayRequired
instructions
array
title
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

Tool Name: Create Shopping List Page

Description

Create a Shopping List Page on Instacart + return shareable URL. Attempts prod first then falls back to dev; errors from prod bubble up if both fail.

Action Parameters

expires_in
integer
image_url
string
instructions
string
line_items
arrayRequired
title
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

Tool Name: Get Nearby Retailers

Description

Get nearby retailers by postal_code + country_code. Attempts prod first then falls back to dev; errors from prod bubble up if both fail.

Action Parameters

country_code
stringRequired
postal_code
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired