Pinterest Pins
Pricing
$10.00/month + usage
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
Actor stats
1
Bookmarked
3
Total users
1
Monthly active users
16 days ago
Last modified
Categories
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
- Choose the data source: search-page or profile-page.
- Provide either a keyword (for search) or a username (for profile).
- Optionally filter results to only include video pins.
- The scraper returns structured JSON data for each pin, including images, descriptions, and links.
⚙️ Input Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| data_source | string | ✅ | "profile-page" | Select where to scrape pins from: "profile-page" (a user’s profile) or "search-page" (Pinterest search results). |
| source_value | string | ✅ | "nike" | The input value: username for profiles or keywords for search. |
| size | integer | ✅ | 10 | Number of pins to scrape (minimum: 1). |
| only_query_video | boolean | ❌ | false | When 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
| Field | Type | Description |
|---|---|---|
| id | string | Unique pin identifier. |
| title | string | Pin title text. |
| description | string | Description or caption of the pin. |
| dominant_color | string | Dominant color of the pin’s image. |
| uri | string | Pinterest internal URI. |
| url | string | Direct URL to the pin. |
| redirectLink | string | External link attached to the pin, if any. |
| createdAt | string | Creation date and time of the pin. |
| image | object | Main pin image data (URL, width, height). |
| images | object | Resized versions of the pin image in multiple resolutions. |
| video / videos | object | Video details (if the pin includes a video). |
| likeCount | integer | Number of likes the pin has received. |
| board | object | The board where the pin is saved (ID, name, URL). |
| user | object | The 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
