@powerm1nt/vinted-api
TypeScript icon, indicating that this package has built-in type declarations

2.13.13 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @powerm1nt/vinted-api

Weekly Downloads

2

Version

2.13.13

License

ISC

Unpacked Size

9.79 kB

Total Files

9

Last publish

Collaborators

  • powerm1nt