Pinterest Keyword Autocomplete Scraper avatar

Pinterest Keyword Autocomplete Scraper

Pricing

from $0.05 / 1,000 results

Go to Apify Store
Pinterest Keyword Autocomplete Scraper

Pinterest Keyword Autocomplete Scraper

Discover live Pinterest autocomplete keyword ideas for Pinterest SEO, content planning, product research, and trend discovery.

Pricing

from $0.05 / 1,000 results

Rating

0.0

(0)

Developer

Dmitriy Gyrbu

Dmitriy Gyrbu

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Extract live Pinterest autocomplete keyword suggestions from seed terms and turn them into a clean dataset for Pinterest SEO, product research, content planning, and trend discovery.

This Actor is unofficial and is not affiliated with Pinterest.

Why Use It

Pinterest autocomplete is a practical demand signal for visual search, shopping inspiration, seasonal planning, and content ideas. This Actor helps you turn a few seed terms into structured keyword ideas you can export, cluster, and use in SEO, marketplace, or social content workflows.

Use it to:

  • discover Pinterest keyword ideas for home decor, beauty, fashion, food, weddings, crafts, and lifestyle niches;
  • plan pins, boards, blog posts, product collections, Etsy listings, Shopify pages, and seasonal campaigns;
  • expand product and content topics into long-tail Pinterest search phrases;
  • research visual trends before creating creative assets or ad campaigns;
  • monitor how autocomplete suggestions change around a niche, product, or seasonal theme.

What You Get

Each result is a normalized keyword suggestion with the original seed keyword, generated lookup query, suggestion text, source, and collection timestamp.

{
"seedKeyword": "wedding decor",
"query": "wedding decor",
"suggestion": "wedding decor ideas",
"source": "pinterest_autocomplete",
"collectedAt": "2026-07-02T00:00:00+00:00"
}

The run also stores an OUTPUT summary with the run status, number of requested queries, successful queries, failed queries, pushed items, and structured errors if any query fails.

Input

{
"seedKeywords": ["wedding decor", "nail designs"],
"expansionMode": "none",
"maxQueries": 50,
"maxSuggestionsPerQuery": 20,
"deduplicate": true
}

Input Fields

  • seedKeywords: Base terms, products, categories, styles, seasons, events, or topics to research.
  • expansionMode: Controls how seed keywords are turned into autocomplete lookups.
  • maxQueries: Maximum number of generated autocomplete lookups for the run.
  • maxSuggestionsPerQuery: Maximum number of suggestions saved per lookup.
  • deduplicate: Keeps only the first occurrence of each suggestion across the run.

Expansion Modes

Exact keyword discovery

Set expansionMode to none when you want suggestions for the seed keywords exactly as entered.

Best for quick niche checks, seasonal idea validation, and small keyword lists.

{
"seedKeywords": ["wedding decor", "nail designs"],
"expansionMode": "none",
"maxQueries": 2,
"maxSuggestionsPerQuery": 10,
"deduplicate": true
}

Long-tail alphabet expansion

Set expansionMode to alphabet to generate lookups such as home office a, home office b, and so on.

Best for broad long-tail Pinterest SEO research, board planning, product category expansion, and finding phrases that do not appear from a single seed query.

{
"seedKeywords": ["home office"],
"expansionMode": "alphabet",
"maxQueries": 10,
"maxSuggestionsPerQuery": 10,
"deduplicate": true
}

Inspiration and research expansion

Set expansionMode to questions to generate Pinterest-friendly research lookups such as how to keyword, keyword ideas, keyword inspiration, keyword diy, and keyword aesthetic.

Best for content calendars, creative briefs, product page ideas, seasonal campaigns, and trend research.

{
"seedKeywords": ["summer outfits"],
"expansionMode": "questions",
"maxQueries": 8,
"maxSuggestionsPerQuery": 10,
"deduplicate": true
}

How To Use

  1. Enter one or more seed keywords.
  2. Choose an expansion mode.
  3. Keep maxQueries small for quick checks or raise it for broader research.
  4. Run the Actor.
  5. Export the dataset as JSON, CSV, Excel, or connect it to your workflow through the Apify API.

Practical Tips

  • Use none for a fast first pass.
  • Use alphabet when you need broad long-tail coverage.
  • Use questions when planning inspiration-led content, tutorials, DIY topics, and creative campaigns.
  • Keep deduplicate enabled when you want a clean keyword list.
  • Disable deduplicate only when you need to see the same suggestion appearing under multiple generated queries.

Limits And Notes

  • Suggestions can vary by time, location, language, and Pinterest's current behavior.
  • The Actor returns autocomplete suggestions, not search volume, competition, or ranking difficulty.
  • Very broad seed keywords can produce generic suggestions; specific seed terms usually produce more actionable results.
  • Failed lookups are reported in OUTPUT.errors instead of being silently ignored.