🔥Vinted Scraper avatar

🔥Vinted Scraper

Try for free

2 days trial then $20.00/month - No credit card required now

Go to Store
🔥Vinted Scraper

🔥Vinted Scraper

bebity/vinted-premium-actor
Try for free

2 days trial then $20.00/month - No credit card required now

🚀 Vinted Data Scraper: Fast & Robust! 🔥 🛒 Items and catalogs 👥 User profiles with stats and balances 🏷️ Brands 🌟 Seamlessly integrate with Apify for unparalleled performance & insights. Elevate your business now!🌟 🔥 Power of direct API access for ultra-fast data extraction in a flash! ⚡

You can access the 🔥Vinted Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1{
2  "openapi": "3.0.1",
3  "info": {
4    "version": "0.0",
5    "x-build-id": "o43DRBtNFwbse8uUH"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/bebity~vinted-premium-actor/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-bebity-vinted-premium-actor",
16        "x-openai-isConsequential": false,
17        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18        "tags": [
19          "Run Actor"
20        ],
21        "requestBody": {
22          "required": true,
23          "content": {
24            "application/json": {
25              "schema": {
26                "$ref": "#/components/schemas/inputSchema"
27              }
28            }
29          }
30        },
31        "parameters": [
32          {
33            "name": "token",
34            "in": "query",
35            "required": true,
36            "schema": {
37              "type": "string"
38            },
39            "description": "Enter your Apify token here"
40          }
41        ],
42        "responses": {
43          "200": {
44            "description": "OK"
45          }
46        }
47      }
48    },
49    "/acts/bebity~vinted-premium-actor/runs": {
50      "post": {
51        "operationId": "runs-sync-bebity-vinted-premium-actor",
52        "x-openai-isConsequential": false,
53        "summary": "Executes an Actor and returns information about the initiated run in response.",
54        "tags": [
55          "Run Actor"
56        ],
57        "requestBody": {
58          "required": true,
59          "content": {
60            "application/json": {
61              "schema": {
62                "$ref": "#/components/schemas/inputSchema"
63              }
64            }
65          }
66        },
67        "parameters": [
68          {
69            "name": "token",
70            "in": "query",
71            "required": true,
72            "schema": {
73              "type": "string"
74            },
75            "description": "Enter your Apify token here"
76          }
77        ],
78        "responses": {
79          "200": {
80            "description": "OK",
81            "content": {
82              "application/json": {
83                "schema": {
84                  "$ref": "#/components/schemas/runsResponseSchema"
85                }
86              }
87            }
88          }
89        }
90      }
91    },
92    "/acts/bebity~vinted-premium-actor/run-sync": {
93      "post": {
94        "operationId": "run-sync-bebity-vinted-premium-actor",
95        "x-openai-isConsequential": false,
96        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97        "tags": [
98          "Run Actor"
99        ],
100        "requestBody": {
101          "required": true,
102          "content": {
103            "application/json": {
104              "schema": {
105                "$ref": "#/components/schemas/inputSchema"
106              }
107            }
108          }
109        },
110        "parameters": [
111          {
112            "name": "token",
113            "in": "query",
114            "required": true,
115            "schema": {
116              "type": "string"
117            },
118            "description": "Enter your Apify token here"
119          }
120        ],
121        "responses": {
122          "200": {
123            "description": "OK"
124          }
125        }
126      }
127    }
128  },
129  "components": {
130    "schemas": {
131      "inputSchema": {
132        "type": "object",
133        "required": [
134          "action"
135        ],
136        "properties": {
137          "extension": {
138            "title": "🗺️ Country",
139            "enum": [
140              "com",
141              "be",
142              "fr",
143              "at",
144              "cz",
145              "de",
146              "es",
147              "it",
148              "pl",
149              "pt",
150              "ro",
151              "co.uk"
152            ],
153            "type": "string",
154            "description": "Select your country",
155            "default": "com"
156          },
157          "action": {
158            "title": "📦 Action",
159            "enum": [
160              "get-items",
161              "get-brands",
162              "get-catalogs",
163              "get-users",
164              "get-user-items",
165              "get-user-details",
166              "get-item-details",
167              "get-brand-details"
168            ],
169            "type": "string",
170            "description": "Select an action to perform",
171            "default": "get-items"
172          },
173          "maxRows": {
174            "title": "#️⃣ Max rows",
175            "type": "integer",
176            "description": "Max rows to return",
177            "default": 100
178          },
179          "search": {
180            "title": "🔎 Search items",
181            "type": "string",
182            "description": "Search items"
183          },
184          "userId": {
185            "title": "👤 User id",
186            "type": "integer",
187            "description": "Set user id here if you want to get user items"
188          },
189          "brandId": {
190            "title": "🔖 Brand",
191            "enum": [
192              "53",
193              "12",
194              "14",
195              "7",
196              "10",
197              "88",
198              "94",
199              "15",
200              "255",
201              "20",
202              "304",
203              "6005"
204            ],
205            "type": "string",
206            "description": "Select a search brand"
207          },
208          "catalogId": {
209            "title": "🕮 Catalog id",
210            "type": "integer",
211            "description": "Set catalog id here if you want to get catalog items"
212          },
213          "itemId": {
214            "title": "👕 Item id",
215            "type": "integer",
216            "description": "Set item id here if you want to get item details"
217          },
218          "colorId": {
219            "title": "🌈 Color",
220            "enum": [
221              "1",
222              "2",
223              "3",
224              "4",
225              "5",
226              "6",
227              "7",
228              "8",
229              "9",
230              "10",
231              "11",
232              "12",
233              "13",
234              "14",
235              "15",
236              "16",
237              "17",
238              "20",
239              "21",
240              "22",
241              "23",
242              "24",
243              "25",
244              "26",
245              "27",
246              "28",
247              "29",
248              "30"
249            ],
250            "type": "string",
251            "description": "Select search color"
252          }
253        }
254      },
255      "runsResponseSchema": {
256        "type": "object",
257        "properties": {
258          "data": {
259            "type": "object",
260            "properties": {
261              "id": {
262                "type": "string"
263              },
264              "actId": {
265                "type": "string"
266              },
267              "userId": {
268                "type": "string"
269              },
270              "startedAt": {
271                "type": "string",
272                "format": "date-time",
273                "example": "2025-01-08T00:00:00.000Z"
274              },
275              "finishedAt": {
276                "type": "string",
277                "format": "date-time",
278                "example": "2025-01-08T00:00:00.000Z"
279              },
280              "status": {
281                "type": "string",
282                "example": "READY"
283              },
284              "meta": {
285                "type": "object",
286                "properties": {
287                  "origin": {
288                    "type": "string",
289                    "example": "API"
290                  },
291                  "userAgent": {
292                    "type": "string"
293                  }
294                }
295              },
296              "stats": {
297                "type": "object",
298                "properties": {
299                  "inputBodyLen": {
300                    "type": "integer",
301                    "example": 2000
302                  },
303                  "rebootCount": {
304                    "type": "integer",
305                    "example": 0
306                  },
307                  "restartCount": {
308                    "type": "integer",
309                    "example": 0
310                  },
311                  "resurrectCount": {
312                    "type": "integer",
313                    "example": 0
314                  },
315                  "computeUnits": {
316                    "type": "integer",
317                    "example": 0
318                  }
319                }
320              },
321              "options": {
322                "type": "object",
323                "properties": {
324                  "build": {
325                    "type": "string",
326                    "example": "latest"
327                  },
328                  "timeoutSecs": {
329                    "type": "integer",
330                    "example": 300
331                  },
332                  "memoryMbytes": {
333                    "type": "integer",
334                    "example": 1024
335                  },
336                  "diskMbytes": {
337                    "type": "integer",
338                    "example": 2048
339                  }
340                }
341              },
342              "buildId": {
343                "type": "string"
344              },
345              "defaultKeyValueStoreId": {
346                "type": "string"
347              },
348              "defaultDatasetId": {
349                "type": "string"
350              },
351              "defaultRequestQueueId": {
352                "type": "string"
353              },
354              "buildNumber": {
355                "type": "string",
356                "example": "1.0.0"
357              },
358              "containerUrl": {
359                "type": "string"
360              },
361              "usage": {
362                "type": "object",
363                "properties": {
364                  "ACTOR_COMPUTE_UNITS": {
365                    "type": "integer",
366                    "example": 0
367                  },
368                  "DATASET_READS": {
369                    "type": "integer",
370                    "example": 0
371                  },
372                  "DATASET_WRITES": {
373                    "type": "integer",
374                    "example": 0
375                  },
376                  "KEY_VALUE_STORE_READS": {
377                    "type": "integer",
378                    "example": 0
379                  },
380                  "KEY_VALUE_STORE_WRITES": {
381                    "type": "integer",
382                    "example": 1
383                  },
384                  "KEY_VALUE_STORE_LISTS": {
385                    "type": "integer",
386                    "example": 0
387                  },
388                  "REQUEST_QUEUE_READS": {
389                    "type": "integer",
390                    "example": 0
391                  },
392                  "REQUEST_QUEUE_WRITES": {
393                    "type": "integer",
394                    "example": 0
395                  },
396                  "DATA_TRANSFER_INTERNAL_GBYTES": {
397                    "type": "integer",
398                    "example": 0
399                  },
400                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
401                    "type": "integer",
402                    "example": 0
403                  },
404                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
405                    "type": "integer",
406                    "example": 0
407                  },
408                  "PROXY_SERPS": {
409                    "type": "integer",
410                    "example": 0
411                  }
412                }
413              },
414              "usageTotalUsd": {
415                "type": "number",
416                "example": 0.00005
417              },
418              "usageUsd": {
419                "type": "object",
420                "properties": {
421                  "ACTOR_COMPUTE_UNITS": {
422                    "type": "integer",
423                    "example": 0
424                  },
425                  "DATASET_READS": {
426                    "type": "integer",
427                    "example": 0
428                  },
429                  "DATASET_WRITES": {
430                    "type": "integer",
431                    "example": 0
432                  },
433                  "KEY_VALUE_STORE_READS": {
434                    "type": "integer",
435                    "example": 0
436                  },
437                  "KEY_VALUE_STORE_WRITES": {
438                    "type": "number",
439                    "example": 0.00005
440                  },
441                  "KEY_VALUE_STORE_LISTS": {
442                    "type": "integer",
443                    "example": 0
444                  },
445                  "REQUEST_QUEUE_READS": {
446                    "type": "integer",
447                    "example": 0
448                  },
449                  "REQUEST_QUEUE_WRITES": {
450                    "type": "integer",
451                    "example": 0
452                  },
453                  "DATA_TRANSFER_INTERNAL_GBYTES": {
454                    "type": "integer",
455                    "example": 0
456                  },
457                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
458                    "type": "integer",
459                    "example": 0
460                  },
461                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
462                    "type": "integer",
463                    "example": 0
464                  },
465                  "PROXY_SERPS": {
466                    "type": "integer",
467                    "example": 0
468                  }
469                }
470              }
471            }
472          }
473        }
474      }
475    }
476  }
477}

🔥Vinted Scraper OpenAPI definition

OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.

OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.

By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.

You can download the OpenAPI definitions for 🔥Vinted Scraper from the options below:

If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.

You can also check out our other API clients:

Developer
Maintained by Community

Actor Metrics

  • 21 monthly users

  • 4 bookmarks

  • >99% runs succeeded

  • Created in Jul 2023

  • Modified 3 months ago

Categories