Pinterest Search Users avatar
Pinterest Search Users

Pricing

$10.00/month + usage

Go to Apify Store
Pinterest Search Users

Pinterest Search Users

A powerful Pinterest user search tool that helps you find and collect detailed profile data based on keywords. It returns key insights like follower count, pin and board statistics, bio, and website links โ€” ideal for influencer research, market analysis, and audience discovery.

Pricing

$10.00/month + usage

Rating

0.0

(0)

Developer

shareze

shareze

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

2

Monthly active users

2 days ago

Last modified

Share

๐Ÿงฉ Pinterest Search Users

This Apify actor allows you to search Pinterest users by keywords and optionally scrape detailed profile information for each user. Itโ€™s perfect for lead generation, influencer research, or market trend analysis.

๐Ÿš€ How It Works

  1. The actor uses Playwright to search Pinterest for users matching your provided keyword(s).
  2. It retrieves basic user data, and if enabled, collects additional profile details (e.g., pin counts, board counts, website URLs).
  3. The output is returned as a structured JSON list of user profiles.

โš™๏ธ Input Parameters

ParameterTypeRequiredDefaultDescription
keywordsstringโœ…โ€“The keyword to search for users (e.g. "nike", "candle").
sizeintegerโœ…10The total number of users to return. Minimum: 1, Maximum: 50.
scrape_detailbooleanโŒtrueWhen enabled, fetches more detailed profile info. May increase scraping time.

Example Input

{
"keywords": "candle",
"size": 15,
"scrape_detail": true
}

๐Ÿ“ฆ Output Structure

Each result in the dataset will follow this structure:

{
"id": "1234567890",
"entityId": "987654321",
"username": "example_user",
"fullName": "Example User",
"imageUrl": "https://i.pinimg.com/avatars/example_user_140.jpg",
"followerCount": 5234,
"isVerifiedMerchant": false,
"url": "https://www.pinterest.com/example_user/",
"createdAt": "2023-04-10T12:45:00Z",
"lastPinSaveTime": "2023-06-02T15:30:00Z",
"description": "Lifestyle blogger and candle enthusiast โœจ",
"pinCount": 134,
"boardCount": 12,
"websiteUrl": "https://example.com"
}

๐Ÿง  Field Description

FieldTypeDescription
idstringInternal Pinterest user ID.
entityIdstringPinterest entity ID for the user.
usernamestringThe userโ€™s Pinterest handle.
fullNamestringFull display name of the user.
imageUrlstringProfile image URL.
followerCountintegerTotal number of followers.
isVerifiedMerchantbooleanIndicates if the user is a verified merchant.
urlstringDirect link to the Pinterest profile.
createdAtstringAccount creation date (if available).
lastPinSaveTimestringTimestamp of the userโ€™s most recent pin save.
descriptionstringUserโ€™s bio or โ€œAboutโ€ section.
pinCountintegerTotal number of pins posted by the user.
boardCountintegerNumber of boards the user owns.
websiteUrlstringUserโ€™s linked website, if available.