跳转到主要内容
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 credits每次请求

Copy for AI

🤖 让 AI 帮你写调用代码

点击按钮复制一段结构化提示词,可直接交给 ChatGPT、Claude 或其他 AI 助手生成接口调用代码。

授权

Authorization
string
header
必填

接口鉴权凭证。请在请求 Header 中传入 Authorization: Bearer <YOUR_API_KEY>。 可在 Dashboard 获取你的 API Key。

查询参数

username
string
必填

查询的 Pinterest 用户名

示例:

"Musk"

响应

请求成功

The response is of type object.