Skip to content
scrapeatlas.Dashboard

Get a member's feedback

Try in Playground

Page through the feedback a member received, from buyers and from the system, with ratings, authors and written replies.

GET/v1/vinted/user/feedbacksx-api-key
x-api-keystringrequiredheader

Your ScrapeAtlas customer key. Create one on /account/ and set SCRAPEATLAS_API_KEY.

Query parameters
6
user_idstringquery

Numeric Vinted member id. Exactly one of user_id or url.

Example316651900
urlstringquery

Public member URL https://www.vinted.<domain>/member/{id}-{login}; the host selects the marketplace.

min 1 chars · max 2048 chars

domainenumquery

Marketplace domain suffix the data was read from (com, fr, de, co.uk, …).

one of: com, at, be, com.au, cz, de, dk, ee, es, fi, fr, gr, hr, hu, ie, it, lt, lu, lv, nl, pl, pt, ro, se, si, sk, co.uk

Examplefr
pagestringquery

Page number, 1–1000; default 1.

per_pagestringquery

Records per page, 1–96; default 24.

byenumquery

all (default), user (written by members) or system (automatic evaluations).

one of: all, user, system

Response fields
48
requestIdstring

Random operational correlation ID.

Upstream requests (the anonymous token HEAD counts as one), response bytes and elapsed milliseconds.

accounting.upstreamRequestsinteger

Always included.

≥ 0

accounting.responseBytesinteger

Always included.

≥ 0

accounting.durationMsnumber

Always included.

≥ 0

successboolean

True when usable public data was retrieved.

statusenum

success, partial, failed or challenged. Inspect coverage even for HTTP 200.

one of: success, partial

sourceUrlstring

Public www.vinted.<domain> URL the data belongs to.

absolute HTTPS URL

fetchedAtstring

UTC retrieval timestamp.

Complete means this bounded read had no known omissions; warnings name each omission.

coverage.sourceenum

public_api for the JSON web API, public_page for the item page.

one of: public_api, public_page

coverage.completeboolean

False when any warning is present.

coverage.warningsstring[]

Machine-readable coverage information for this response.

domainenum

Marketplace domain suffix the data was read from (com, fr, de, co.uk, …).

one of: com, at, be, com.au, cz, de, dk, ee, es, fi, fr, gr, hr, hu, ie, it, lt, lu, lv, nl, pl, pt, ro, se, si, sk, co.uk

Feedback records, newest first.

up to 96 items

feedbacks.idstring

Feedback id.

feedbacks.urlstringnullable

Public feedback URL.

feedbacks.itemIdstringnullable

Item the feedback is about, when the source links one.

feedbacks.textstringnullable

Feedback text.

feedbacks.ratingintegernullable

Rating 1–5.

feedbacks.createdAtstringnullable

Created, ISO 8601 UTC.

feedbacks.isSystembooleannullable

Automatic evaluation rather than a member's words.

feedbacks.userIdstringnullable

Member the feedback is about.

Member who left it: id, login, profile URL and avatar.

feedbacks.author.idstring

Always included.

feedbacks.author.loginstringnullable

Always included.

feedbacks.author.urlstringnullable

Always included.

feedbacks.author.businessbooleannullable

Always included.

Always included.

feedbacks.author.photo.idstringnullable

Always included.

feedbacks.author.photo.urlstringnullable

Always included.

Written reply by the rated member, or null.

feedbacks.comment.textstringnullable

Always included.

Always included.

feedbacks.comment.user.idstring

Always included.

feedbacks.comment.user.loginstringnullable

Always included.

feedbacks.comment.user.urlstringnullable

Always included.

feedbacks.comment.user.businessbooleannullable

Always included.

Always included.

feedbacks.comment.user.photo.idstringnullable

Always included.

feedbacks.comment.user.photo.urlstringnullable

Always included.

feedbacks.localizationstringnullable

Source translation state.

Source page state.

pagination.pageintegernullable

Current page.

pagination.perPageintegernullable

Records per page.

pagination.totalPagesintegernullable

Total pages.

pagination.totalEntriesintegernullable

Total feedback entries.

pagination.hasMoreboolean

Whether page + 1 exists.

HTTP 200 returns the success variant. Check status: partial means usable data with warnings, and failed or challenged requests carry a failure object described in Errors & responses.

Error codes
9
HTTPfailure.codeMeaning
400invalid_requestMissing, duplicate, unsupported or invalid parameters, more than one selector, a domain that does not match the URL host, or a page beyond what the source accepts.
401unauthorizedMissing or invalid service key.
404not_foundUnknown item or member.
429upstream_rate_limitedVinted rate limited the request; no automatic retry.
502upstream_challengedDataDome/Cloudflare challenge, HTTP 401/403/503, or no anonymous token issued.
502unsupported_page unsafe_redirect response_too_large request_limit upstream_errorBounded retrieval failed, the page belongs to another item, or the response no longer matches the expected structure.
503busyAll worker slots occupied.
504timeoutDeadline exceeded.
200partialCoverage warnings such as pricing_missing, photos_missing or pagination_missing.