Pinterest Deep Link Generator
Turn any pin, board, or profile URL into a deeplink that opens straight in the Pinterest app, where savers are signed in and one tap from a save.
A pin shared outside Pinterest usually opens in a logged-out web view with a signup wall over the content. Saves, follows, and board adds all need an account, so that wall sits directly between your pin and the action you wanted. This Pinterest deep link generator hands the link to the Pinterest app instead, where the user is already signed in.
How to create your deep link
- 1Copy your pin, board, or profile URL (pinterest.com or a pin.it short link).
- 2Paste it above and tap Generate Smart Link.
- 3Share the deeplink in bios, newsletters, or on other platforms.
Pins, boards, and profiles
Full pinterest.com URLs and pin.it short links are both supported. On Android the link uses an intent that resolves to the installed Pinterest app with a browser fallback; on iPhone it escapes the in-app browser into Safari, where Pinterest's Universal Link can take over.
The signup wall is the whole problem
Pinterest's logged-out web view pushes registration hard, and a visitor who came to look at one pin usually leaves rather than signing up. In the app they are already authenticated, so saving is a single tap and no wall appears.
Useful for bloggers driving traffic back
If you promote pins from a newsletter, a blog, or another social platform, an app-opening link is the difference between a view and a save. Free, unlimited, no account needed.
Tested implementation note for Pinterest
The shipping generator handles pinterest.com, pin.it URLs this way: Package-less intent on Android; Safari escape on iOS where Pinterest's Universal Link takes over.
- Test URL shape
- https://www.pinterest.com/pin/1234567890/
- Android path
- Package-less Android intent; an installed app claims its verified domain.
- iPhone path
- Safari hand-off first; the destination decides whether its app can open.
- Failure path
- If no installed app accepts the hand-off, the original HTTPS destination remains the fallback.
Verified against the generator on . See the tested deep link reference for the iOS and Android paths and the underlying samples.
Frequently Asked Questions
Do pin.it short links work?
Yes. Both full pinterest.com URLs and pin.it short links are supported.
Will the pin open in the Pinterest app on iPhone?
The link escapes the in-app browser into Safari, where Pinterest's Universal Link opens the app if it is installed. If it is not, the pin loads on the web.
Is the Pinterest deep link generator free?
Yes — unlimited links, no account, no cost.