Skip to main content
GET
/
v1
/
pinterest
/
information
cURL
curl --request GET \
  --url 'https://api.keyapi.ai/v1/pinterest/information?username=Musk' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "code": 0,
  "message": "success",
  "data": {
    "user": {
      "node_id": "VXNlcjoxMTc1MTc4NjQzNjEwMTE4OQ==",
      "is_verified_merchant": false,
      "verified_identity": {},
      "pin_count": 984,
      "interest_following_count": 3,
      "last_pin_save_time": "Tue, 03 Mar 2026 12:15:23 +0000",
      "is_partner": false,
      "instagram_data": null,
      "follower_count": 33,
      "impressum_url": null,
      "created_at": "Thu, 08 Dec 2011 22:16:54 +0000",
      "type": "user",
      "full_name": "Bev Delle Donne",
      "seo_noindex_reason": null,
      "eligible_profile_tabs": [
        {
          "id": "16385125363164",
          "type": "profiletab",
          "tab_type": 1,
          "name": "Created",
          "is_default": false
        },
        {
          "id": "16385125363548",
          "type": "profiletab",
          "tab_type": 0,
          "name": "Saved",
          "is_default": true
        }
      ],
      "indexed": true,
      "is_inspirational_merchant": false,
      "domain_verified": false,
      "seo_title": "Bev Delle Donne (musk) - Profile | Pinterest",
      "about": "",
      "following_count": 43,
      "first_name": "Bev",
      "id": "11751786436101189",
      "profile_cover": {
        "id": "11751786436101189"
      },
      "is_private_profile": false,
      "board_count": 33,
      "image_xlarge_url": "https://i.pinimg.com/280x280_RS/d4/2f/eb/d42febf4404b0a9e6291945fbd1998d1.jpg",
      "ads_only_profile_site": null,
      "domain_url": null,
      "username": "musk",
      "seo_description": "See what Bev Delle Donne (musk) has discovered on Pinterest, the world's biggest collection of ideas.",
      "is_gco_account": false,
      "image_medium_url": "https://i.pinimg.com/75x75_RS/d4/2f/eb/d42febf4404b0a9e6291945fbd1998d1.jpg",
      "is_primary_website_verified": false,
      "partner": null,
      "website_url": null,
      "seo_canonical_domain": "www.pinterest.com",
      "is_ads_only_profile": false
    }
  },
  "requestId": "7a39780c-cf9d-4ca4-a561-507c2026d1fd"
}
πŸͺ™2 creditsper request

Copy for AI

πŸ€– Why Code When AI Can Do It For You?

Stop writing code like it’s 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.

Authorizations

Authorization
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx Get your API key from the Dashboard.

Query Parameters

username
string
required

The search string used to look up Pinterest user profiles (e.g., username or partial name)

Response

The response is of type object.