{
  "openapi": "3.0.1",
  "info": {
    "title": "Vestiaire Collective Scraper: Sold Items & Seller Intelligence",
    "description": "Scrape public Vestiaire Collective live and sold listings across 70 markets. Extract prices, seller countries, conditions, product details, price history, and duplicate/suspicious seller signals.",
    "version": "0.1",
    "x-build-id": "qWPrIJ4axxWVV5etw"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/kazkn~vestiaire-collective-smart-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-kazkn-vestiaire-collective-smart-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/kazkn~vestiaire-collective-smart-scraper/runs": {
      "post": {
        "operationId": "runs-sync-kazkn-vestiaire-collective-smart-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/kazkn~vestiaire-collective-smart-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-kazkn-vestiaire-collective-smart-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "searchTerms": {
            "title": "🔎 Search terms",
            "type": "array",
            "description": "Keywords or product names to search, for example `chanel classic flap`, `dior saddle`, or `hermes kelly 28`.",
            "items": {
              "type": "string",
              "minLength": 1
            }
          },
          "startUrls": {
            "title": "🔗 Direct Vestiaire URLs",
            "type": "array",
            "description": "Optional public Vestiaire Collective URLs, including category, search, product, or sold-items pages.",
            "items": {
              "type": "object",
              "required": [
                "url"
              ],
              "properties": {
                "url": {
                  "type": "string",
                  "title": "URL of a web page",
                  "format": "uri"
                }
              }
            }
          },
          "includeSoldItems": {
            "title": "✅ Include sold items",
            "type": "boolean",
            "description": "Adds sold_item records from Vestiaire's public sold search filter. Useful for demand validation, market reports, and sold-price tracking.",
            "default": false
          },
          "countries": {
            "title": "🌐 Country selection",
            "type": "array",
            "description": "Choose Vestiaire country codes. Keep only `ALL` to search all 70 supported countries; do not combine `ALL` with specific countries.",
            "items": {
              "type": "string",
              "enum": [
                "ALL",
                "AD",
                "AU",
                "AT",
                "BH",
                "BE",
                "BR",
                "BG",
                "CA",
                "IC",
                "CN",
                "HR",
                "CY",
                "CZ",
                "DK",
                "EE",
                "FI",
                "FR",
                "GF",
                "PF",
                "DE",
                "GI",
                "GR",
                "GP",
                "GG",
                "HK",
                "HU",
                "ID",
                "IE",
                "IM",
                "IL",
                "IT",
                "JP",
                "JE",
                "KW",
                "LV",
                "LB",
                "LI",
                "LT",
                "LU",
                "MY",
                "MT",
                "MQ",
                "YT",
                "MC",
                "NL",
                "NC",
                "NZ",
                "NO",
                "PH",
                "PL",
                "PT",
                "QA",
                "RE",
                "RO",
                "SA",
                "SG",
                "SK",
                "SI",
                "ZA",
                "KR",
                "ES",
                "BL",
                "MF",
                "SE",
                "CH",
                "TW",
                "TH",
                "AE",
                "GB",
                "US"
              ],
              "enumTitles": [
                "🌐 ALL - All 70 supported Vestiaire countries",
                "🇦🇩 AD - Andorra",
                "🇦🇺 AU - Australia",
                "🇦🇹 AT - Austria",
                "🇧🇭 BH - Bahrain",
                "🇧🇪 BE - Belgium",
                "🇧🇷 BR - Brazil",
                "🇧🇬 BG - Bulgaria",
                "🇨🇦 CA - Canada",
                "🏝️ IC - Canary Islands",
                "🇨🇳 CN - China",
                "🇭🇷 HR - Croatia",
                "🇨🇾 CY - Cyprus",
                "🇨🇿 CZ - Czech Republic",
                "🇩🇰 DK - Denmark",
                "🇪🇪 EE - Estonia",
                "🇫🇮 FI - Finland",
                "🇫🇷 FR - France",
                "🇬🇫 GF - French Guiana",
                "🇵🇫 PF - French Polynesia",
                "🇩🇪 DE - Germany",
                "🇬🇮 GI - Gibraltar",
                "🇬🇷 GR - Greece",
                "🇬🇵 GP - Guadeloupe",
                "🇬🇬 GG - Guernsey",
                "🇭🇰 HK - Hong Kong",
                "🇭🇺 HU - Hungary",
                "🇮🇩 ID - Indonesia",
                "🇮🇪 IE - Ireland",
                "🇮🇲 IM - Isle of Man",
                "🇮🇱 IL - Israel",
                "🇮🇹 IT - Italy",
                "🇯🇵 JP - Japan",
                "🇯🇪 JE - Jersey",
                "🇰🇼 KW - Kuwait",
                "🇱🇻 LV - Latvia",
                "🇱🇧 LB - Lebanon",
                "🇱🇮 LI - Liechtenstein",
                "🇱🇹 LT - Lithuania",
                "🇱🇺 LU - Luxembourg",
                "🇲🇾 MY - Malaysia",
                "🇲🇹 MT - Malta",
                "🇲🇶 MQ - Martinique",
                "🇾🇹 YT - Mayotte",
                "🇲🇨 MC - Monaco",
                "🇳🇱 NL - Netherlands",
                "🇳🇨 NC - New Caledonia",
                "🇳🇿 NZ - New Zealand",
                "🇳🇴 NO - Norway",
                "🇵🇭 PH - Philippines",
                "🇵🇱 PL - Poland",
                "🇵🇹 PT - Portugal",
                "🇶🇦 QA - Qatar",
                "🇷🇪 RE - Réunion",
                "🇷🇴 RO - Romania",
                "🇸🇦 SA - Saudi Arabia",
                "🇸🇬 SG - Singapore",
                "🇸🇰 SK - Slovakia",
                "🇸🇮 SI - Slovenia",
                "🇿🇦 ZA - South Africa",
                "🇰🇷 KR - South Korea",
                "🇪🇸 ES - Spain",
                "🇧🇱 BL - St Barthélemy",
                "🇲🇫 MF - St Martin",
                "🇸🇪 SE - Sweden",
                "🇨🇭 CH - Switzerland",
                "🇹🇼 TW - Taiwan",
                "🇹🇭 TH - Thailand",
                "🇦🇪 AE - United Arab Emirates",
                "🇬🇧 GB - United Kingdom",
                "🇺🇸 US - United States"
              ]
            },
            "default": [
              "ALL"
            ]
          },
          "sellerCountries": {
            "title": "👤 Seller countries",
            "type": "array",
            "description": "Optional seller country filter. This is different from Country selection: countries controls the Vestiaire market searched, sellerCountries controls where the seller/item is located.",
            "items": {
              "type": "string",
              "enum": [
                "ALL",
                "AD",
                "AU",
                "AT",
                "BH",
                "BE",
                "BR",
                "BG",
                "CA",
                "IC",
                "CN",
                "HR",
                "CY",
                "CZ",
                "DK",
                "EE",
                "FI",
                "FR",
                "GF",
                "PF",
                "DE",
                "GI",
                "GR",
                "GP",
                "GG",
                "HK",
                "HU",
                "ID",
                "IE",
                "IM",
                "IL",
                "IT",
                "JP",
                "JE",
                "KW",
                "LV",
                "LB",
                "LI",
                "LT",
                "LU",
                "MY",
                "MT",
                "MQ",
                "YT",
                "MC",
                "NL",
                "NC",
                "NZ",
                "NO",
                "PH",
                "PL",
                "PT",
                "QA",
                "RE",
                "RO",
                "SA",
                "SG",
                "SK",
                "SI",
                "ZA",
                "KR",
                "ES",
                "BL",
                "MF",
                "SE",
                "CH",
                "TW",
                "TH",
                "AE",
                "GB",
                "US"
              ],
              "enumTitles": [
                "🌐 ALL - All 70 supported Vestiaire countries",
                "🇦🇩 AD - Andorra",
                "🇦🇺 AU - Australia",
                "🇦🇹 AT - Austria",
                "🇧🇭 BH - Bahrain",
                "🇧🇪 BE - Belgium",
                "🇧🇷 BR - Brazil",
                "🇧🇬 BG - Bulgaria",
                "🇨🇦 CA - Canada",
                "🏝️ IC - Canary Islands",
                "🇨🇳 CN - China",
                "🇭🇷 HR - Croatia",
                "🇨🇾 CY - Cyprus",
                "🇨🇿 CZ - Czech Republic",
                "🇩🇰 DK - Denmark",
                "🇪🇪 EE - Estonia",
                "🇫🇮 FI - Finland",
                "🇫🇷 FR - France",
                "🇬🇫 GF - French Guiana",
                "🇵🇫 PF - French Polynesia",
                "🇩🇪 DE - Germany",
                "🇬🇮 GI - Gibraltar",
                "🇬🇷 GR - Greece",
                "🇬🇵 GP - Guadeloupe",
                "🇬🇬 GG - Guernsey",
                "🇭🇰 HK - Hong Kong",
                "🇭🇺 HU - Hungary",
                "🇮🇩 ID - Indonesia",
                "🇮🇪 IE - Ireland",
                "🇮🇲 IM - Isle of Man",
                "🇮🇱 IL - Israel",
                "🇮🇹 IT - Italy",
                "🇯🇵 JP - Japan",
                "🇯🇪 JE - Jersey",
                "🇰🇼 KW - Kuwait",
                "🇱🇻 LV - Latvia",
                "🇱🇧 LB - Lebanon",
                "🇱🇮 LI - Liechtenstein",
                "🇱🇹 LT - Lithuania",
                "🇱🇺 LU - Luxembourg",
                "🇲🇾 MY - Malaysia",
                "🇲🇹 MT - Malta",
                "🇲🇶 MQ - Martinique",
                "🇾🇹 YT - Mayotte",
                "🇲🇨 MC - Monaco",
                "🇳🇱 NL - Netherlands",
                "🇳🇨 NC - New Caledonia",
                "🇳🇿 NZ - New Zealand",
                "🇳🇴 NO - Norway",
                "🇵🇭 PH - Philippines",
                "🇵🇱 PL - Poland",
                "🇵🇹 PT - Portugal",
                "🇶🇦 QA - Qatar",
                "🇷🇪 RE - Réunion",
                "🇷🇴 RO - Romania",
                "🇸🇦 SA - Saudi Arabia",
                "🇸🇬 SG - Singapore",
                "🇸🇰 SK - Slovakia",
                "🇸🇮 SI - Slovenia",
                "🇿🇦 ZA - South Africa",
                "🇰🇷 KR - South Korea",
                "🇪🇸 ES - Spain",
                "🇧🇱 BL - St Barthélemy",
                "🇲🇫 MF - St Martin",
                "🇸🇪 SE - Sweden",
                "🇨🇭 CH - Switzerland",
                "🇹🇼 TW - Taiwan",
                "🇹🇭 TH - Thailand",
                "🇦🇪 AE - United Arab Emirates",
                "🇬🇧 GB - United Kingdom",
                "🇺🇸 US - United States"
              ]
            },
            "default": [
              "ALL"
            ]
          },
          "itemConditions": {
            "title": "🧥 Item condition",
            "type": "array",
            "description": "Choose one or more Vestiaire item conditions. Leave empty to include every condition.",
            "items": {
              "type": "string",
              "enum": [
                "1",
                "2",
                "3",
                "4",
                "5"
              ],
              "enumTitles": [
                "🏷️ Jamais porté avec étiquette",
                "✨ Jamais porté",
                "✅ Très bon état",
                "👍 Bon état",
                "🛠️ Correct"
              ]
            },
            "default": []
          },
          "requiredKeywords": {
            "title": "🎯 Required title/model keywords",
            "type": "array",
            "description": "Optional precision filter. Every word or phrase entered here must appear in the item title or model, for example `classic flap` to avoid Trendy CC Flap results.",
            "items": {
              "type": "string",
              "minLength": 1
            },
            "default": []
          },
          "maxListings": {
            "title": "👜 Max Listings",
            "minimum": 1,
            "type": "integer",
            "description": "Maximum active, sold, or tracking listing records to collect before stopping search. Filters and deduplication can make the final result smaller.",
            "default": 100
          },
          "maxDatasetRecords": {
            "title": "📊 Max Dataset records",
            "minimum": 1,
            "type": "integer",
            "description": "Maximum rows to push to the dataset, including listings, product details, sold items, seller summaries, risk signals, tracking rows, and diagnostics.",
            "default": 100
          },
          "maxItems": {
            "title": "🔁 Legacy max records alias",
            "minimum": 1,
            "type": "integer",
            "description": "Backwards-compatible alias for Max Dataset records. If both fields are set, maxDatasetRecords wins.",
            "default": 100
          },
          "maxPagesPerCountry": {
            "title": "📄 Max pages per country",
            "minimum": 1,
            "type": "integer",
            "description": "Maximum search pages to fetch per selected country and search term.",
            "default": 10
          },
          "maxRuntimeMinutes": {
            "title": "⏱️ Max runtime",
            "minimum": 1,
            "type": "integer",
            "description": "Stops starting new public requests after this many minutes. Already collected records can still be written to the dataset.",
            "default": 20
          },
          "includeDetails": {
            "title": "🧾 Product details",
            "type": "boolean",
            "description": "Fetch product pages and emit detail records with richer descriptions and product metadata.",
            "default": false
          },
          "includeSellerInfo": {
            "title": "👤 Seller intelligence",
            "type": "boolean",
            "description": "Emit seller_summary records from observed listings and sold items.",
            "default": false
          },
          "includeDuplicateSignals": {
            "title": "🚩 Duplicate / suspicious signals",
            "type": "boolean",
            "description": "Emit conservative risk_signal records for duplicate-looking listings and repeated seller patterns.",
            "default": false
          },
          "trackingStoreName": {
            "title": "🗄️ Tracking storage name",
            "type": "string",
            "description": "Named key-value store used for durable price history and active-to-likely-sold tracking state.",
            "default": "vestiaire-smart-tracker"
          },
          "missingRunsThreshold": {
            "title": "📉 Missing runs before likely sold",
            "minimum": 1,
            "type": "integer",
            "description": "Number of consecutive missing runs before an active listing is emitted as likely_sold.",
            "default": 2
          },
          "proxyConfiguration": {
            "title": "🛡️ Proxy configuration",
            "type": "object",
            "description": "Optional Apify Proxy configuration. Keep the default unless you need a specific proxy setup.",
            "default": {
              "useApifyProxy": true
            }
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}