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"
}Pinterest
获取详细的用户资料
查询指定 Pinterest 用户的完整资料,返回认证状态、粉丝数、Pin 数、创建时间等账号信息。适用于用户画像、账号核验和数据分析。
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"
}⌘I

