curl --request GET \
--url 'https://api.keyapi.ai/v1/pinterest/followers?cursor=cursor_123&node_id=987654321&userid=125186202050495625' \
--header 'Authorization: Bearer <YOUR_API_KEY>'{
"code": 0,
"message": "success",
"data": {
"followers": [
{
"node": {
"username": "iboyiprogress26",
"status": "ok",
"fullName": "Andrew",
"imageMediumUrl": null,
"imageXlargeUrl": null,
"entityId": "1116963282490901452",
"isPrivateProfile": true,
"verifiedIdentity": null,
"id": "VXNlcjoxMTE2OTYzMjgyNDkwOTAxNDUy",
"__typename": "User"
},
"cursor": null
},
{
"node": {
"username": "mhathaway1015",
"status": "ok",
"fullName": "Melissa Hathaway",
"imageMediumUrl": "https://i.pinimg.com/75x75_RS/44/c8/7a/44c87a83f735c44cd0840d9ac1de9635.jpg",
"imageXlargeUrl": "https://i.pinimg.com/280x280_RS/44/c8/7a/44c87a83f735c44cd0840d9ac1de9635.jpg",
"entityId": "466544980056360217",
"isPrivateProfile": false,
"verifiedIdentity": {
"verified": null
},
"id": "VXNlcjo0NjY1NDQ5ODAwNTYzNjAyMTc=",
"__typename": "User"
},
"cursor": null
},
{
"node": {
"username": "mdrd68",
"status": "ok",
"fullName": "Mdrd",
"imageMediumUrl": "https://s.pinimg.com/images/user/default_75.png",
"imageXlargeUrl": "https://s.pinimg.com/images/user/default_280.png",
"entityId": "1116822545002504966",
"isPrivateProfile": false,
"verifiedIdentity": {
"verified": null
},
"id": "VXNlcjoxMTE2ODIyNTQ1MDAyNTA0OTY2",
"__typename": "User"
},
"cursor": null
},
{
"node": {
"username": "jameshonabel",
"status": "ok",
"fullName": "Austingh Miller",
"imageMediumUrl": "https://i.pinimg.com/75x75_RS/89/d5/a3/89d5a3a85d1785d466b665ca28bf140e.jpg",
"imageXlargeUrl": "https://i.pinimg.com/280x280_RS/89/d5/a3/89d5a3a85d1785d466b665ca28bf140e.jpg",
"entityId": "1149473642300971467",
"isPrivateProfile": false,
"verifiedIdentity": {
"verified": null
},
"id": "VXNlcjoxMTQ5NDczNjQyMzAwOTcxNDY3",
"__typename": "User"
},
"cursor": null
},
{
"node": {
"username": "BethelPressCo",
"status": "ok",
"fullName": "BethelPress",
"imageMediumUrl": "https://i.pinimg.com/75x75_RS/9e/6f/9c/9e6f9c7f1a8e52018f104e79c977d9e5.jpg",
"imageXlargeUrl": "https://i.pinimg.com/280x280_RS/9e/6f/9c/9e6f9c7f1a8e52018f104e79c977d9e5.jpg",
"entityId": "1125196425559683038",
"isPrivateProfile": false,
"verifiedIdentity": {
"verified": null
},
"id": "VXNlcjoxMTI1MTk2NDI1NTU5NjgzMDM4",
"__typename": "User"
},
"cursor": null
},
{
"node": {
"username": "SulaymanSohagss",
"status": "ok",
"fullName": "Md. Sohag",
"imageMediumUrl": "https://i.pinimg.com/75x75_RS/c7/a6/06/c7a606d1ca1149c4f828b6659cfbf46b.jpg",
"imageXlargeUrl": "https://i.pinimg.com/280x280_RS/c7/a6/06/c7a606d1ca1149c4f828b6659cfbf46b.jpg",
"entityId": "1084101078959774247",
"isPrivateProfile": false,
"verifiedIdentity": {
"verified": null
},
"id": "VXNlcjoxMDg0MTAxMDc4OTU5Nzc0MjQ3",
"__typename": "User"
},
"cursor": null
},
{
"node": {
"username": "ShabbyloveCreativeDIYHomedeco",
"status": "ok",
"fullName": "Nadja Monticelli",
"imageMediumUrl": "https://i.pinimg.com/75x75_RS/7c/6b/fc/7c6bfcdd1943f4711c2f4d31b8dfcef1.jpg",
"imageXlargeUrl": "https://i.pinimg.com/280x280_RS/7c/6b/fc/7c6bfcdd1943f4711c2f4d31b8dfcef1.jpg",
"entityId": "722898315095716077",
"isPrivateProfile": false,
"verifiedIdentity": {
"verified": null
},
"id": "VXNlcjo3MjI4OTgzMTUwOTU3MTYwNzc=",
"__typename": "User"
},
"cursor": null
},
{
"node": {
"username": "bmk6556",
"status": "ok",
"fullName": "Blair Kendall",
"imageMediumUrl": "https://s.pinimg.com/images/user/default_75.png",
"imageXlargeUrl": "https://s.pinimg.com/images/user/default_280.png",
"entityId": "323344585654811807",
"isPrivateProfile": false,
"verifiedIdentity": {
"verified": null
},
"id": "VXNlcjozMjMzNDQ1ODU2NTQ4MTE4MDc=",
"__typename": "User"
},
"cursor": null
},
{
"node": {
"username": "pameladrew",
"status": "ok",
"fullName": "Pamela",
"imageMediumUrl": null,
"imageXlargeUrl": null,
"entityId": "132223076468266493",
"isPrivateProfile": true,
"verifiedIdentity": null,
"id": "VXNlcjoxMzIyMjMwNzY0NjgyNjY0OTM=",
"__typename": "User"
},
"cursor": null
}
]
},
"requestId": "f0287cb7-0e6c-4aed-957d-62cc063cee91"
}Get followers detail
curl --request GET \
--url 'https://api.keyapi.ai/v1/pinterest/followers?cursor=cursor_123&node_id=987654321&userid=125186202050495625' \
--header 'Authorization: Bearer <YOUR_API_KEY>'{
"code": 0,
"message": "success",
"data": {
"followers": [
{
"node": {
"username": "iboyiprogress26",
"status": "ok",
"fullName": "Andrew",
"imageMediumUrl": null,
"imageXlargeUrl": null,
"entityId": "1116963282490901452",
"isPrivateProfile": true,
"verifiedIdentity": null,
"id": "VXNlcjoxMTE2OTYzMjgyNDkwOTAxNDUy",
"__typename": "User"
},
"cursor": null
},
{
"node": {
"username": "mhathaway1015",
"status": "ok",
"fullName": "Melissa Hathaway",
"imageMediumUrl": "https://i.pinimg.com/75x75_RS/44/c8/7a/44c87a83f735c44cd0840d9ac1de9635.jpg",
"imageXlargeUrl": "https://i.pinimg.com/280x280_RS/44/c8/7a/44c87a83f735c44cd0840d9ac1de9635.jpg",
"entityId": "466544980056360217",
"isPrivateProfile": false,
"verifiedIdentity": {
"verified": null
},
"id": "VXNlcjo0NjY1NDQ5ODAwNTYzNjAyMTc=",
"__typename": "User"
},
"cursor": null
},
{
"node": {
"username": "mdrd68",
"status": "ok",
"fullName": "Mdrd",
"imageMediumUrl": "https://s.pinimg.com/images/user/default_75.png",
"imageXlargeUrl": "https://s.pinimg.com/images/user/default_280.png",
"entityId": "1116822545002504966",
"isPrivateProfile": false,
"verifiedIdentity": {
"verified": null
},
"id": "VXNlcjoxMTE2ODIyNTQ1MDAyNTA0OTY2",
"__typename": "User"
},
"cursor": null
},
{
"node": {
"username": "jameshonabel",
"status": "ok",
"fullName": "Austingh Miller",
"imageMediumUrl": "https://i.pinimg.com/75x75_RS/89/d5/a3/89d5a3a85d1785d466b665ca28bf140e.jpg",
"imageXlargeUrl": "https://i.pinimg.com/280x280_RS/89/d5/a3/89d5a3a85d1785d466b665ca28bf140e.jpg",
"entityId": "1149473642300971467",
"isPrivateProfile": false,
"verifiedIdentity": {
"verified": null
},
"id": "VXNlcjoxMTQ5NDczNjQyMzAwOTcxNDY3",
"__typename": "User"
},
"cursor": null
},
{
"node": {
"username": "BethelPressCo",
"status": "ok",
"fullName": "BethelPress",
"imageMediumUrl": "https://i.pinimg.com/75x75_RS/9e/6f/9c/9e6f9c7f1a8e52018f104e79c977d9e5.jpg",
"imageXlargeUrl": "https://i.pinimg.com/280x280_RS/9e/6f/9c/9e6f9c7f1a8e52018f104e79c977d9e5.jpg",
"entityId": "1125196425559683038",
"isPrivateProfile": false,
"verifiedIdentity": {
"verified": null
},
"id": "VXNlcjoxMTI1MTk2NDI1NTU5NjgzMDM4",
"__typename": "User"
},
"cursor": null
},
{
"node": {
"username": "SulaymanSohagss",
"status": "ok",
"fullName": "Md. Sohag",
"imageMediumUrl": "https://i.pinimg.com/75x75_RS/c7/a6/06/c7a606d1ca1149c4f828b6659cfbf46b.jpg",
"imageXlargeUrl": "https://i.pinimg.com/280x280_RS/c7/a6/06/c7a606d1ca1149c4f828b6659cfbf46b.jpg",
"entityId": "1084101078959774247",
"isPrivateProfile": false,
"verifiedIdentity": {
"verified": null
},
"id": "VXNlcjoxMDg0MTAxMDc4OTU5Nzc0MjQ3",
"__typename": "User"
},
"cursor": null
},
{
"node": {
"username": "ShabbyloveCreativeDIYHomedeco",
"status": "ok",
"fullName": "Nadja Monticelli",
"imageMediumUrl": "https://i.pinimg.com/75x75_RS/7c/6b/fc/7c6bfcdd1943f4711c2f4d31b8dfcef1.jpg",
"imageXlargeUrl": "https://i.pinimg.com/280x280_RS/7c/6b/fc/7c6bfcdd1943f4711c2f4d31b8dfcef1.jpg",
"entityId": "722898315095716077",
"isPrivateProfile": false,
"verifiedIdentity": {
"verified": null
},
"id": "VXNlcjo3MjI4OTgzMTUwOTU3MTYwNzc=",
"__typename": "User"
},
"cursor": null
},
{
"node": {
"username": "bmk6556",
"status": "ok",
"fullName": "Blair Kendall",
"imageMediumUrl": "https://s.pinimg.com/images/user/default_75.png",
"imageXlargeUrl": "https://s.pinimg.com/images/user/default_280.png",
"entityId": "323344585654811807",
"isPrivateProfile": false,
"verifiedIdentity": {
"verified": null
},
"id": "VXNlcjozMjMzNDQ1ODU2NTQ4MTE4MDc=",
"__typename": "User"
},
"cursor": null
},
{
"node": {
"username": "pameladrew",
"status": "ok",
"fullName": "Pamela",
"imageMediumUrl": null,
"imageXlargeUrl": null,
"entityId": "132223076468266493",
"isPrivateProfile": true,
"verifiedIdentity": null,
"id": "VXNlcjoxMzIyMjMwNzY0NjgyNjY0OTM=",
"__typename": "User"
},
"cursor": null
}
]
},
"requestId": "f0287cb7-0e6c-4aed-957d-62cc063cee91"
}π€ 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.
Pagination cursor to continue fetching followers (used together with node_id)
Node ID to use for pagination-style queries (used when userid is not provided)
Numeric user ID as a string (e.g., '125186202050495625'). If provided and numeric, the service will use the primary query path
HTTP status code
Unique request identifier
Response message (English)
Response message (Chinese)
Support message
Time when the response was generated
Timestamp when the response was generated
Timezone of the response time
API Swagger documentation link for this endpoint
Cache message (English)
Cache message (Chinese)
URL to access the cached result
Endpoint that generated this response
Parameters used in the request
Response data