App Logo
vinted.com

Vinted — search item listings

Search Vinted listings by keyword and return one page of results with each item's title, brand, size, condition, price, total price with Buyer Protection, favourite count, photo and link. Supports sorting, a price range and paging.

Input

query required

Free-text search, e.g. "levis 501" or "nike air max".

page optional

Result page, 96 items per page. Pages are near-disjoint but not a frozen snapshot: newly listed items shift the window, so consecutive pages fetched minutes apart can repeat a couple of items.

Default: 1
order optional

Sort order. Omit for the site default (relevance).

price_to optional

Maximum item price, in the currency the run's session resolves to.

price_from optional

Minimum item price, in the currency the run's session resolves to.

Output

page required
items required
search_url required

FAQ

Search Vinted listings by keyword and return one page of results with each item's title, brand, size, condition, price, total price with Buyer Protection, favourite count, photo and link. Supports sorting, a price range and paging.
Required: query. Optional: page, order, price_to, price_from.
It returns page, items, search_url.
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/search_items, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/vinted.com/search_items
It is part of Reduck's official curated catalogue.

Start building not clicking