# Pinterest Idea & Video Pin Scraper | Find Niche Creators

**Use case:** 

Influencer agencies and brands discover Pinterest creators in shopping-heavy niches via idea and video pins, returning clip URLs and source links.

## Input

```json
{
  "query": "home organization hacks",
  "maxItems": 120,
  "includeVideosOnly": true,
  "includePromoted": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "pinnerUsername": {
    "label": "Pinner",
    "format": "text"
  },
  "repinCount": {
    "label": "Repins",
    "format": "number"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "link": {
    "label": "Destination",
    "format": "link"
  },
  "pinUrl": {
    "label": "Pin",
    "format": "link"
  }
}
```

## About this Actor

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