Gertje823 / Vinted-Scraper

This is a tool to scrape/download images and data from Vinted & Depop using the API and stores the data in a SQLite database.
GNU General Public License v3.0
82 stars 18 forks source link

[Feature Request] Scrape the number of like #45

Open rct31 opened 6 months ago

rct31 commented 6 months ago

Hi, I would like to order the t shirts by the number of likes.

To do that, do you think it's possible to scrape the number of like of the items in order sort them by this number after all ?

Thanks,

Gertje823 commented 6 months ago

If you are talking about Vinted, than it should be possible. There is a field called favourite_count for each item in the json response. I will try to implement this when I have the time.