Pinterest Profile Scraper ๐Ÿ“Œ avatar
Pinterest Profile Scraper ๐Ÿ“Œ

Pricing

$19.99/month + usage

Go to Store
Pinterest Profile Scraper ๐Ÿ“Œ

Pinterest Profile Scraper ๐Ÿ“Œ

Developed by

EasyApi

EasyApi

Maintained by Community

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.

0.0 (0)

Pricing

$19.99/month + usage

0

Total users

18

Monthly users

6

Runs succeeded

>99%

Last modified

3 months ago

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
}
]