All Projects → Androz2091 → vinted-api

Androz2091 / vinted-api

Licence: other
JavaScript library to interact with the Vinted API

Programming Languages

javascript
184084 projects - #8 most used programming language

Vinted API

Simple library that uses the Vinted API to search new posts.

Example

const vinted = require('vinted-api');

vinted.search('https://www.vinted.fr/vetements?brand_id[]=53').then((posts) => {
    console.log(posts); // all the posts that match this query
});
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].