Vinted: Get User Profile
Vinted via Parse · marketplace
Fetch a Vinted member's profile information and their current active wardrobe listings. Accepts a Vinted username, numeric user ID, or full profile URL (e.g. https://www.vinted.com/member/12345-username). Returns the user's profile details (location, feedback, verification status) and a paginated list of their wardrobe items with id, title, price, currency, URLs, images, brand, size, and status. Makes two upstream requests per call: one for the user profile and one for the wardrobe page. Pagination is controlled by page and per_page parameters; omitting them returns the first 20 items. Retrieve Vinted user profiles and their active wardrobe listings from vinted.com. Fulfilled by Parse from www.vinted.com.
- ecommerce
- marketplace
- parse
- platform-key
- social-media
- vinted
- www-vinted-com
Price and execution
- Price
- Quote unavailable
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- marketplace
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/5bc56f4f-c3b0-4879-9415-3b4bb2995509/get_user_profile
- Interface artifact
- sha256:6388e6ca16b925079f224717dfc3ecc40eed95de1eb6ef18007e5e814c023836
- Manifest digest
- sha256:40b2b338f35540c4932e9ac1e554ff0829819d2b443c0b0b57f7bb27ce00191a
Request fields
- page (integer): Page number for wardrobe listings pagination.
- user (string, required): Vinted member identifier. Accepts a username (e.g. 'strwbrrycakee'), a numeric user ID (e.g. '3180501945'), or a full Vinted profile URL (e.g. 'https://www.vinted.com/member/3180501945-strwbrrycakee').
- per_page (integer): Number of wardrobe listings per page. Maximum 96.
Example queries
- {"user":"strwbrrycakee"}