App Logo
vinted.com

Vinted — read one item listing

Read a single Vinted listing from its link or id: title, full description, price and total with Buyer Protection, brand, size, condition, colour, material, upload time, category path, every photo, favourite count and the seller's profile.

Input

item required

The listing's full URL, or just its numeric id — e.g. "https://www.vinted.com/items/9996007247-size-12-panda-dunks" or "9996007247". Format examples only: Vinted ids are not stable over time, since listings are removed once sold or withdrawn. Pass an id you have just seen (vinted.com/search_items is the cheap way to get live ones); an id that no longer resolves is reported as such.

Output

id required
url required
size optional
brand optional
price optional

Item price as displayed, read from the listing's own sidebar price box. Anonymous runs render the geo-default currency, not an account currency.

title optional
colour optional
photos optional
seller optional
is_sold optional

True when the listing has sold or been withdrawn; null when the page's signals disagree.

category optional
currency optional
material optional
uploaded optional

Upload time as the page phrases it, e.g. "9 minutes ago".

condition optional
favourites optional

How many users favourited it. Null when the page renders the favourite control disabled with no count, which it does on a session-less run — that is unknown, not zero.

description optional

Null on a sold listing, which no longer carries its description anywhere readable.

total_price optional

Price including Buyer Protection, as displayed. Guaranteed >= price: that is what the field means, and the script throws rather than return a value below price, because the only way to read one is to have picked up a different listing's price node. Null if the listing's own price box no longer carries a total.

price_amount optional

Numeric item price; null on a sold listing. Only meaningful together with currency, since the site converts per session.

category_path optional
is_favourited optional

Whether the account has favourited it; null when the run had no session, which is the default for this script.

FAQ

Read a single Vinted listing from its link or id: title, full description, price and total with Buyer Protection, brand, size, condition, colour, material, upload time, category path, every photo, favourite count and the seller's profile.
Required: item.
It returns id, url, size, brand, price, title, colour, photos, seller, is_sold, category, currency, material, uploaded, condition, favourites, description, total_price, price_amount, category_path, is_favourited.
No. It only uses pages of vinted.com that are reachable without signing in.
It only reads. It looks things up on vinted.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/vinted.com/get_item, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/vinted.com/get_item
It is part of Reduck's official curated catalogue.

Start building not clicking