teddy-vltn / vinted-js-api

A working Vinted JS API to fetch vinted catalog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vinted-js-api

A working Vinted JS API to fetch vinted catalog


How to use:

To fetch vinted catalog items from their API simply use:

fetchItems().then((items) => {
    //console.log(items);
    
    //your code
});

To set filters in your search using vinted filters:

// set max price of an item to 20
setFilter("currency", "EUR");
setFilter("price_to", 20);

About

A working Vinted JS API to fetch vinted catalog

License:MIT License


Languages

Language:JavaScript 100.0%