# AnyAPI Vinted Search

> AnyAPI Vinted Search is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.0595/call, status unknown (last checked 2026-09-15).

Searches Vinted marketplace listings by keyword or filter, returning structured product data from the secondhand fashion platform.

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/vinted.search
- Price: $0.0595/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-vinted-search-0e043122
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SQY527QHoHJUUQky9mnJZ

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability anyapi-vinted-search-0e043122 -d '<json body>'
```

Example prompt: Search Vinted for secondhand Levi's 501 jeans in size 32 under €40 and show me the top listings including prices, conditions, and seller names.

## When to prefer this

Use this endpoint when you need programmatic access to Vinted marketplace listings without managing a Vinted account or scraping infrastructure. Ideal for price comparison, inventory monitoring, or building resale tools focused on the European secondhand fashion market. Prefer this over general web scraping when Vinted-specific structured data (price, condition, seller) is needed.

## Known failure modes

- No results returned if search term is too niche or misspelled
- Vinted may block scraping resulting in empty or error response
- Rate limiting may occur on high-frequency queries
- Listings data may be slightly stale if Vinted's page was recently updated
- Invalid or missing query parameter returns an error

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

Returns a JSON array of Vinted product listings matching the search query, typically including item title, price, condition, seller username, item URL, and thumbnail image URL.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-vinted-search-0e043122/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
