# Viral Phone Accessory Pin Scraper for Dropshipping

**Use case:** 

Dropshippers hunting winning products pull viral phone accessory pins from Pinterest, with image URLs, titles and source links to the shops behind them.

## Input

```json
{
  "query": "aesthetic phone case",
  "maxItems": 150,
  "includeVideosOnly": false,
  "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.