# Track wedding brand profiles on Pinterest

**Use case:** 

Scrape Pinterest wedding brand profiles. Get usernames, followers, pin counts, boards, websites, and avatars for competitor tracking.

## Input

```json
{
  "usernames": [
    "stylemepretty",
    "junebugweddings",
    "greenweddingshoes"
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "text"
  },
  "full_name": {
    "label": "Full Name",
    "format": "text"
  },
  "id": {
    "label": "ID",
    "format": "text"
  },
  "follower_count": {
    "label": "Followers",
    "format": "number"
  },
  "following_count": {
    "label": "Following",
    "format": "number"
  },
  "pin_count": {
    "label": "Pins",
    "format": "number"
  },
  "board_count": {
    "label": "Boards",
    "format": "number"
  },
  "website_url": {
    "label": "Website",
    "format": "link"
  },
  "image_medium_url": {
    "label": "Avatar",
    "format": "link"
  }
}
```

## About this Actor

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