Skip to content

v0.5.1

Choose a tag to compare

@0xGhostCasper 0xGhostCasper released this 31 Mar 21:56
· 101 commits to main since this release

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 information
  • vinted.users.get_profile() — Get user profile data
  • vinted.users.get_items() — List items from a specific user
  • vinted.reference.brands() — Search brand IDs by name
  • vinted.reference.colors() — List available color filters
  • vinted.reference.statuses() — List item condition statuses
  • vinted.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