# AnyAPI Pinterest Search

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

Searches Pinterest and returns pins, boards, or people matching a given query

## Facts

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

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-pinterest-search-2325d5e3 -d '<json body>'
```

Example prompt: Search Pinterest for 'minimalist living room decor' and give me the top results including pin titles, images, and links.

## When to prefer this

Use this endpoint when you need programmatic access to Pinterest search results without a Pinterest developer account or OAuth flow. Ideal for agents that need to gather visual inspiration, trend data, or curated image links from Pinterest on demand, paying only per request with no subscription commitment.

## Known failure modes

- Invalid or missing search query returns error
- Pinterest anti-scraping measures may cause intermittent failures or empty results
- Rate limiting if called too frequently
- Pinterest content blocked in certain regions returns incomplete results
- Malformed JSON response if scraping target page structure changes

## 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 response containing Pinterest search results for the given query, typically including pin titles, image URLs, descriptions, board names, and links to the original pins on Pinterest.

## Response schema (JSON Schema)

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

## More

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