v0.5.1
What's New
Vinted Scraper API
Added full Vinted Scraper API support with methods for all endpoints:
vinted.search()— Search Vinted catalog items with filters (query, market, price, brands, colors, etc.)vinted.items.get()— Get detailed item informationvinted.users.get_profile()— Get user profile datavinted.users.get_items()— List items from a specific uservinted.reference.brands()— Search brand IDs by namevinted.reference.colors()— List available color filtersvinted.reference.statuses()— List item condition statusesvinted.reference.markets()— List all 26 supported Vinted markets
Fixes
- Added comprehensive test coverage for Vinted module (82 tests)
- Added Vinted API documentation guide
- Fixed ruff import ordering lint error
Full Changelog: v0.5.0...v0.5.1