# Pinterest Profile Scraper 📌 (`easyapi/pinterest-profile-scraper`) Actor

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.

- **URL**: https://apify.com/easyapi/pinterest-profile-scraper.md
- **Developed by:** [EasyApi](https://apify.com/easyapi) (community)
- **Categories:** Social media, Integrations, Other
- **Stats:** 402 total users, 113 monthly users, 99.4% runs succeeded, 5 bookmarks
- **User rating**: 4.96 out of 5 stars

## Pricing

from $2.99 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Pinterest Profile Scraper 📌

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.

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

```json
[
    {
        "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
    }
]
```

### Related Actors

- 📌 [Pinterest Profile Scraper](https://apify.com/easyapi/pinterest-profile-scraper) - Extract Pinterest user profiles data including follower count, pin count, boards, and other public information.
- 👥 [Pinterest Following Scraper](https://apify.com/easyapi/pinterest-following-scraper) - Extract detailed profile information from Pinterest users' following lists.
- 🔍 [Pinterest Search Scraper](https://apify.com/easyapi/pinterest-search-scraper) - The Pinterest Search Scraper is an essential tool for discovering visual content on Pinterest.
- 🌟 [Pinterest Comments Scraper](https://apify.com/easyapi/pinterest-comments-scraper) - Gather user feedback from Pinterest pins with detailed information about comments and their authors.
- 🌟 [Pinterest Boards Scraper](https://apify.com/easyapi/pinterest-boards-scraper) - Discover and explore creative collections on Pinterest with customizable search options.
- 🎥 [Pinterest Video Downloader](https://apify.com/easyapi/pinterest-video-downloader) - Download high-quality videos from Pinterest with batch downloading capabilities.
- 📸 [Pinterest Image Downloader](https://apify.com/easyapi/pinterest-image-downloader) - Download high-quality images from Pinterest with batch downloading support.
- 🔍 [Pinterest Keyword Autocomplete Scraper](https://apify.com/easyapi/pinterest-keyword-autocomplete-scraper) - Discover keyword suggestions on Pinterest with dynamic autocomplete options.
- 📊 [Social Media Influencer Scraper](https://apify.com/easyapi/social-media-influencer-scraper) - Discover top influencers across social media platforms with detailed metrics.
- 📧 [All-in-One Social Media Email Scraper](https://apify.com/easyapi/all-in-one-social-media-email-scraper) - Discover emails across 30+ social platforms for lead generation and outreach.
- 📱 [All-in-One Social Media Phone Number Scraper](https://apify.com/easyapi/all-in-one-social-media-phone-number-scraper) - Extract phone numbers from multiple social media platforms.
- 🏷️ [Social Media Hashtag Generator](https://apify.com/easyapi/social-media-hashtag-generator) - Generate optimized hashtags for multiple social media platforms.
- 📊 [Instagram Profile Scraper](https://apify.com/easyapi/instagram-profile-scraper) - Extract detailed Instagram profile data with follower counts and post stats.
- 📱 [Instagram Posts Scraper](https://apify.com/easyapi/instagram-posts-scraper) - Extract comprehensive details from Instagram posts including likes and comments.
- 🔍 [Instagram Hashtag Scraper](https://apify.com/easyapi/instagram-hashtag-scraper) - Scrape Instagram hashtag data including top posts and engagement metrics.

# Actor input Schema

## `usernames` (type: `array`):

List of Pinterest usernames to scrape

## `proxyConfiguration` (type: `object`):

Proxy settings for the scraper

## Actor input object example

```json
{
  "usernames": [
    "candyw8119"
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "usernames": [
        "candyw8119"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("easyapi/pinterest-profile-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "usernames": ["candyw8119"] }

# Run the Actor and wait for it to finish
run = client.actor("easyapi/pinterest-profile-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "usernames": [
    "candyw8119"
  ]
}' |
apify call easyapi/pinterest-profile-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,easyapi/pinterest-profile-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/aHEQvMMnwyRWtDBnb/builds/8Vws7dhwliSQw6cEF/openapi.json
