2.9.2 • Published 3 years ago

@imperiator_/vinted-api v2.9.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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
});

Credits

This is a fork from vinted-api by Androz2091 But this one is currently working and updated.