Skip to main content
GET
Pin
Fetches one pin by URL of the form pinterest.com/pin/<id>.
The response is camelCase graph style — entityId, category, totalReactionCount, aggregatedPinData, richMetadata, pinner, originPinner, genAiTopics — not the snake_case shape of get_pinterest_search results.
Not every URL search returns will resolve here. Of 12 search results fed straight back, the 3 whose URL ended in a shortcode (dwA0UYrl style) all answered 404, and one numeric id did too. Check for a numeric trailing id before calling.
Measured at 12.5 KB, the smallest full response in this API. trim=true reduces it to 1.6 KB, keeping entityId, description, createdAt, pinner, originPinner, nativeCreator, shareCount, repinCount and totalReactionCount while dropping richMetadata and category. To page through the board a pin sits on, use get_pinterest_board.

Example

Authorizations

Authorization
string
header
required

AIsa API key. Get yours at https://aisa.one

Query Parameters

url
string
required

Pinterest pin URL

trim
boolean

Set to true for a trimmed down version of the response

Response

200 - application/json

Successful response

success
boolean
credits_remaining
integer
entityId
string
pinner
object
originPinner
object | null
description
string
createdAt
string
repinCount
integer
totalReactionCount
integer