# AnyAPI Etsy Search

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

Searches Etsy marketplace listings by keyword and returns structured product results including titles, prices, shop info, and listing details.

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/etsy.search
- Price: $0.04325/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-etsy-search-6b78d468
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6ndl5LNcZfcRkuE_55Bl6

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-etsy-search-6b78d468 -d '<json body>'
```

Example prompt: Search Etsy for 'personalized leather wallets' and show me the top 10 listings with their prices, shop names, and links.

## When to prefer this

Use this endpoint when you need programmatic access to Etsy search results without maintaining your own scraping infrastructure, managing Etsy API credentials, or paying monthly subscription fees. Ideal for price comparison tools, product research, gift finders, and e-commerce aggregators that need Etsy data on demand at low per-call cost.

## Known failure modes

- No results found for the given keyword — returns empty results array
- Invalid or missing search query — returns 400-level error
- Etsy anti-scraping measures temporarily block the request — returns error or empty response
- Rate limiting or quota exceeded on AnyAPI side — returns error response
- Network timeout if Etsy is slow to respond

## 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

A JSON object containing an array of Etsy product listings matching the search query, each with fields such as listing title, URL, price, shop name, thumbnail image URL, listing ID, and potentially ratings and review counts.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-etsy-search-6b78d468/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)
