App Logo
vinted.com

Vinted — Send a message to an item's seller

Send a message to the seller of a Vinted listing, using the signed-in account's own "Ask seller" conversation composer on the item page.

Input

itemUrl required

Full URL of the vinted.com/vinted.fr item listing to message the seller about, e.g. https://www.vinted.fr/items/9875508965-livre

message required

The message text to send to the seller.

Output

sent required
conversationUrl required

FAQ

Send a message to the seller of a Vinted listing, using the signed-in account's own "Ask seller" conversation composer on the item page.
Required: itemUrl, message.
It returns sent, conversationUrl.
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/send_message_to_seller, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/vinted.com/send_message_to_seller
It is part of Reduck's official curated catalogue.

Start building not clicking