App Logo
vinted.com

Create a Vinted listing

Automatically create a Vinted listing on vinted.com. Create a for-sale listing on Vinted from a photo, title, description, category, condition, price and package size (plus an ISBN for books). Works on whichever Vinted country site the browser is signed in to. Defaults to a dry run that fills the whole form and publishes nothing; saveAsDraft keeps the listing private, otherwise it is published. Confirms the result by reopening the saved item. Categories that also ask for brand or size, such as clothing, are refused for now rather than listed incomplete.

Input

photo required

One JPEG/PNG/WebP photo of the item. Vinted requires at least one.

price required

Asking price in the account's currency.

title required
condition required
description required
packageSize required
categoryPath required

Vinted catalog ids from the top level down to the final category, e.g. [2309, 2312, 2319] for Books & Media > Books > Fiction. Ids are the same in every language.

isbn optional

Optional, book categories only.

dryRun optional

When true (the default) the form is filled and checked but nothing is saved or published.

Default: true
saveAsDraft optional

Save the listing as a private draft instead of publishing it.

Default: false

Output

action required
dryRun required
domain optional
itemId optional
itemUrl optional
category optional

The final category's name as Vinted displays it.

photosUploaded optional

FAQ

Create a for-sale listing on Vinted from a photo, title, description, category, condition, price and package size (plus an ISBN for books). Works on whichever Vinted country site the browser is signed in to. Defaults to a dry run that fills the whole form and publishes nothing; saveAsDraft keeps the listing private, otherwise it is published. Confirms the result by reopening the saved item. Categories that also ask for brand or size, such as clothing, are refused for now rather than listed incomplete.
Ask an AI agent connected to Reduck to run reduck/vinted.com/create_listing, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/vinted.com/create_listing
You do not need one. "Create a Vinted listing" drives the real vinted.com pages in a browser, so it works whether or not vinted.com offers an API for this.
Required: photo, title, description, categoryPath, condition, price, packageSize. Optional: isbn, dryRun, saveAsDraft.
It returns action, domain, dryRun, itemId, itemUrl, category, photosUploaded.
Yes. It acts as you on vinted.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the vinted.com cookies saved by the Reduck extension.
It makes changes on vinted.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/vinted.com/create_listing, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/vinted.com/create_listing
It is part of Reduck's official curated catalogue.

Start building not clicking