---
title: "Get User Items"
method: GET
path: "/v1/vinted/users/{user_id}/items"
---

# Get User Items

`GET /v1/vinted/users/{user_id}/items`

List all active items from a specific Vinted user.

## Path parameters

- `user_id` integer, required

## Query parameters

- `market` string
- `page` integer
- `per_page` integer

## Response `200`

User items list

- object
  - `items` VintedItemSummary[]
    - `id` integer — Item ID.
    - `title` string — Item title.
    - `price` string — Price in local currency (e.g. "15.00").
    - `currency` string — ISO 4217 currency code (e.g. "EUR").
    - `brand_title` string, nullable — Brand name.
    - `size_title` string, nullable — Size label.
    - `photo` VintedPhoto
      - `url` string — Photo URL.
      - `width` integer, nullable — Width in pixels.
      - `height` integer, nullable — Height in pixels.
    - `url` string — Full URL to the Vinted listing.
    - `user` VintedUserSummary
      - `id` integer — User ID.
      - `login` string — Username.
      - `photo` object, nullable
        - `url` string
      - `feedback_reputation` number, nullable — Reputation score between 0 and 1.
    - `favourite_count` integer — Number of users who favourited this item.
    - `seller_country_code` string, nullable — ISO 3166-1 alpha-2 code of the seller's physical country (e.g. "IT"), or null if it could not be resolved.
  - `total_entries` integer — Total number of items listed by this user.
  - `current_page` integer — Current page number.
  - `per_page` integer — Number of items per page.

---

[API](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api.md) · [All operations](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scrapebadger/scrapebadger-account-api/revisions/4a1ef8777baf/schema)
