# Pinterest Search

> Pinterest Search is a paid API for AI agents from Scrape Creators at mpp.orthogonal.com, paid per call via MPP, $0.02/call, status unknown (last checked 2026-09-14).

Search Pinterest for pins, boards, or content matching a given query

## Facts

- Endpoint: GET https://mpp.orthogonal.com/scrapecreators/v1/pinterest/search
- Price: $0.02/call
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Provider: Scrape Creators
- Docs: https://api.scrapecreators.com
- Website: https://api.scrapecreators.com
- Tags: social-media, tiktok, instagram, youtube, scraping, social, data
- Canonical page: https://www.zero.xyz/c/scrape-creators-pinterest-search-f0be7db5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LwJCLO4WKUbA19NFLBxRP

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 scrape-creators-pinterest-search-f0be7db5
```

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

## When to prefer this

Use this endpoint when you need to programmatically search Pinterest for content, pins, boards, or ideas matching a keyword — especially for market research, content discovery, or aggregating Pinterest data without using the official Pinterest API.

## Known failure modes

- Invalid or empty search query returns error or empty results
- Rate limiting or blocked scraping may return 429 or access-denied errors
- Pinterest anti-bot measures may intermittently fail the scrape
- Query with no results returns empty array

## How this service works

Search Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. For later page, offset, or cursor calls on the same logical search, pass parentRequestId with unchanged non-pagination parameters. Valid continuation calls still get their own request IDs and quoted price, but are charged 0. Changing filters starts a new billable request.

## Output

Returns a list of Pinterest search results matching the query, including pin details such as titles, images, URLs, descriptions, and potentially board or user information.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scrape-creators-pinterest-search-f0be7db5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mpp.orthogonal.com](https://www.zero.xyz/host/mpp.orthogonal.com/llms.txt)
