GET
/v1/resultsGet Results
Retrieve scraped Vinted product listings with pricing and seller informationRetrieve scraped product listings from Vinted including product details, pricing breakdown, and seller information.
Headers
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
Product Information
id
integer
Example: 2220866
object
string
Example: result
squid
string
Example: 2eea95bc41594fb5898e86e671e4bb3f
run
string
Example: c52de994a19544de9c729b2e4b428255
title
string
Example: Nike Air Max 90 - Size 42
description
stringnull
Example: Great condition, worn only a few times
brand_title
stringnull
Example: Nike
size_title
stringnull
Example: S / 36 / 8
badge
stringnull
Example: null
status
stringnull
Example: null
url
string
Example: https://www.vinted.fr/items/5729689121-...
image_url
stringnull
Example: https://images.vinted.net/...
internal_id
string
Example: 5729689121
Pricing Information
price
number
Example: 45
service_fee
number
Example: 4.5
total_item_price
number
Example: 49.5
currency
stringnull
Example: EUR
discount
numbernull
Example: null
Engagement Metrics
favourite_count
integer
Example: 12
view_count
integer
Example: 89
is_favourite
boolean
Example: false
promoted
boolean
Example: false
is_visible
boolean
Example: true
is_for_swap
booleannull
Example: false
Seller Information
user_id
string
Example: 209950955
user_login
string
Example: sneaker_collector
user_profile_url
string
Example: https://www.vinted.fr/member/209950955-...
user_photo_url
stringnull
Example: https://images.vinted.net/...
user_business
boolean
Example: false
user_is_hidden
booleannull
Example: null
user_is_sus
booleannull
Example: null
Parameters
squidstring
RequiredExample:
2eea95bc41594fb5898e86e671e4bb3frunstring
OptionalExample:
c52de994a19544de9c729b2e4b428255pageinteger
OptionalExample:
1page_sizeinteger
OptionalExample:
50Pro Tip
Use the `next` URL in the response to paginate through all results.
Pro Tip
Check `user_business` to identify professional sellers vs. private individuals.
Note
The `total_item_price` includes the platform service fee that buyers pay.