# Scrape Pinterest Pins for Ecommerce Trend Research

**Use case:** 

Scrape Pinterest pins for ecommerce trend research: image, title, description, destination link, pinner and tags. Surface visual trends, validate niche demand, 

## Input

```json
{
  "searchQueries": [
    "minimalist jewelry"
  ],
  "usernames": [],
  "boardUrls": [],
  "pinUrls": [],
  "maxResults": 10
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "pinner_name": {
    "label": "Pinner",
    "format": "text"
  },
  "board_name": {
    "label": "Board",
    "format": "text"
  },
  "likes_count": {
    "label": "Likes",
    "format": "text"
  },
  "created_at": {
    "label": "Created",
    "format": "text"
  },
  "link": {
    "label": "Link",
    "format": "link"
  },
  "image_url": {
    "label": "Image",
    "format": "link"
  }
}
```

## About this Actor

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