Pinterest Username Checker avatar

Pinterest Username Checker

Pricing

from $9.00 / 1,000 results

Go to Apify Store
Pinterest Username Checker

Pinterest Username Checker

Checks whether Pinterest usernames are available or already taken, and returns the profile name and follower count for taken handles.

Pricing

from $9.00 / 1,000 results

Rating

0.0

(0)

Developer

Maged

Maged

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Pinterest Username Checker tells you instantly whether a Pinterest username is available or already taken — in bulk, with the profile name and follower count for handles that are in use. Feed it a list of usernames and get back a clean, structured, export-ready table.

What does Pinterest Username Checker do?

This Actor checks the availability of usernames on Pinterest. For each username you provide it returns whether the handle is free to register or already claimed, plus the account's public profile name, follower count, and profile URL when the handle is taken. It accepts bare handles (nike), @handles, and full profile URLs interchangeably.

Running it on the Apify platform gives you API access, scheduling, integrations (Google Sheets, Zapier, Make), proxy rotation, and run monitoring out of the box — so you can check thousands of names on autopilot.

Why use Pinterest Username Checker?

  • Brand protection — verify your brand name is secured across platforms, or catch squatters.
  • Username hunting — find short, clean, on-brand handles that are still free before you launch.
  • Bulk vanity search — test hundreds of candidate names in one run instead of typing them one by one.
  • Influencer & lead research — confirm which handles map to real accounts and see their follower counts.
  • Automation — schedule recurring checks and get notified when a coveted handle frees up.

How to use Pinterest Username Checker

  1. Open the Actor and go to the Input tab.
  2. Paste your list of usernames into Usernames to Check (one per line). Handles, @handles, or full profile URLs all work.
  3. (Optional) Enable a proxy if you're checking large volumes.
  4. Click Start.
  5. When the run finishes, open the Output tab or download the dataset as JSON, CSV, Excel, or HTML.

Input

FieldTypeDescription
usernamesarrayUsernames to check — bare handle, @handle, or full profile URL. Required.
proxyConfigurationobjectOptional proxy settings. Defaults to no proxy.
{
"usernames": ["nike", "marthastewart", "qwxopen8471free"],
"proxyConfiguration": { "useApifyProxy": false }
}

Output

Each username becomes one row in the dataset. You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.

[
{
"username": "nike",
"handle": "nike",
"isAvailable": false,
"displayName": "Nike",
"followerCount": 1089188,
"profileUrl": "https://www.pinterest.com/nike/",
"error": null,
"quota": "Unlimited."
},
{
"username": "qwxopen8471free",
"handle": "qwxopen8471free",
"isAvailable": true,
"displayName": null,
"followerCount": null,
"profileUrl": "https://www.pinterest.com/qwxopen8471free/",
"error": null,
"quota": "Unlimited."
}
]

Output data fields

FieldDescription
usernameThe exact input you provided.
handleThe normalized username that was checked.
isAvailabletrue if the handle is free, false if taken, null if it couldn't be checked.
displayNamePublic profile name of the account (only when taken).
followerCountNumber of followers the account has (only when taken).
profileUrlDirect link to the Pinterest profile.
errorReason a check failed (e.g. invalid format), otherwise null.
quotaUsage/quota note for the run.

How much does it cost to check Pinterest usernames?

Checks are lightweight — one small request per username — so runs are fast and cheap. A list of 1,000 usernames typically costs only a few cents of platform compute. Cost scales linearly with the number of usernames you check.

Tips

  • Scale: enable Apify Proxy if you're checking many thousands of handles in one run.
  • Automation: use the Scheduler to re-check a shortlist of handles daily and get alerted when one becomes available.
  • Valid handles: Pinterest usernames are 3–30 characters and may contain letters, numbers, and underscores. Anything else is flagged as an invalid format.

FAQ, disclaimers, and support

Is this legal? The Actor only checks publicly available information about whether a username exists — the same thing you'd see by visiting a profile URL. It does not log in, collect private data, or scrape content behind authentication. You are responsible for using the data in compliance with Pinterest's Terms of Service and applicable laws.

Why is a handle marked available that I can't register? Pinterest reserves some names and enforces its own naming rules; availability here means no public profile currently exists for that handle.

Found a bug or need a custom version? Open an issue in the Actor's Issues tab. Custom and higher-volume solutions are available on request.