instacart.com API: get_product_details
instacart.com via Parse · food_dining
Get detailed information for a specific product including description, nutritional info, and ratings. Uses the product page and GraphQL APIs to gather comprehensive product data. Requires a product_id from search_products results and the retailer_slug. Access Instacart grocery delivery data including stores, products, and product details. Fulfilled by Parse from instacart.com.
- ecommerce
- food-dining
- instacart-com
- marketplace
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- food_dining
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/ebecec3c-fdc1-4630-86e1-74a57eb1e6b1/get_product_details
- Interface artifact
- sha256:73c17ec60ff9845f167dafb6cdd143ed05f0f4da4a3e46d557405b21b58ef4c3
- Manifest digest
- sha256:c9c2c7a407e6d54f14f6b3208f75f09cbf7b04d3e7a67965b2a1a9165f2257b5
Request fields
- product_id (string, required): Product ID from search_products results. Accepts numeric ID (e.g. '16902650') or full item ID (e.g. 'items_1944-16902650').
- postal_code (string): US postal/zip code for regional pricing and availability
- retailer_slug (string, required): Retailer slug (e.g. 'costco', 'key-food')
Example queries
- {"product_id":"16902650","postal_code":"10001","retailer_slug":"costco"}