App Logo
vinted.com

Vinted — favourite an item

Add a Vinted listing to the signed-in account's favourites. Does nothing if it is already favourited, and confirms the result by reading the listing's own favourite state back after the change.

Input

item required

The listing's full URL, or just its numeric id (e.g. "9660541909" or "https://www.vinted.com/items/9660541909-levis-501").

Output

id required
url required
favourited required

The listing's favourite state read back from the page after the run.

title optional
account_used optional

The signed-in account that performed the action, read from the page.

favourites_after optional
favourites_before optional

The listing's total favourite count before the change.

already_favourited optional

True when it was already a favourite and nothing was changed.

FAQ

Add a Vinted listing to the signed-in account's favourites. Does nothing if it is already favourited, and confirms the result by reading the listing's own favourite state back after the change.
Required: item.
It returns id, url, title, favourited, account_used, favourites_after, favourites_before, already_favourited.
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/favourite_item, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/vinted.com/favourite_item
It is part of Reduck's official curated catalogue.

Start building not clicking