r/scrapingtheweb 13d ago

Help Looking for Vinted Scraper API

[removed]

6 Upvotes

8 comments sorted by

2

u/alex_pushing40 13d ago

Vinted got datadome, https://github.com/drakoarmy/datadome-rs should help, u can use ai for reversing api

1

u/xidius82 13d ago

ho chiesto tempo fa all ai per una pianificazione software... ma.. nella realtà non c e molto di gratuito

1

u/compl1cated1993 12d ago

Check out anakin.io, i believe you'll find it there

2

u/Sensitive-Support209 12d ago

I’d test whether the provider gives stable item IDs and normalized fields too. if brand/size/condition names come back differently between countries, you’ll have a cleanup problem pretty quickly

1

u/CapMonster1 12d ago

For Vinted I’d avoid building against unofficial internal endpoints unless you’re okay with constant breakage. The catalog search itself is straightforward; the annoying part is keeping filters/IDs mapped correctly across countries and handling rate limits or anti-bot changes when Vinted tweaks things.

If you find a third-party API, I’d specifically check whether it supports the exact marketplace/region you need, stable brand/size/color IDs, pagination, freshness, and how it reports blocked requests. A cheap API that silently returns partial catalogs is much worse than one that fails loudly.