Pinterest Scraper avatar

Pinterest Scraper

Pricing

$24.99/month + usage

Go to Apify Store
Pinterest Scraper

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.

Pricing

$24.99/month + usage

Rating

0.0

(0)

Developer

SilentFlow

SilentFlow

Maintained by Community

Actor stats

2

Bookmarked

5

Total users

2

Monthly active users

14 days ago

Last modified

Share

Turn Pinterest into structured data you can actually use. Extract pins, boards, user profiles, and search results with 30+ fields per pin, including 9 image resolutions, engagement metrics, creator info, and shopping data. 100 pins in under 30 seconds.

How it works

How it works

โœจ Why use this scraper?

Copying Pinterest data manually? Dealing with scrapers that return 10 fields when you need 30? Getting blocked every other run?

  • ๐Ÿ“ธ 9 image resolutions per pin. From 170px thumbnails to full originals. No more guessing which URL gives you the size you need.
  • ๐Ÿ“Š 30+ structured fields per pin. Engagement, creator, board, SEO, shopping, video, dominant color. Other scrapers skip half of these.
  • ๐Ÿ” Search, boards, profiles, idea pins. One scraper handles every Pinterest content type. No need for separate tools.
  • ๐Ÿ›’ Shopping and price data included. Enable includeDetails to get product prices, sale prices, and rich pin metadata.
  • ๐Ÿ’ฌ Full comment threads. Enable includeComments to get every comment with author info, likes, and timestamps.
  • ๐ŸŽจ Dominant color and visual data. Get hex color codes, dimensions, alt text, and visual annotations for every pin.

๐ŸŽฏ Use cases

TeamWhat they build
E-commerceProduct trend reports from Pinterest shopping pins across categories
Design agenciesVisual mood boards with high-res images, color palettes, and engagement data
Content marketingTop-performing pin analysis to guide content strategy on Pinterest
Academic researchVisual culture datasets with metadata, engagement, and creator demographics
SEO teamsPinterest keyword research using search volume and pin engagement signals
Brand monitoringTrack how products and brand visuals spread across boards and repins

๐Ÿ“ฅ Input parameters

ParameterTypeRequiredDefaultDescription
startUrlsarray*-Pinterest URLs to scrape: pins, boards, user profiles, or search URLs
searchstring*-Search Pinterest for this keyword

* Either startUrls or search is required (or both).

Limits

ParameterTypeRequiredDefaultDescription
maxItemsintegerNo100Maximum number of pins to return
endPageintegerNo0Stop after this page number (0 = no limit)

Options

ParameterTypeRequiredDefaultDescription
includeDetailsbooleanNofalseFetch SEO metadata, original pin source, and product prices
includeCommentsbooleanNofalseFetch comments for each pin with author info and likes

Advanced

ParameterTypeRequiredDefaultDescription
includeUserInfoOnlybooleanNofalseWhen scraping user profiles, only return user info without their pins
proxyobjectNoResidentialProxy configuration

๐Ÿ“Š Output data

Each pin returns a structured JSON object with 30+ fields:

