# PinKeywords - Pinterest Keyword Discovery

> PinKeywords - Pinterest Keyword Discovery is a paid API for AI agents from api.agentwonderland.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Discovers trending Pinterest keywords and related search terms for any seed keyword or niche

## Facts

- Endpoint: POST https://api.agentwonderland.com/x402/endpoints/pin-keywords
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pinkeywords-pinterest-keyword-discovery-ef5d5ebc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_R7Lu9J3IrD41oxiOKd1TZ

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 pinkeywords-pinterest-keyword-discovery-ef5d5ebc -d '<json body>'
```

Example prompt: Can you find me up to 50 trending Pinterest keywords related to 'sustainable home decor' so I can plan my content strategy and optimize my pins for search?

## When to prefer this

Choose this endpoint when you need to research what real users are actively searching for on Pinterest specifically, as opposed to general web search keywords. It is ideal for Pinterest content creators, social media managers, e-commerce sellers on Pinterest, and bloggers who want to optimize their pins and boards for Pinterest's internal search engine. Prefer this over generic keyword tools when the target platform is exclusively Pinterest.

## Known failure modes

- Empty or generic seed keyword returns low-quality or irrelevant results
- Very niche or obscure keywords may return fewer results than the requested maximum
- Payment failure via x402 protocol prevents the call from completing
- Invalid maxKeywords value (e.g. negative number) may cause a validation error
- Rate limiting or temporary service unavailability returns a 5xx error

## How this service works

PinKeywords: Discover trending Pinterest keywords and search terms for any niche. Essential for Pinterest SEO, content planning, and understanding what audiences are searching for on the platform.

## Output

Returns a list of trending Pinterest keywords and search terms related to the provided seed keyword, up to the specified maximum count. Each result represents a discoverable search term used by Pinterest audiences in that niche, useful for SEO optimization, pin tagging, board naming, and content planning.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "keyword": {
   "type": "string",
   "title": "Keyword",
   "description": "Seed keyword to discover related terms"
  },
  "maxKeywords": {
   "type": "integer",
   "title": "Maxkeywords",
   "default": 100,
   "description": "Maximum keywords to return"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pinkeywords-pinterest-keyword-discovery-ef5d5ebc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.agentwonderland.com](https://www.zero.xyz/host/api.agentwonderland.com/llms.txt)
