# Gather Pinterest Product Research for Fashion Accessories

**Use case:** 

Scrape popular fashion accessory pins to understand current consumer preferences and visual trends. This data supports product development and marketing teams i

## Input

```json
{
  "search": "women's fashion accessories",
  "startUrls": [],
  "maxItems": 50,
  "endPage": 5,
  "proxy": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "id": {
    "label": "Pin ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "pinner_username": {
    "label": "Pinner",
    "format": "text"
  },
  "board_name": {
    "label": "Board",
    "format": "text"
  },
  "save_count": {
    "label": "Saves",
    "format": "number"
  },
  "comment_count": {
    "label": "Comments",
    "format": "number"
  },
  "is_video": {
    "label": "Video",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Pinterest Data Extractor](https://apify.com/crawlerbros/pinterest-data-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/pinterest-data-extractor) to learn more, explore other use cases, and run it yourself.