Documentation Index
Fetch the complete documentation index at: https://docs.mindcase.co/llms.txt
Use this file to discover all available pages before exploring further.
$0.01 / 1k products
Extract product data — prices, variants, images, descriptions — from any Shopify-powered store URL
Endpoint
POST /api/v1/agents/shopify/products/run
Parameters
List · Shopify store URLs (crawls all products) or individual product URLs. One per line.
Number · Number of products to scrape. Use 0 for all.
Response columns
| Field | Display name | Type |
|---|---|---|
storeUrl | Store URL | url |
productUrl | Product URL | url |
title | Title | text |
brand | Brand | text |
categories | Categories | text |
description | Description | text |
tags | Tags | text |
mediasType | Medias Type | text |
mediasUrl | Medias URL | url |
optionsType | Options Type | text |
optionsValuesId | Options Values ID | text |
optionsValuesName | Options Values Name | text |
sourceCreatedUtc | Source Created Utc | integer |
sourceCurrency | Source Currency | text |
sourceLanguage | Source Language | text |
sourcePublishedUtc | Source Published Utc | integer |
sourceRetailer | Source Retailer | text |
sourceUpdatedUtc | Source Updated Utc | integer |
variantsId | Variants ID | text |
variantsOptions | Variants Options | text |
variantsPriceCurrent | Variants Price Current | integer |
variantsPricePrevious | Variants Price Previous | integer |
variantsPriceStockStatus | Variants Price Stock Status | text |
variantsSku | Variants SKU | text |
variantsTitle | Variants Title | text |
Example
Example response
Response