# StableSocial Pinterest User Boards

> StableSocial Pinterest User Boards is a paid API for AI agents from stablesocial.dev, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Fetches the list of boards for a given Pinterest user by username

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/pinterest/user/boards
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-pinterest-user-boards-8babe0d3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JAy1-fGuw0rwMOWQxeA8a

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 stablesocial-pinterest-user-boards-8babe0d3 -d '<json body>'
```

Example prompt: Can you pull all the Pinterest boards for the user 'broadstbullycom'? Just give me a trimmed-down version of the results.

## When to prefer this

Choose this endpoint when you need Pinterest board data for a specific user without setting up OAuth or a Pinterest developer account. Ideal for one-off lookups, competitor research, or lightweight integrations where a pay-per-call model is more cost-effective than maintaining a subscription. Best suited for agents that need social data from multiple platforms without managing separate API credentials.

## Known failure modes

- Invalid or non-existent Pinterest handle returns an error or empty result
- Private or restricted accounts may return no board data
- Rate limits or payment failures result in a 402 or rejection response
- Malformed request body (missing handle) causes a validation error
- Pinterest platform changes may cause scraping failures or incomplete data

## How this service works

Pay-per-request access to social media data from TikTok, Instagram, Facebook, Reddit, and LinkedIn. No auth, no subscriptions.

## Output

Returns a list of Pinterest boards associated with the specified username, including board names, IDs, and metadata. When trim is set to true, returns a condensed version with only essential fields.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "trim": {
   "type": "boolean",
   "description": "Set to true for a trimmed down version of the response"
  },
  "handle": {
   "type": "string",
   "minLength": 1,
   "description": "The username of the user to get boards for. (e.g. broadstbullycom from https://www.pinterest.com/broadstbullycom/)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-pinterest-user-boards-8babe0d3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablesocial.dev](https://www.zero.xyz/host/stablesocial.dev/llms.txt)
