6 Pinterest endpoints on one API key.
Pins, boards, user boards, trends and search.
Base path: /v1/pinterest/...
Quickstart
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.
| Endpoint | Credits | What it returns | Key parameters |
|---|---|---|---|
/search | 20–520 | Returns 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 |
/pin | 20 | Returns one Pinterest pin: its text, original image, pinner, pin date, and its save, reaction, comment and share counts. | url |
/url-stats | 20 | Returns how many times each of up to 10 external URLs has been saved to Pinterest through the Save Button. | urls |
/board | 20–320 | Returns 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/boards | 20 | Returns the boards a Pinterest user has created, each with its title, description, pin count, and cover image. | handle |
/trends | 200 | Returns the Pinterest Trends list for one country: ranked search terms with a relative search index, for growing, seasonal, monthly or yearly tables. | — |