# Track Pinterest Brand Profile

**Use case:** 

Get structured data for track pinterest brand profile with Pinterest Profile Scraper. Export results for research, monitoring, or automation.

## Input

```json
{
  "usernames": [
    "pinterest"
  ],
  "maxProfiles": 1
}
```

## Output

```json
{
  "full_name": {
    "label": "Name",
    "format": "text"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "about": {
    "label": "Bio",
    "format": "text"
  },
  "website_url": {
    "label": "Website",
    "format": "link"
  },
  "followers": {
    "label": "Followers",
    "format": "number"
  },
  "following": {
    "label": "Following",
    "format": "number"
  },
  "pins": {
    "label": "Pins",
    "format": "number"
  },
  "boards": {
    "label": "Boards",
    "format": "number"
  },
  "is_verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "profile_image_url": {
    "label": "Profile image",
    "format": "image"
  },
  "profile_url": {
    "label": "Profile URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Pinterest Profile Scraper - Creator Analytics](https://apify.com/benthepythondev/pinterest-profile-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/pinterest-profile-scraper) to learn more, explore other use cases, and run it yourself.