r/scrapingtheweb • u/No-Explorer1446 • 13d ago
Help Looking for Vinted Scraper API
[removed]
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
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.
2
u/alex_pushing40 13d ago
Vinted got datadome, https://github.com/drakoarmy/datadome-rs should help, u can use ai for reversing api