Pinterest Profile Scraper 📌 avatar

Pinterest Profile Scraper 📌

Pricing

from $2.99 / 1,000 results

Go to Apify Store
Pinterest Profile Scraper 📌

Pinterest Profile Scraper 📌

Extract Pinterest user profiles data including follower count, pin count, boards, and other public information. Perfect for social media analysis, influencer research, and marketing insights.

Pricing

from $2.99 / 1,000 results

Rating

5.0

(5)

Developer

EasyApi

EasyApi

Maintained by Community

Actor stats

5

Bookmarked

405

Total users

105

Monthly active users

3 months ago

Last modified

Share

Powerful scraper that extracts detailed information from Pinterest user profiles. Get comprehensive data about Pinterest users including their statistics, boards, and profile details.

Features ✨

  • Extract user profile information including:
    • Basic profile data (username, full name, bio)
    • Profile statistics (followers, following, pins, boards count)
    • Profile images and cover photos
    • Account verification status
    • Account creation date
    • Partner status and verification details
    • SEO information
    • Profile tabs and settings

Use Cases 🎯

  • Influencer research and analysis
  • Social media marketing research
  • Competitor analysis
  • User behavior analysis
  • Content strategy planning
  • Marketing campaign tracking

Output 📊

The actor outputs detailed JSON data for each Pinterest profile, including:

  • User identification details
  • Profile statistics and metrics
  • Visual content URLs
  • Account status and verification details
  • SEO and indexing information
  • Profile customization details

Input Parameters 🔧

The actor accepts the following parameters:

  • usernames: Array of Pinterest usernames to scrape
  • proxyConfiguration: Proxy settings (optional)

Tips 💪

  • Use proxy configuration for better reliability
  • Respect Pinterest's terms of service and rate limits
  • Consider using maxItems parameter for large profiles

Limitations ⚠️

  • Only public profiles can be scraped
  • Some data might be limited based on Pinterest's privacy settings
  • Rate limiting may apply

Input Example

A full explanation of an input example in JSON.

{
"usernames": [
"candyw8119"
]
}

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.

[
{
"username": "candyw8119",
"node_id": "VXNlcjo2OTU1MjQ4NzM2MTA1NTMyOTE=",
"about": "",
"pin_count": 39668,
"image_xlarge_url": "https://i.pinimg.com/280x280_RS/46/ef/9f/46ef9f7db778b345adea2419bb09162b.jpg",
"seo_canonical_domain": "www.pinterest.com",
"last_pin_save_time": "Mon, 24 Feb 2025 07:46:54 +0000",
"board_count": 116,
"id": "695524873610553291",
"eligible_profile_tabs": [
{
"id": "17588919163664",
"type": "profiletab",
"tab_type": 1,
"name": "Created",
"is_default": false
},
{
"id": "17588919163679",
"type": "profiletab",
"tab_type": 0,
"name": "Saved",
"is_default": true
}
],
"image_medium_url": "https://i.pinimg.com/75x75_RS/46/ef/9f/46ef9f7db778b345adea2419bb09162b.jpg",
"profile_cover": {
"source_id": null,
"source": "image",
"video": null,
"type": "profilecoversource",
"images": {
"originals": {
"url": "https://i.pinimg.com/originals/5a/eb/10/5aeb1014eaabc458c686e461632a5310.jpg",
"width": 1080,
"height": 605
},
"1200x": {
"url": "https://i.pinimg.com/1200x/5a/eb/10/5aeb1014eaabc458c686e461632a5310.jpg",
"width": 1080,
"height": 605
},
"750x": {
"url": "https://i.pinimg.com/736x/5a/eb/10/5aeb1014eaabc458c686e461632a5310.jpg",
"width": 736,
"height": 412
},
"736x": {
"url": "https://i.pinimg.com/736x/5a/eb/10/5aeb1014eaabc458c686e461632a5310.jpg",
"width": 736,
"height": 412
},
"474x": {
"url": "https://i.pinimg.com/474x/5a/eb/10/5aeb1014eaabc458c686e461632a5310.jpg",
"width": 474,
"height": 265
}
}
},
"verified_identity": {},
"full_name": "🌹Candy🌹",
"is_verified_merchant": false,
"is_private_profile": false,
"is_ads_only_profile": false,
"website_url": null,
"domain_url": null,
"first_name": "🌹Candy🌹",
"instagram_data": null,
"interest_following_count": null,
"is_partner": true,
"domain_verified": false,
"partner": {
"node_id": "UGFydG5lcjo2OTU1MjQ4NzM2MTA1NTMyOTE=",
"enable_profile_address": false,
"profile_place": null
},
"type": "user",
"impressum_url": null,
"following_count": 23385,
"is_primary_website_verified": false,
"seo_noindex_reason": null,
"ads_only_profile_site": null,
"created_at": "Thu, 31 May 2018 04:28:16 +0000",
"follower_count": 24056,
"seo_title": "🌹Candy🌹 (CandyW8119) - Profile | Pinterest",
"indexed": true,
"seo_description": "See what 🌹Candy🌹 (CandyW8119) has discovered on Pinterest, the world's biggest collection of ideas.",
"is_inspirational_merchant": false
}
]