Skip to content

0xbstn/Vinted-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 31, 2022
c588dea · May 31, 2022

History

9 Commits
Apr 27, 2022
Apr 27, 2022
Apr 27, 2022
Apr 27, 2022
Apr 27, 2022
May 31, 2022
Apr 27, 2022
May 12, 2022
Apr 27, 2022

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published