zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Downloader/Pinterest Downloader
Logo Pinterest Downloader

Pinterest Downloader

Download video & gambar dari Pinterest. Tempel URL pin.

1 endpoint1 endpoint on this scraper35 calls35 calls so farupdated 4 months agoLast updated 6/13/2026, 2:21:52 AMBusy: 10+ calls so farllms.txt
Endpoints1

1/1 passing
checked 19 hours ago · daily 01:00 WIB

Download

Download media dari Pinterest.

GET/v1/downloader:pinterest/download1h cache4 paramschecking key…
Parameters
urlstringrequired

Pinterest media URL (video or post). Query params are fine.

qualityenum

Max video quality — max = best available. Ignored when audioOnly=true.

audioOnlyenum

Set true to fetch audio only. Default false (video).

audioFormatenum

Audio container when audioOnly=true. Default mp3.

·
Response
EXAMPLE
{
  "ok": true,
  "url": "https://v1.pinimg.com/videos/mc/720p/0b/62/71/0b6271d4b1295244d6a319949d7a1e5f.mp4",
  "type": "video",
  "filename": "pinterest_901212575419320219.mp4",
  "provider": "pinterest",
  "originalUrl": "https://www.pinterest.com/pin/901212575419320219/"
}

Code

Download
index.ts
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("downloader:pinterest", "download", {
  "url": "https://www.pinterest.com/pin/901212575419320219/",
  "quality": "1080",
  "audioOnly": "false",
  "audioFormat": "mp3"
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

1 endpoint · plain text
GET
Download/v1/downloader:pinterest/download
4 params

Parameters

urlstringrequired
Pinterest media URL (video or post). Query params are fine.
qualityenumoptional
Max video quality — max = best available. Ignored when audioOnly=true. Values: 144, 240, 360, 480, 720, 1080, max.
audioOnlyenumoptional
Set true to fetch audio only. Default false (video). Values: true, false.
audioFormatenumoptional
Audio container when audioOnly=true. Default mp3. Values: mp3, opus, ogg, wav.

Request

curl -X GET "https://api.zapi.ink/v1/downloader:pinterest/download?url=https%3A%2F%2Fwww.pinterest.com%2Fpin%2F901212575419320219%2F&quality=1080&audioOnly=false&audioFormat=mp3" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "ok": true,
  "url": "https://v1.pinimg.com/videos/mc/720p/0b/62/71/0b6271d4b1295244d6a319949d7a1e5f.mp4",
  "type": "video",
  "filename": "pinterest_901212575419320219.mp4",
  "provider": "pinterest",
  "originalUrl": "https://www.pinterest.com/pin/901212575419320219/"
}

Related APIs

More in downloader

Instagram Downloader

downloaderinstagram

Download Reels, video, & foto dari Instagram. Carousel multi-media didukung. Tempel URL post/reel.

106106 calls so far1hResponses cached for 1h
Busy: 10+ calls so far

YouTube Downloader

downloaderyoutube

Download video & audio dari YouTube — kualitas hingga 1080p, mode audio-only (mp3). Tempel URL, dapat link unduhan langsung.

8989 calls so far1hResponses cached for 1h
Busy: 10+ calls so far

Pixeldrain Downloader

downloaderpixeldrain

Pixeldrain file info & downloader — retrieve metadata, direct download link, and availability status from any public Pixeldrain file.

2929 calls so far6mResponses cached for 6m
Busy: 10+ calls so far

Twitter / X Downloader

downloadertwitter

Download video dari Twitter / X. Tempel URL tweet yang berisi video.

3232 calls so far1hResponses cached for 1h
Busy: 10+ calls so far

MediaFire Downloader

downloadermediafire

MediaFire file downloader — retrieve direct download link, file metadata, and size info from any public MediaFire share URL.

1212 calls so far6mResponses cached for 6m
Busy: 10+ calls so far

FuckingFast Downloader

downloaderfuckingfast

Direct download URL dari fuckingfast.co — mendukung input full URL / ID file. CDN link tanpa referer dan range request.

77 calls so far1hResponses cached for 1h
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.