Pinterest Keyword Autocomplete Scraper avatar

Pinterest Keyword Autocomplete Scraper

Under maintenance

Pricing

from $2.99 / 1,000 autocomplete suggestions

Go to Apify Store
Pinterest Keyword Autocomplete Scraper

Pinterest Keyword Autocomplete Scraper

Under maintenance

Discover 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

w3crawler

Maintained by Community

Actor 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

FieldTypeDefaultRequiredDescription
keywordsarray—✓List of seed keywords to get autocomplete suggestions for (e.g. ["interior design", "yoga"]).
localestringen_USPinterest locale for region-specific suggestions (e.g. en_US, en_GB, fr_FR, de_DE).
maxItemsinteger200Maximum total suggestions across all keywords.
proxyConfigurationobjectdirect connectionOptional proxy settings. Set useApifyProxy to true when needed.

Output

Each suggestion includes:

FieldDescription
inputKeywordThe original keyword you provided
suggestionThe autocomplete suggestion (lowercase)
displayTextDisplay text as shown by Pinterest
annotationAdditional annotation or subtitle (when available)
typeSuggestion type (e.g. suggestion, trending)
categoryCategory context (when available)
imageUrlPreview image URL for the suggestion
scoreRelevance score (when available)
resultCountEstimated result count for the suggestion
localeLocale used for the query
scrapedAtISO 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-tool for recursive BFS expansion.