# Promoted Pet Supply Pin Scraper | Pinterest Ad Spy

**Use case:** 

Which brands run pet-supply ads on Pinterest? This ad-spy task returns promoted pin images, titles and destination links for competitor ad intelligence.

## Input

```json
{
  "query": "cat enrichment toys",
  "maxItems": 120,
  "includeVideosOnly": false,
  "includePromoted": true,
  "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.