# Pinterest Keyword Autocomplete Scraper (`easyapi/pinterest-keyword-autocomplete-scraper`) Actor

The Pinterest Keyword Autocomplete Scraper is an essential tool for discovering keyword suggestions on Pinterest. By providing dynamic autocomplete options based on user input, it enhances the search experience and helps users find the content they’re looking for more effectively! 🌟

- **URL**: https://apify.com/easyapi/pinterest-keyword-autocomplete-scraper.md
- **Developed by:** [EasyApi](https://apify.com/easyapi) (community)
- **Categories:** SEO tools, Social media, Integrations
- **Stats:** 110 total users, 9 monthly users, 100.0% runs succeeded, 11 bookmarks
- **User rating**: 4.73 out of 5 stars

## Pricing

from $4.99 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

### ✨ Pinterest Keyword Autocomplete Scraper

Enhance your search capabilities on Pinterest with our **Pinterest Keyword Autocomplete Scraper**! This actor provides intelligent autocomplete suggestions based on your input query, helping you discover relevant keywords and refine your searches.

#### 🌟 Key Features

- **Dynamic Autocomplete Suggestions**: Get real-time suggestions as you type, making it easier to find related content on Pinterest.
- **Customizable Input**: Simply provide a query to receive relevant keyword completions tailored to Pinterest.

#### 🛠️ Data Fields Returned

Our scraper retrieves a variety of fields for each autocomplete suggestion, including:

- **index**: Position of the suggestion in the list.
- **label**: The suggested keyword or phrase.
- **query**: The original search term provided.
- **url**: Direct link to the Pinterest search results for the suggested query.

#### 🚀 Why Choose Our Scraper?

- **Improved Search Efficiency**: Quickly find relevant keywords to enhance your Pinterest searches and discover new content.
- **User-Friendly Integration**: Designed to seamlessly fit into your applications or workflows.
- **Comprehensive Keyword Insights**: Gain a better understanding of trending and related keywords in your niche.

#### Input

A full explanation of an input example in JSON.

```
{
  "query": "wallpaper",
}
```

#### Output sample

The results will be wrapped into a dataset which you can always find in the **Storage** tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

```
[
    {
        "index": 1,
        "label": "wallpaper aesthetic",
        "query": "wallpaper aesthetic",
        "url": "https://pinterest.com/search/pins/?rs=ac&len=2&q=wallpaper+aesthetic"
    },
    ...
]
```

### Related Actors

- 🔍 [Pinterest Search Scraper](https://apify.com/easyapi/pinterest-search-scraper) - Extract creative content from Pinterest search results with advanced filtering and rich metadata.

- 💬 [Pinterest Comments Scraper](https://apify.com/easyapi/pinterest-comments-scraper) - Gather user feedback and engagement data from Pinterest pins for content strategy insights.

- 📌 [Pinterest Profile Scraper](https://apify.com/easyapi/pinterest-profile-scraper) - Extract comprehensive Pinterest user profile data for social media analysis.

- 📂 [Pinterest Boards Scraper](https://apify.com/easyapi/pinterest-boards-scraper) - Discover and explore creative collections on Pinterest with detailed board information.

- 🎥 [Pinterest Video Downloader](https://apify.com/easyapi/pinterest-video-downloader) - Download high-quality videos from Pinterest with batch processing support.

- 📸 [Pinterest Image Downloader](https://apify.com/easyapi/pinterest-image-downloader) - Easily download high-quality images from Pinterest in batch.

- 👥 [Pinterest Following Scraper](https://apify.com/easyapi/pinterest-following-scraper) - Extract detailed profile information from Pinterest users' following lists.

- 🔍 [Keyword Suggestions Scraper](https://apify.com/easyapi/keyword-suggestions-scraper) - Get keyword suggestions from multiple search engines and e-commerce platforms.

- 🎯 [Keyword Discovery Tool](https://apify.com/easyapi/keyword-discovery-tool) - Discover new keyword ideas and uncover valuable search insights.

- 📊 [Social Media Hashtag Generator](https://apify.com/easyapi/social-media-hashtag-generator) - Generate relevant hashtags for multiple topics to boost social media visibility.

- 🔍 [Ranked Keywords Scraper](https://apify.com/easyapi/ranked-keywords-scraper) - Fetch related keywords, search volumes, and CPC data for content optimization.

- 📱 [Social Media Influencer Scraper](https://apify.com/easyapi/social-media-influencer-scraper) - Discover top influencers across multiple social media platforms.

- 📧 [All-in-One Social Media Email Scraper](https://apify.com/easyapi/all-in-one-social-media-email-scraper) - Extract contact information from various social media platforms.

- 📱 [All-in-One Social Media Phone Number Scraper](https://apify.com/easyapi/all-in-one-social-media-phone-number-scraper) - Discover phone numbers across multiple social platforms.

- 🔍 [URL Metadata Crawler](https://apify.com/easyapi/url-metadata-crawler) - Extract comprehensive metadata from web pages for SEO enhancement.

# Actor input Schema

## `query` (type: `string`):

The Query Term

## Actor input object example

```json
{
  "query": "wallpaper"
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "query": "wallpaper"
};

// Run the Actor and wait for it to finish
const run = await client.actor("easyapi/pinterest-keyword-autocomplete-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "query": "wallpaper" }

# Run the Actor and wait for it to finish
run = client.actor("easyapi/pinterest-keyword-autocomplete-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "query": "wallpaper"
}' |
apify call easyapi/pinterest-keyword-autocomplete-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=easyapi/pinterest-keyword-autocomplete-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/acts/Wp7dqFe9caZ8pMcYY/builds/rwU0gQkD20FZ3frYK/openapi.json
