MCPcopy Index your code
hub / github.com/Androz2091/vinted-api

github.com/Androz2091/vinted-api @v2.9.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release v2.9.1 ↗ · + Follow
4 symbols 6 edges 3 files 0 documented · 0% updated 14mo agov2.9.1 · 2022-05-12★ 10813 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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

Extension points exported contracts — how you extend this code

VintedSearchResult (Interface)
(no doc)
index.d.ts

Core symbols most depended-on inside this repo

fetchCookie
called by 2
index.js
parseVintedURL
called by 1
index.js
search
called by 0
index.js

Shape

Function 3
Interface 1

Languages

TypeScript100%

Modules by API surface

index.js3 symbols
index.d.ts1 symbols

For agents

$ claude mcp add vinted-api \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page