# Search Pinterest Web Scraping Pins

**Use case:** 

Get structured data for search pinterest web scraping pins with Pinterest Search Scraper. Export results for research, monitoring, or automation.

## Input

```json
{
  "queries": [
    "web scraping"
  ],
  "maxResultsPerQuery": 5,
  "maxPagesPerQuery": 1
}
```

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "title": {
    "label": "Pin title",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "image_url": {
    "label": "Image",
    "format": "image"
  },
  "destination_url": {
    "label": "Destination",
    "format": "link"
  },
  "pinner_name": {
    "label": "Creator",
    "format": "text"
  },
  "pinner_username": {
    "label": "Username",
    "format": "text"
  },
  "pinner_followers": {
    "label": "Followers",
    "format": "number"
  },
  "board_name": {
    "label": "Board",
    "format": "text"
  },
  "repin_count": {
    "label": "Saves",
    "format": "number"
  },
  "url": {
    "label": "Pin URL",
    "format": "link"
  },
  "search_query": {
    "label": "Query",
    "format": "text"
  }
}
```

## About this Actor

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