Vinted data
1.0.0
來自 Vinted.fr 的 Vinted 數據和搜索
Vinted 資料可以在Google Sheets或Google Data Studio報告中視覺化。這些內容於每天 09:00 (GMT+2) 實現,並儲存在 Google 表格和 GitHub 儲存庫的DATA 資料夾中。
目前,品牌 ID是收集時間最長的 ID,因為我沒有找到僅透過一個或幾個請求即可取得所有 ID 的查詢。目前,該標識符的資料收集是透過查詢每個品牌(目前超過 2000 個品牌)來完成的。
目前,我研究 Vinted API 以找到比抓取 HTML 更好的解決方案。
Vinted 搜尋工作完美,可處理 7 種不同的 ID(目錄、顏色、品牌、尺寸、材料、狀態、國家/地區)。它傳回一個字典,其中鍵“items”是透過使用的搜尋找到的項目清單。該方法可以在文件collect_data.py中找到。因此,您可以按如下方式使用它:
from collect_data import searchVinted
search = searchVinted (
catalog = [ 221 ],
color = [ "pink" ],
brand = [ 53 ])
這應該可以建立對應的網址:https://www.vinted.fr/vetements?search_text=&per_page=120&page=1&price_from=0&price_to=1000000¤cy=EUR&catalog%5B%5D=221&color_id%5B%5D=5&catalog%5B%5D=221&color_id%5BrandD05&b
並返回以下字典: