InsightSocial API

Pinterest

6 Pinterest endpoints on one API key.

Pins, boards, user boards, trends and search.

Base path: /v1/pinterest/...

Quickstart

cURL
curl "https://api.insightsocial.app/v1/pinterest/pin?url=https%3A%2F%2Fwww.pinterest.com%2Fpin%2F211174978421744%2F" \
  -H "x-api-key: $INSIGHTSOCIAL_API_KEY"

Endpoints

2 of these are metered: the price depends on how much the call reads. See Credits.

EndpointCreditsWhat it returnsKey parameters
/search20–520Returns Pinterest pins matching a keyword, each with its text, original image, pinner and pin date; include=engagement adds save, reaction, comment and share counts.query
/pin20Returns one Pinterest pin: its text, original image, pinner, pin date, and its save, reaction, comment and share counts.url
/url-stats20Returns how many times each of up to 10 external URLs has been saved to Pinterest through the Save Button.urls
/board20–320Returns the pins on a Pinterest board with text, image URL, author, and save, comment and share counts; include=engagement adds each pin's date and reaction count.url
/user/boards20Returns the boards a Pinterest user has created, each with its title, description, pin count, and cover image.handle
/trends200Returns the Pinterest Trends list for one country: ranked search terms with a relative search index, for growing, seasonal, monthly or yearly tables.

On this page