Pinterest Comments Scraper avatar

Pinterest Comments Scraper

Try for free

1 day trial then $9.99/month - No credit card required now

Go to Store
Pinterest Comments Scraper

Pinterest Comments Scraper

easyapi/pinterest-comments-scraper
Try for free

1 day trial then $9.99/month - No credit card required now

The Pinterest Comments Scraper is an essential tool for gathering user feedback from Pinterest pins. By providing detailed information about comments and their authors, it enhances your understanding of user interactions and helps shape your content strategy effectively! 🌟

Developer
Maintained by Community

Actor Metrics

  • 5 monthly users

  • No reviews yet

  • 1 bookmark

  • >99% runs succeeded

  • Created in Sep 2024

  • Modified 10 days ago

Pinterest Comments Scraper 📊

🔍 Overview

This actor allows you to extract comments and engagement data from any Pinterest pin. It provides comprehensive information about comments, user interactions, and engagement metrics in a structured format.

✨ Features

  • 🎯 Extract comments from any Pinterest pin URL
  • 👤 Get detailed user information for each comment
  • 📊 Collect engagement metrics (likes, helpful counts)
  • 🖼️ Access associated image information and signatures
  • 🔄 Handle rate limiting and pagination automatically
  • 🚀 Fast and efficient data collection
  • 📱 Works with both desktop and mobile Pinterest URLs

🎯 Use Cases

  • 💡 Social media engagement analysis
  • 📈 Content performance tracking
  • 🔍 User sentiment analysis
  • 🎨 Visual content research
  • 📊 Influencer marketing research
  • 🤝 Community engagement monitoring

💎 Output

The actor provides detailed JSON output including:

  • Comment content and timestamps
  • User details (username, profile info)
  • Engagement metrics (likes, helpful counts)
  • Associated images and their variations
  • Comment thread structure
  • Related tags and metadata

🔧 Input Parameters

  • pinUrl: Pinterest pin URL to scrape comments from
  • limit: Maximum number of comments to collect (default: 50)
  • proxyConfiguration: (Optional) Proxy settings for the scraper

💡 Tips

  • Use proxy configuration for better reliability
  • Adjust the limit parameter based on your needs
  • Consider rate limiting for large-scale scraping

Input

A full explanation of an input example in JSON.

1{
2    "pinUrl": "https://www.pinterest.jp/pin/636977941054343221/",
3    "limit": 50 
4}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2  {
3    "pinUrl": "https://jp.pinterest.com/pin/636977941054343221/",
4    "node_id": "VXNlckRpZEl0RGF0YTo1MzgzNDI5Mjc0MjUyMzkzODQ0",
5    "helpful_count": 0,
6    "tags": [],
7    "videos": [],
8    "comment_count": 0,
9    "marked_helpful_by_me": false,
10    "image_signatures": [
11      "de258d5c5e1577b30c8744148baa2fc9"
12    ],
13    "user": {
14      "node_id": "VXNlcjo4MTc0MDM1Mzg1MjYyMjYzOTQ=",
15      "image_medium_url": "https://s.pinimg.com/images/user/default_75.png",
16      "is_private_profile": false,
17      "username": "alinaaskarova2855",
18      "first_name": "Alina",
19      "full_name": "Alina",
20      "type": "user",
21      "id": "817403538526226394"
22    },
23    "like_count": 0,
24    "images": [
25      {
26        "originals": {
27          "url": "https://i.pinimg.com/originals/de/25/8d/de258d5c5e1577b30c8744148baa2fc9.jpg",
28          "width": 810,
29          "height": 1080
30        },
31        "550x": {
32          "url": "https://i.pinimg.com/550x/de/25/8d/de258d5c5e1577b30c8744148baa2fc9.jpg",
33          "width": 550,
34          "height": 733
35        },
36        "150x150": {
37          "url": "https://i.pinimg.com/150x150/de/25/8d/de258d5c5e1577b30c8744148baa2fc9.jpg",
38          "width": 150,
39          "height": 150
40        }
41      }
42    ],
43    "type": "userdiditdata",
44    "done_at": "Fri, 30 Aug 2024 05:04:21 +0000",
45    "details": "",
46    "liked_by_me": false,
47    "id": "5383429274252393844"
48  },
49    ...
50]