Giglium / vinted_scraper

A very simple Python package that scrapes the Vinted website to retrieve information about its items.
MIT License
15 stars 3 forks source link

Add the possibility to scrap information from the user profile page #4

Open Giglium opened 1 year ago

Giglium commented 1 year ago

What is the current behavior? And why it does suit you?

Right now, all the information scrapped from the user is retrieved from the search page, and the item details page so we miss some information. For example, I cannot know all the items that a user has in stock.

Describe the solution you'd like

Add two new functions get_user and get_raw_user that return the data scraped from the user profile