{
"type": "pin",
"id": "1234567890",
"url": "https://www.pinterest.com/pin/1234567890/",
"title": "Modern Minimalist Living Room",
"description": "Clean lines and neutral tones for a calm, modern space",
"richSummary": "Interior design inspiration",
"imageUrl": "https://i.pinimg.com/originals/ab/cd/ef/abcdef123456.jpg",
"imageUrls": {
"original": "https://i.pinimg.com/originals/ab/cd/ef/abcdef123456.jpg",
"736x": "https://i.pinimg.com/736x/ab/cd/ef/abcdef123456.jpg",
"474x": "https://i.pinimg.com/474x/ab/cd/ef/abcdef123456.jpg",
"236x": "https://i.pinimg.com/236x/ab/cd/ef/abcdef123456.jpg",
"170x": "https://i.pinimg.com/170x/ab/cd/ef/abcdef123456.jpg",
"60x60": "https://i.pinimg.com/60x60/ab/cd/ef/abcdef123456.jpg",
"136x136": "https://i.pinimg.com/136x136/ab/cd/ef/abcdef123456.jpg",
"200x150": "https://i.pinimg.com/200x150/ab/cd/ef/abcdef123456.jpg",
"400x300": "https://i.pinimg.com/400x300/ab/cd/ef/abcdef123456.jpg"
},
"videoUrl": "",
"isVideo": false,
"saves": 3420,
"comments": 87,
"reactions": 215,
"repinCount": 1890,
"viewCount": 45200,
"createdAt": "2025-03-10T14:22:00Z",
"pinner": {
"username": "modernhomedesign",
"fullName": "Modern Home Design",
"followerCount": 28500,
"profileUrl": "https://www.pinterest.com/modernhomedesign/",
"imageUrl": "https://i.pinimg.com/avatars/modernhomedesign.jpg",
"isVerified": true
},
"board": {
"name": "Living Room Ideas",
"url": "https://www.pinterest.com/modernhomedesign/living-room-ideas/",
"pinCount": 412,
"owner": "modernhomedesign"
},
"dominantColor": "#D4C5B2",
"width": 1920,
"height": 2560,
"altText": "Modern minimalist living room with neutral tones",
"autoAltText": "Living room with white sofa and wooden coffee table",
"link": "https://www.homedesignmag.com/minimalist-living-room",
"domain": "homedesignmag.com",
"richPinType": "article",
"category": "home_decor",
"hashtags": ["minimalist", "livingroom", "homedecor"],
"isStoryPin": false,
"isCarousel": false,
"isPromoted": false,
"isRepin": true,
"seoTitle": "20 Minimalist Living Room Ideas for 2025",
"seoDescription": "Discover clean, modern living room designs with neutral palettes",
"priceValue": 0,
"priceCurrency": "",
"originalPin": {
"id": "9876543210",
"pinner": {
"username": "originalcreator",
"fullName": "Original Creator"
}
},
"commentsList": [
{
"id": "5551234",
"text": "Love this design! Where is the sofa from?",
"createdAt": "2025-03-12T09:15:00Z",
"user": {
"username": "homelover99",
"fullName": "Sarah Home"
},
"likeCount": 12
}
]
}

๐Ÿ—‚๏ธ Data fields

Core

FieldTypeDescription
typestringContent type: pin, board, or user
idstringPinterest pin ID
urlstringFull Pinterest URL
titlestringPin title
descriptionstringPin description
richSummarystringRich pin summary text
createdAtstringCreation date (ISO 8601)

Images

FieldTypeDescription
imageUrlstringHighest resolution image URL
imageUrlsobjectAll available resolutions: original, 736x, 474x, 236x, 170x, 60x60, 136x136, 200x150, 400x300
dominantColorstringHex color code of the dominant color
widthintegerImage width in pixels
heightintegerImage height in pixels
altTextstringImage alt text
autoAltTextstringPinterest auto-generated alt text

Video

FieldTypeDescription
videoUrlstringVideo URL if available
isVideobooleanWhether the pin contains a video
isPlayablebooleanWhether the video is playable
videoDurationfloatVideo duration in seconds

Engagement

FieldTypeDescription
savesintegerNumber of saves
commentsintegerNumber of comments
reactionsintegerNumber of reactions
repinCountintegerNumber of repins
viewCountintegerNumber of views
likeCountintegerNumber of likes
shareCountintegerNumber of shares

Creator

FieldTypeDescription
pinnerobjectCreator info: username, fullName, followerCount, profileUrl, imageUrl, isVerified
nativeCreatorobjectOriginal content creator (for repins)
boardobjectBoard info: name, url, pinCount, owner
FieldTypeDescription
linkstringExternal source URL
domainstringSource website domain
trackingLinkstringClick tracking URL
canonicalUrlstringCanonical URL

Rich pins and shopping

