Pinterest Comments Scraper avatar
Pinterest Comments Scraper

Pricing

$9.99/month + usage

Go to Apify Store
Pinterest Comments Scraper

Pinterest Comments Scraper

Developed by

EasyApi

EasyApi

Maintained by Community

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! ๐ŸŒŸ

5.0 (1)

Pricing

$9.99/month + usage

1

13

1

Last modified

4 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.

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

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.

[
{
"pinUrl": "https://jp.pinterest.com/pin/636977941054343221/",
"node_id": "VXNlckRpZEl0RGF0YTo1MzgzNDI5Mjc0MjUyMzkzODQ0",
"helpful_count": 0,
"tags": [],
"videos": [],
"comment_count": 0,
"marked_helpful_by_me": false,
"image_signatures": [
"de258d5c5e1577b30c8744148baa2fc9"
],
"user": {
"node_id": "VXNlcjo4MTc0MDM1Mzg1MjYyMjYzOTQ=",
"image_medium_url": "https://s.pinimg.com/images/user/default_75.png",
"is_private_profile": false,
"username": "alinaaskarova2855",
"first_name": "Alina",
"full_name": "Alina",
"type": "user",
"id": "817403538526226394"
},
"like_count": 0,
"images": [
{
"originals": {
"url": "https://i.pinimg.com/originals/de/25/8d/de258d5c5e1577b30c8744148baa2fc9.jpg",
"width": 810,
"height": 1080
},
"550x": {
"url": "https://i.pinimg.com/550x/de/25/8d/de258d5c5e1577b30c8744148baa2fc9.jpg",
"width": 550,
"height": 733
},
"150x150": {
"url": "https://i.pinimg.com/150x150/de/25/8d/de258d5c5e1577b30c8744148baa2fc9.jpg",
"width": 150,
"height": 150
}
}
],
"type": "userdiditdata",
"done_at": "Fri, 30 Aug 2024 05:04:21 +0000",
"details": "",
"liked_by_me": false,
"id": "5383429274252393844"
},
...
]