Read as Markdown · Use with an AI agent
Quickstart
Start with Vinted
Search public second-hand listings in Great Britain or France, follow item and seller identifiers, and compare asking prices. Sold-comparable prices are not verified final transaction amounts.
These requests use your API key and can spend credits. Check the current price on the endpoint page; each new page is a separate request. Later examples use illustrative identifiers: replace them with values from your earlier response.
1. Find items
Preserve market, filters and page size when following the returned cursor. Parameters and current cost →
curl "https://www.monocrawl.com/v1/vinted/search?query=Levis%20501&market=gb&limit=10" \ -H "x-api-key: mn_your_key_here"
2. Inspect an item
Use an id from search. The result includes available photos, description, category, brand, condition and seller_id. Parameters and current cost →
curl "https://www.monocrawl.com/v1/vinted/item?id=10062088255" \ -H "x-api-key: mn_your_key_here"
3. Inspect the seller
Use seller_id from the item. Read seller-items and seller-feedback separately. Parameters and current cost →
curl "https://www.monocrawl.com/v1/vinted/seller?id=3154597880" \ -H "x-api-key: mn_your_key_here"
Filters and coverage
Choose filters with the source behavior in mind
| Control | Behavior and limits |
|---|---|
| Markets and currency | Choose gb or fr and retain the market across child lookups. Compare price and currency together; amounts are asking prices. Endpoint reference → |
| Continuation | Keep query, filters and limit unchanged. Use the returned cursor, which expires after one hour. Results already delivered are removed from continuation pages. Endpoint reference → |
| Price guidance | Currently France only. Use category_id, brand_id and condition_id from an item. A suggestion or sold comparable is not a guaranteed transaction value. Endpoint reference → |
Source availability, ordering and field coverage can change. Inspect warnings and partial-result metadata alongside the rows. See runnable workflows, computed fields and pagination and caching.
Choose an endpoint
Match the operation to your task
| Your task | Endpoint | When to use it |
|---|---|---|
| Visual matches | search-by-image | Use an HTTPS Vinted image URL returned by an item. Similarity scores are not supplied. |
| Sold comparables | sold-comparables | Use category_id, brand_id and condition_id from an item. |
| Price guidance | price-suggestions | Currently France only. Suggested asking prices are not guaranteed sale values. |
Explore all documented operations by purpose below. Each endpoint reference contains its accepted parameters and current price.
Other operations
Search and discovery
Reviews and offers
Operations
Vinted
Each row is a registry operation: expand it for parameters, a curl built from the registry's own examples, and a Markdown copy of the whole entry. The badge on the right is the operation's state, read at request time — we publish all three rather than rounding up. Recorded proof is historical, not a guarantee of current availability.
- live · proven
- a real upstream response has been served through this API and recorded
- wired · unproven
- a real-data route is registered, but qualifying proof is absent; permission or capacity restrictions may apply
- sample · free
- no live upstream — /v1 refuses it, /sandbox returns a marked sample
Vinted
8 operationsElsewhere
The same registry, other shapes
- Vinted overview — supported data categories and use cases for this platform.
- Full endpoint reference — every platform on one page.
/openapi.jsonor/openapi.yaml— the machine-readable contract, for Postman, Insomnia or a client generator.GET /v1/utility/endpoints?platform=vinted— the same rows to your code at runtime, for 0 credits.