Pinterest Pins avatar
Pinterest Pins

Pricing

$10.00/month + usage

Go to Apify Store
Pinterest Pins

Pinterest Pins

A flexible Pinterest pin scraper that collects detailed pin data from user profiles or search results. It captures titles, descriptions, images, videos, engagement metrics, and linked boards or users. Ideal for content research, trend tracking, product discovery, and creative inspiration.

Pricing

$10.00/month + usage

Rating

0.0

(0)

Developer

shareze

shareze

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

1

Monthly active users

16 days ago

Last modified

Share

📍 Pinterest Pins

This tool lets you scrape Pinterest pins from either a user’s profile or the Pinterest search page. It provides detailed pin information such as title, image, video, engagement, and related board and user data — perfect for trend analysis, product research, and content collection.

🚀 How It Works

  1. Choose the data source: search-page or profile-page.
  2. Provide either a keyword (for search) or a username (for profile).
  3. Optionally filter results to only include video pins.
  4. The scraper returns structured JSON data for each pin, including images, descriptions, and links.

⚙️ Input Parameters

ParameterTypeRequiredDefaultDescription
data_sourcestring"profile-page"Select where to scrape pins from: "profile-page" (a user’s profile) or "search-page" (Pinterest search results).
source_valuestring"nike"The input value: username for profiles or keywords for search.
sizeinteger10Number of pins to scrape (minimum: 1).
only_query_videobooleanfalseWhen true, only video pins will be returned (only applies to search results).

Example Input

{
"data_source": "search-page",
"source_value": "nike shoes",
"size": 15,
"only_query_video": false
}

📦 Output Structure

Each pin in the dataset follows this structure:

{
"id": "211174977530938",
"title": "Nike decide deixar de vender seus produtos na Amazon",
"dominant_color": "#ffffff",
"description": "Nike decide deixar de vender seus produtos na Amazon",
"uri": "/pin/211174977530938/",
"url": "https://www.pinterest.com/pin/211174977530938/",
"redirectLink": "https://economia.uol.com.br/noticias/afp/2019/11/13/nike-deixa-de-vender-seus-produtos-na-amazon.htm",
"createdAt": "Thu, 19 Sep 2024 04:26:17 +0000",
"image": {
"width": 450,
"height": 450,
"url": "https://i.pinimg.com/originals/e7/65/04/e7650458fe434cd647eafb289a569fe2.png"
},
"images": {
"236x": {
"width": 236,
"height": 236,
"url": "https://i.pinimg.com/236x/e7/65/04/e7650458fe434cd647eafb289a569fe2.jpg"
},
"736x": {
"width": 450,
"height": 450,
"url": "https://i.pinimg.com/736x/e7/65/04/e7650458fe434cd647eafb289a569fe2.jpg"
}
},
"likeCount": 346,
"board": {
"id": "211243671946242",
"name": "Austin’s fave things",
"url": "https://www.pinterest.com/abbey4460/austins-fave-things/"
},
"user": {
"id": "211312390971860",
"username": "abbey4460",
"fullName": "Abbey Cross",
"imageUrl": "https://i.pinimg.com/30x30_RS/87/bb/68/87bb68b5949e91e4662bf05e67901b41.jpg",
"url": "https://www.pinterest.com/abbey4460/"
}
}

🧠 Field Description

FieldTypeDescription
idstringUnique pin identifier.
titlestringPin title text.
descriptionstringDescription or caption of the pin.
dominant_colorstringDominant color of the pin’s image.
uristringPinterest internal URI.
urlstringDirect URL to the pin.
redirectLinkstringExternal link attached to the pin, if any.
createdAtstringCreation date and time of the pin.
imageobjectMain pin image data (URL, width, height).
imagesobjectResized versions of the pin image in multiple resolutions.
video / videosobjectVideo details (if the pin includes a video).
likeCountintegerNumber of likes the pin has received.
boardobjectThe board where the pin is saved (ID, name, URL).
userobjectThe user who created or saved the pin (username, name, avatar, profile link).

📊 Example Output

[
{
"id": "211174977530938",
"title": "Nike decide deixar de vender seus produtos na Amazon",
"url": "https://www.pinterest.com/pin/211174977530938/",
"redirectLink": "https://economia.uol.com.br/noticias/afp/2019/11/13/nike-deixa-de-vender-seus-produtos-na-amazon.htm",
"likeCount": 346
}
]

🪄 Notes

  • Supports both profile-based and keyword-based scraping.
  • Can be configured to return only video pins from search results.
  • Works on public content — no login required.

🧰 Use Cases

  • Analyze top-performing pins for brands or topics
  • Collect visual inspiration for creative projects
  • Discover trending video or product content
  • Build datasets for image and video research