Why both live on one page
People arrive at a Pinterest downloader wanting one of two unrelated things: someone's profile picture, or the media inside a pin. Making you choose between two pages first means guessing which word we used for the thing you want.
So the box works out which you have. If what you paste contains /pin/ or is a pin.it short link, it is treated as a pin. Anything else is treated as a username. Pasting a whole profile URL still gets you the profile picture, because a profile address has no /pin/ in it.
Behind the form the two jobs stay completely separate, running through different endpoints with different handling. Only the input box is shared.
Profile pictures
Pinterest displays avatars small and offers no way to enlarge them. The stored image goes up to 750 pixels, and that is what you get here.
Use the username from the address bar, not the display name. A profile shows a large display name that often has spaces, emoji or a business name in it; the username is the part after pinterest.com/. Regional domains like pinterest.co.uk, pinterest.de and br.pinterest.com all serve the same accounts, so a link from any of them works.
Pins are not all the same kind of file
Pinterest calls everything a pin, but three different things hide behind the word:
- Video pins are MP4 files, often stored in several qualities. The best available one is returned.
- Image and GIF pins are single files. The feed shows a compressed 236 or 564 pixel version while the original is considerably larger.
- Idea pins are multi-page and can mix video with stills, so results vary more than with ordinary pins.
The preview that appears is real — a working player for video, the actual image for stills — so you can confirm you have the right pin before saving.
Getting a pin link on a phone
Open the pin in the app, tap the share icon, then Copy link. That produces a pin.it address, which works here. On a computer the full pinterest.com/pin/… URL in the address bar works just as well.
No watermark, because none is added
Some downloaders stamp a logo onto what you save. Nothing is added here. Files stream from Pinterest's own servers to your device unchanged — same bytes, same quality.
What will not work
Secret boards, private accounts and deleted pins are not publicly readable, so no tool can reach them. Each of those returns a clear error here rather than a broken file.