Pinterest
Extract pins, boards, and search results
Extract pins, boards, and search results. 4 endpoints available.
Base URL: /v1/pinterest/...
Getting Started
2. Fetch their content
curl "https://socialcrawl.dev/v1/pinterest/board?url=https://www.pinterest.com/pinterest/official-pinterest-pins/" \
-H "x-api-key: sc_your_api_key_here"3. Read computed fields
Every response includes computed fields: engagement_rate, language, content_category, and estimated_reach.
Endpoints
| Endpoint | Path | Credit Tier |
|---|---|---|
| Search Pinterest pins | /v1/pinterest/search | standard (1cr) |
| Get Pinterest pin details | /v1/pinterest/pin | standard (1cr) |
| Get Pinterest board | /v1/pinterest/board | standard (1cr) |
| List Pinterest user boards | /v1/pinterest/user/boards | standard (1cr) |
Notes
- All endpoints use
GETmethod with query parameters - Authentication via
x-api-keyheader - Responses follow the unified SocialCrawl schema
