App Logo
pinterest.com

Get Pinterest pin details

Fetches a single Pinterest pin's public details by id: title, description, image, creator, save/reaction counts, publish date, and (for link pins) the linked destination site. Read-only, no login required.

Input

pinId required

Numeric Pinterest pin id, e.g. "9499849211132942"

Output

id required
url required
title optional
imageUrl optional
saveCount optional
creatorUrl optional
creatorName optional
description optional
linkedDomain optional
creatorHandle optional
datePublished optional
reactionCount optional
destinationUrl optional

FAQ

Fetches a single Pinterest pin's public details by id: title, description, image, creator, save/reaction counts, publish date, and (for link pins) the linked destination site. Read-only, no login required.
Required: pinId.
It returns id, url, title, imageUrl, saveCount, creatorUrl, creatorName, description, linkedDomain, creatorHandle, datePublished, reactionCount, destinationUrl.
No. It only uses pages of pinterest.com that are reachable without signing in.
It only reads. It looks things up on pinterest.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/pinterest.com/get_pin, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/pinterest.com/get_pin
It is part of Reduck's official curated catalogue.

Start building not clicking