SocialCrawl
Pinterest

Pinterest

Extract pins, boards, and search results

Pinterest

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

EndpointPathCredit Tier
Search Pinterest pins/v1/pinterest/searchstandard (1cr)
Get Pinterest pin details/v1/pinterest/pinstandard (1cr)
Get Pinterest board/v1/pinterest/boardstandard (1cr)
List Pinterest user boards/v1/pinterest/user/boardsstandard (1cr)

Notes

  • All endpoints use GET method with query parameters
  • Authentication via x-api-key header
  • Responses follow the unified SocialCrawl schema
Pinterest | Socialcrawl