# Scrape Creator Leads for Outreach - Pinterest

**Use case:** 

Build a Pinterest creator lead list with username, name, website, Instagram, followers and lead score. Ready-to-use contact list.

## Input

```json
{
  "searchQueries": [
    "fitness motivation"
  ],
  "searchType": "pins",
  "includePinDetails": false,
  "includeBoardPins": true,
  "maxPinsPerBoard": 100,
  "includeUserPins": true,
  "includeUserBoards": false,
  "maxPinsPerUser": 100,
  "outputCreatorLeads": true,
  "maxItems": 200,
  "monitorMode": false,
  "monitorKey": "default",
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "username": {
    "label": "Username"
  },
  "fullName": {
    "label": "Name"
  },
  "profileUrl": {
    "label": "Profile"
  },
  "website": {
    "label": "Website"
  },
  "instagramUrl": {
    "label": "Instagram"
  },
  "followerCount": {
    "label": "Followers"
  },
  "isVerifiedMerchant": {
    "label": "Merchant?"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "bio": {
    "label": "Bio"
  }
}
```

## About this Actor

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