# Find Boards by Keyword - Pinterest

**Use case:** 

Export Pinterest boards by keyword with board name, URL, followers, pin count, description and owner. No login required.

## Input

```json
{
  "searchQueries": [
    "wedding inspiration"
  ],
  "searchType": "boards",
  "includePinDetails": false,
  "includeBoardPins": true,
  "maxPinsPerBoard": 100,
  "includeUserPins": true,
  "includeUserBoards": false,
  "maxPinsPerUser": 100,
  "outputCreatorLeads": false,
  "maxItems": 200,
  "monitorMode": false,
  "monitorKey": "default",
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "name": {
    "label": "Board"
  },
  "boardUrl": {
    "label": "URL"
  },
  "pinCount": {
    "label": "# Pins"
  },
  "followerCount": {
    "label": "Followers"
  },
  "sectionCount": {
    "label": "# Sections"
  },
  "description": {
    "label": "Description"
  },
  "owner": {
    "label": "Owner"
  },
  "coverImageUrl": {
    "label": "Cover"
  }
}
```

## About this Actor

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