# Pinterest search URL autocomplete keyword export

**Use case:** 

Use a real Pinterest search URL to export ranked home-office autocomplete suggestions with IDs and destination URLs.

## Input

```json
{
  "seedKeywords": [
    "summer wedding",
    "small balcony garden"
  ],
  "startUrls": [
    {
      "url": "https://www.pinterest.com/search/pins/?q=home%20office%20ideas"
    }
  ],
  "locale": "en-US",
  "country": "US",
  "expansionDepth": 0,
  "maxSuggestions": 25,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "seed": {
    "label": "Seed",
    "format": "string"
  },
  "suggestion": {
    "label": "Suggestion",
    "format": "string"
  },
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "suggestionId": {
    "label": "Suggestion ID",
    "format": "string"
  },
  "searchUrl": {
    "label": "Pinterest search",
    "format": "string"
  },
  "locale": {
    "label": "Locale",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "depth": {
    "label": "Depth",
    "format": "integer"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Pinterest Autocomplete Keyword Scraper](https://apify.com/automation-lab/pinterest-autocomplete-keyword-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/pinterest-autocomplete-keyword-scraper) to learn more, explore other use cases, and run it yourself.