VOOZH about

URL: https://apify.com/moving_beacon-owner1/my-actor-54

⇱ Pinterest Image Scraper Β· Apify


Pricing

from $10.00 / 1,000 results

Go to Apify Store

Pinterest Image Scraper

Scrape high-resolution images from Pinterest via keyword search, public boards, or individual pins. Results are pushed to an Apify dataset with full metadata; optionally download the images themselves into the key-value store.

Pricing

from $10.00 / 1,000 results

Rating

5.0

(1)

Developer

πŸ‘ Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

27

Total users

9

Monthly active users

2 months ago

Last modified

Share

Pinterest Image Scraper β€”

Scrape high-resolution images from Pinterest via keyword search, public boards, or individual pins. Results are pushed to an Apify dataset with full metadata; optionally download the images themselves into the key-value store.


Features

CapabilityDescription
Keyword searchFind images matching any search term
Board scrapingExtract all images from a public board or profile
Pin scrapingGrab the full-res image from a single pin URL
Resolution filterSkip images below a minimum width/height
Image downloadPersist images in the key-value store for direct access
Rate-limit controlConfigurable delay between requests
Proxy supportUse Apify proxy for large-scale runs

Input Parameters

FieldTypeDefaultDescription
modestringsearchsearch, board, or pin
searchQuerystringβ€”Keywords (required for search mode)
urlstringβ€”Pinterest URL (required for board / pin)
maxImagesinteger25Max images to collect (1 – 500)
minWidthinteger0Min image width in px
minHeightinteger0Min image height in px
downloadImagesbooleanfalseStore images in key-value store
requestDelaynumber1.0Seconds between requests
proxyConfigurationobjectβ€”Apify proxy settings

Example Input

{
"mode":"search",
"searchQuery":"minimalist architecture",
"maxImages":50,
"minWidth":800,
"minHeight":600,
"downloadImages":true,
"requestDelay":1.5
}

Output

Each record in the dataset contains:

{
"imageUrl":"https://i.pinimg.com/originals/…",
"sourceUrl":"",
"title":"minimalist architecture",
"resolution":"1200x800",
"width":1200,
"height":800,
"domain":"i.pinimg.com",
"kvStoreKey":"img_0000_a3f1b2c4.jpg",
"fileSize":"142.3 KB",
"contentType":"image/jpeg"
}

kvStoreKey, fileSize, and contentType are only present when downloadImages is enabled.

A RUN_SUMMARY key is also written to the key-value store with totals.


Usage via Apify API

curl-X POST "https://api.apify.com/v2/acts/<YOUR_ACTOR_ID>/runs?token=<TOKEN>"\
-H"Content-Type: application/json"\
-d'{
"mode": "board",
"url": "https://www.pinterest.com/username/board-name/",
"maxImages": 30
}'

MIT

You might also like

Pinterest Pins Scraper

nifty.codes/pinterest-pins-scraper

Extract Pins from Pinterest search results, boards, and feeds with titles, images, and save counts. Powered by Pinterest Scraper.

Pinterest Data Extractor

crawlerbros/pinterest-data-extractor

Scrape Pinterest pins, profiles, boards, search results, and comments. Extract images, videos, metadata, and engagement stats.

116

5.0

Pinterest Scraper β€” Extract Pins, Boards & Profiles

oneary/pinterest-scraper

Scrape Pinterest pins, boards, and profiles with Playwright. Extract images, descriptions, save counts, and board metadata from any Pinterest search or board.

Pinterest Scraper - Scrape Pins, Boards & Profiles

logiover/pinterest-scraper

Pinterest API alternative β€” scrape pins, boards & profiles without login. Export Pinterest data to CSV/JSON: images, videos, links & save counts.

Pinterest Detailed Data Extractor

crawlerbros/pinterest-detailed-data-extractor

Scrape Pinterest pins, profiles, boards, search results, and comments. Extract images, videos, metadata, and engagement stats using Pinterest's internal API.

18

Pinterest Scraper β€” Pins, Images, Links & Boards

sian.agency/pinterest-scraper

Pinterest scraper for pins, images, outbound links, boards, pinners and engagement stats. Search by keyword or paste a Pinterest URL; choose fast overview or full detail with saves, repins, comments and hashtags. Clean JSON/CSV, no account or Pinterest API key needed.

2

πŸ“Œ Pinterest Scraper β€” Pins, Boards, Search & HD Media

openclawai/pinterest-scraper

Scrape Pinterest pins, boards and search results without an API key. Get full-resolution image and video URLs, captions, links and dimensions as clean JSON. Three modes: keyword search, pin/board URL, and related pins. Pay per pin.

Pinterest Scraper

silentflow/pinterest-scraper

Scrape Pinterest pins, boards, users and search results at scale. Extract images, videos, engagement metrics, pinner data, SEO metadata, prices and comments. 30+ data fields per pin with multi-resolution images.

Pinterest Search Scraper

scrapelabsapi/pinterest-search-scraper

πŸ“Œ Pinterest Search Scraper (pinterest-search-scraper) extracts pins, titles, descriptions, image URLs, outbound links, boards & profiles from Pinterest search results. πŸ”Ž Ideal for SEO, content curation, trend discovery & e‑commerce research. πŸš€ Fast, reliable, keyword‑driven scraping.

Related articles

How to scrape Pinterest data in 5 easy steps
Read more