# GEDX402 Social – Pinterest Search

> GEDX402 Social – Pinterest Search is a paid API for AI agents from social.gedx402.com, paid per call via x402, $0.014/call, status unknown (last checked 2026-09-14).

Search Pinterest content via SociaVault proxy, returning pins and related data for a given query, paid per call via x402.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/pinterest/search
- Price: $0.014/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-social-pinterest-search-6f5ffb49
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MR27ijfHO7jt8DQkaFgZX

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 gedx402-social-pinterest-search-6f5ffb49
```

Example prompt: Search Pinterest for 'minimalist home office decor' using SociaVault and return the results — use trim mode to keep the response compact.

## When to prefer this

Use this endpoint when you need programmatic access to Pinterest search results without managing Pinterest API credentials directly, and are willing to pay per-call via x402 micropayments. Prefer this over direct Pinterest API access when you need a simple proxy with a single payment model.

## Known failure modes

- Payment not included or invalid x402 token — payment required error
- Query parameter missing — bad request error
- Invalid cursor token — pagination error or empty results
- Pinterest rate limiting or upstream unavailability — provider error in data field
- Empty result set when query matches no content

## How this service works

SociaVault API proxy — pinterest-search. Query/body matches https://docs.sociavault.com/api-reference/openapi.json. GET/POST per route; x402 per call. $0.014 USDC per request.

## Output

A JSON object with a 'data' field containing Pinterest search results (pins, boards, or profiles matching the query), a 'success' boolean, and a 'provider' field confirming 'sociavault'. Pagination is supported via a cursor token.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "trim": {
   "type": "boolean"
  },
  "query": {
   "type": "string"
  },
  "cursor": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "success": true,
  "provider": "sociavault"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gedx402-social-pinterest-search-6f5ffb49/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from social.gedx402.com](https://www.zero.xyz/host/social.gedx402.com/llms.txt)