FieldTypeDescription
richPinTypestringType: article, recipe, product, app, movie
priceValuefloatProduct price (with includeDetails)
priceCurrencystringPrice currency code
salePricefloatSale price if available
isBuyablebooleanWhether the product can be purchased
shoppingInfoobjectFull shopping metadata
productTagsarrayProduct tags on the pin

SEO (with includeDetails)

FieldTypeDescription
seoTitlestringSEO-optimized title
seoDescriptionstringSEO meta description
originalPinobjectSource pin info for repins

Comments (with includeComments)

FieldTypeDescription
commentsListarrayComments with text, author, likes, and date

Content type

FieldTypeDescription
isStoryPinbooleanWhether it is an idea pin
storyPinDataobjectIdea pin pages and metadata
isCarouselbooleanWhether it is a carousel pin
carouselCountintegerNumber of carousel slides
categorystringPinterest category
hashtagsarrayHashtags on the pin
isPromotedbooleanWhether the pin is a promoted ad
isRepinbooleanWhether the pin is a repin

๐Ÿš€ Examples

{
"search": "interior design 2025",
"maxItems": 100
}

Extract all pins from a board

{
"startUrls": ["https://www.pinterest.com/pinterest/official-news/"],
"maxItems": 200
}

Pull shopping data from fashion pins

{
"search": "summer dresses",
"maxItems": 100,
"includeDetails": true
}

Get pins with full comment threads

{
"search": "recipe ideas",
"maxItems": 50,
"includeComments": true
}

๐Ÿ’ป Integrations

Python

from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
run = client.actor("silentflow/pinterest-scraper").call(run_input={
"search": "home decor",
"maxItems": 100,
"includeDetails": True
})
for pin in client.dataset(run["defaultDatasetId"]).iterate_items():
print(f"{pin['title']}: {pin['imageUrl']}")
print(f" Saves: {pin['saves']}, Color: {pin['dominantColor']}")

JavaScript

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: 'YOUR_API_TOKEN' });
const run = await client.actor('silentflow/pinterest-scraper').call({
search: 'fashion trends',
maxItems: 100,
includeDetails: true
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach(pin => {
console.log(`${pin.title}: ${pin.imageUrl}`);
console.log(` Saves: ${pin.saves}, Color: ${pin.dominantColor}`);
});

๐Ÿ“ˆ Performance

MetricValue
Speed~50-100 pins per minute
Fields per pin30+
Image resolutions9 per pin
Detail fetching5 parallel workers

๐Ÿ’ก Tips for best results

  1. Start with 10 items to test. Verify the output format matches your needs before running large jobs.
  2. Use board URLs for targeted data. Boards return focused, curated pins. Search results are broader but noisier.
  3. Enable includeDetails only when needed. It adds SEO metadata and prices but requires an extra request per pin, which increases run time.
  4. Enable includeComments selectively. Comment fetching adds one request per pin. Use it only when you need the actual comment text and authors.
  5. Use endPage with large boards. For boards with thousands of pins, set endPage to limit how deep the scraper paginates.

โ“ FAQ

Can I scrape private boards? No. Only publicly visible Pinterest content is accessible.

Are videos included? Yes. Video pins include videoUrl, videoDuration, and isPlayable fields.

What are idea pins? Idea pins (formerly story pins) are multi-page pins. The scraper returns them with isStoryPin: true and the full storyPinData object.

What does includeDetails add? SEO title and description, the original pin source for repins, and product price and shopping data. These fields require an extra request per pin.

How many image resolutions do I get? Nine: original, 736x, 474x, 236x, 170x, 60x60, 136x136, 200x150, and 400x300.

What URL formats are supported? Pins (/pin/123/), boards (/user/board-name/), user profiles (/username/), and search URLs (/search/pins/?q=keyword).

๐Ÿ“ฌ Support

Need something this scraper doesn't do yet? We ship features fast.

  • Feature requests go straight to our backlog
  • Enterprise needs? We do custom integrations

Response time: usually under 24 hours.

Check out our other scrapers: SilentFlow on Apify