Pinterest Keyword Autocomplete Scraper
Under maintenancePricing
from $2.99 / 1,000 autocomplete suggestions
Go to Apify Store
Pinterest Keyword Autocomplete Scraper
Under maintenanceDiscover Pinterest search autocomplete suggestions for keywords and locales to support Pinterest SEO, trend research, and content planning.
Pricing
from $2.99 / 1,000 autocomplete suggestions
Rating
0.0
(0)
Developer
w3crawler
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Discovers Pinterest search autocomplete suggestions for any keyword and locale. Returns the auto-suggested search terms that Pinterest shows to real users when they type in the search box — ideal for Pinterest SEO research, trend identification, and content planning.
Features
- Multi-keyword support — get suggestions for multiple keywords in one run
- Locale-aware — supports regional locales (en_US, en_GB, fr_FR, de_DE, and more)
- Rich suggestion data — suggestion text, display name, type, category, image preview
- Bounded multi-keyword processing — queries each keyword with a configurable global result limit
- Cloud-ready — runs on Apify with scheduling, optional proxy configuration, and webhook support
Use Cases
- Pinterest SEO keyword research and optimization
- Identifying trending search terms on Pinterest
- Content planning and topic discovery
- Building keyword datasets for Pinterest marketing campaigns
Input
| Field | Type | Default | Required | Description |
|---|---|---|---|---|
keywords | array | — | ✓ | List of seed keywords to get autocomplete suggestions for (e.g. ["interior design", "yoga"]). |
locale | string | en_US | Pinterest locale for region-specific suggestions (e.g. en_US, en_GB, fr_FR, de_DE). | |
maxItems | integer | 200 | Maximum total suggestions across all keywords. | |
proxyConfiguration | object | direct connection | Optional proxy settings. Set useApifyProxy to true when needed. |
Output
Each suggestion includes:
| Field | Description |
|---|---|
inputKeyword | The original keyword you provided |
suggestion | The autocomplete suggestion (lowercase) |
displayText | Display text as shown by Pinterest |
annotation | Additional annotation or subtitle (when available) |
type | Suggestion type (e.g. suggestion, trending) |
category | Category context (when available) |
imageUrl | Preview image URL for the suggestion |
score | Relevance score (when available) |
resultCount | Estimated result count for the suggestion |
locale | Locale used for the query |
scrapedAt | ISO 8601 timestamp of scrape |
Sample Output
{"inputKeyword": "interior design","suggestion": "interior design living room","displayText": "interior design living room","annotation": null,"type": "suggestion","category": null,"imageUrl": "https://i.pinimg.com/736x/aa/bb/cc.jpg","score": null,"resultCount": null,"locale": "en_US","scrapedAt": "2026-05-21T10:00:00.000Z"}
Notes
- Proxy: Direct connections are used by default. You can enable Apify Proxy with
proxyConfiguration: { "useApifyProxy": true }; each record states whether a proxy was actually configured. - Suggestion count: Pinterest typically returns 8–12 autocomplete suggestions per keyword. Actual count depends on search volume.
- Locale impact: Different locales return different regional suggestions. Use the locale matching your target audience.
- Use with Keywords Discovery Tool: For a broader keyword research campaign, combine this actor with the
pinterest-keywords-discovery-toolfor recursive BFS expansion.