{
  "openapi": "3.0.1",
  "info": {
    "title": "Vinted Universal Scraper",
    "description": "⚡ Scrape Vinted by filters or just by pasting a URL! Search any keyword; filter by brand, category, size, colour, condition, price & currency on any Vinted country. Enrich items with the seller's profile, beat the 960-per-search cap with deep scrape, export clean data with photos — CSV/JSON/Excel.",
    "version": "0.1",
    "x-build-id": "d0qL9gimyxO0Uaea8"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/scrapifier~vinted-universal-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-scrapifier-vinted-universal-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/scrapifier~vinted-universal-scraper/runs": {
      "post": {
        "operationId": "runs-sync-scrapifier-vinted-universal-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/scrapifier~vinted-universal-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-scrapifier-vinted-universal-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": {
          "urls": {
            "title": "Vinted URLs",
            "type": "array",
            "description": "Paste one or more Vinted URLs — a catalog/search URL (all its filters are kept), a brand URL (e.g. /brand/53-nike) or a category URL (e.g. /catalog/1904-women). Leave empty to build a search with the filters below instead.",
            "items": {
              "type": "string"
            }
          },
          "search_text": {
            "title": "Keywords",
            "type": "array",
            "description": "One or more keywords — each is searched separately (bulk), one keyword per line (e.g. \"nike air\", \"robe zara\", \"vintage jacket\"). Do NOT put several keywords on one line. Empty = the whole category.",
            "items": {
              "type": "string"
            }
          },
          "country": {
            "title": "Vinted country",
            "enum": [
              "fr",
              "com",
              "de",
              "it",
              "es",
              "co.uk",
              "be",
              "nl",
              "lu",
              "at",
              "pt",
              "pl",
              "cz",
              "sk",
              "lt",
              "ro",
              "hu",
              "se",
              "fi",
              "dk",
              "hr",
              "gr",
              "ie"
            ],
            "type": "string",
            "description": "Which Vinted marketplace to search. Sets the domain and default currency.",
            "default": "fr"
          },
          "brands": {
            "title": "Brands (by name)",
            "type": "array",
            "description": "Filter by brand name (e.g. Nike, Zara, Levi's) — resolved automatically to Vinted brand IDs. For exact control, use 'Brand IDs' below.",
            "items": {
              "type": "string"
            }
          },
          "conditions": {
            "title": "Condition",
            "type": "array",
            "description": "Item condition. Empty = any.",
            "items": {
              "type": "string",
              "enum": [
                "6",
                "1",
                "2",
                "3",
                "4",
                "7"
              ],
              "enumTitles": [
                "New with tags",
                "New without tags",
                "Very good",
                "Good",
                "Satisfactory",
                "Not fully functional"
              ]
            }
          },
          "colors": {
            "title": "Colour",
            "type": "array",
            "description": "One or more colours. Empty = any.",
            "items": {
              "type": "string",
              "enum": [
                "1",
                "3",
                "12",
                "20",
                "4",
                "21",
                "11",
                "22",
                "7",
                "23",
                "5",
                "24",
                "6",
                "25",
                "26",
                "9",
                "27",
                "17",
                "30",
                "10",
                "28",
                "16",
                "2",
                "29",
                "8",
                "13",
                "14",
                "15",
                "32"
              ],
              "enumTitles": [
                "Black",
                "Grey",
                "White",
                "Cream",
                "Beige",
                "Apricot",
                "Orange",
                "Coral",
                "Red",
                "Burgundy",
                "Fuchsia",
                "Pink",
                "Purple",
                "Lilac",
                "Light blue",
                "Blue",
                "Navy",
                "Turquoise",
                "Mint",
                "Green",
                "Dark green",
                "Khaki",
                "Brown",
                "Mustard",
                "Yellow",
                "Silver",
                "Gold",
                "Multicolour",
                "Transparent"
              ]
            }
          },
          "price_from": {
            "title": "Min price",
            "minimum": 0,
            "type": "integer",
            "description": "Lowest price to include (in the selected country's currency)."
          },
          "price_to": {
            "title": "Max price",
            "minimum": 0,
            "type": "integer",
            "description": "Highest price to include."
          },
          "order": {
            "title": "Sort by",
            "enum": [
              "newest_first",
              "relevance",
              "price_low_to_high",
              "price_high_to_low"
            ],
            "type": "string",
            "description": "Result ordering.",
            "default": "newest_first"
          },
          "only_swappable": {
            "title": "Swap-only items",
            "type": "boolean",
            "description": "Only items the seller is open to swapping.",
            "default": false
          },
          "catalog_ids": {
            "title": "Category IDs (advanced)",
            "type": "array",
            "description": "Vinted category IDs (e.g. 1904 = Women, 5 = Men). Easiest to get by pasting a category URL above. Empty = all categories.",
            "items": {
              "type": "string"
            }
          },
          "brand_ids": {
            "title": "Brand IDs (advanced)",
            "type": "array",
            "description": "Exact Vinted brand IDs (e.g. 53 = Nike, 2703 = Jordan). Combined with 'Brands' above.",
            "items": {
              "type": "string"
            }
          },
          "sizes": {
            "title": "Size IDs (advanced)",
            "type": "array",
            "description": "Vinted size IDs (size IDs depend on the category — get them from a filtered catalog URL).",
            "items": {
              "type": "string"
            }
          },
          "material_ids": {
            "title": "Material IDs (advanced)",
            "type": "array",
            "description": "Vinted material IDs (e.g. cotton, leather) — get them from a filtered catalog URL.",
            "items": {
              "type": "string"
            }
          },
          "currency": {
            "title": "Currency override (advanced)",
            "type": "string",
            "description": "ISO currency code (e.g. EUR, GBP). Defaults to the selected country's currency."
          },
          "max_results": {
            "title": "Max results",
            "minimum": 0,
            "type": "integer",
            "description": "How many items to collect per keyword / per URL (0 = as many as possible). A single search reaches up to 960; turn on 'Deep scrape' to go further.",
            "default": 100
          },
          "deep_scrape": {
            "title": "Deep scrape (beyond 960)",
            "type": "boolean",
            "description": "A single search returns at most ~960 items. Turn this on to collect far more from the same query.",
            "default": false
          },
          "include_seller_details": {
            "title": "Include seller details (slower)",
            "type": "boolean",
            "description": "Add each seller's profile to every item: feedback score & count, city, country, number of items, followers, last seen. (Slightly slower.)",
            "default": false
          },
          "flatten": {
            "title": "Flat columns (CSV-friendly)",
            "type": "boolean",
            "description": "Add flat seller_login / seller_id / photo_url columns for CSV/Excel exports.",
            "default": false
          },
          "emit_input_status": {
            "title": "Report empty searches",
            "type": "boolean",
            "description": "Add an input_status report to the run's OUTPUT record.",
            "default": true
          },
          "proxyConfiguration": {
            "title": "Proxy",
            "type": "object",
            "description": "Recommended for large runs — a proxy (Apify Residential works best) keeps big jobs reliable and lets you pick the country.",
            "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}