cURL
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>'import requests
response = requests.get(
'https://api.keyapi.ai/v1/pinterest/followers',
params={"cursor": "cursor_123", "node_id": "987654321", "userid": "125186202050495625"},
headers={'Authorization': 'Bearer <YOUR_API_KEY>'}
)
print(response.json())const params = new URLSearchParams({"cursor": "cursor_123", "node_id": "987654321", "userid": "125186202050495625"});
const response = await fetch(`https://api.keyapi.ai/v1/pinterest/followers?${params}`, {
method: 'GET',
headers: { 'Authorization': 'Bearer <YOUR_API_KEY>' }
});
const data = await response.json();
console.log(data);{
"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"
}{
"code": 400,
"data": null,
"message": "Missing required parameter: handle"
}{
"code": 401,
"data": null,
"message": "apiKey is null"
}{
"code": 402,
"data": null,
"message": "apiKey quota is not enough"
}{
"code": 429,
"data": null,
"message": "qps limit exceeded"
}{
"code": 500,
"data": null,
"message": "Internal server error"
}Pinterest
Get followers detail
Get followers detail
GET
/
v1
/
pinterest
/
followers
cURL
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>'import requests
response = requests.get(
'https://api.keyapi.ai/v1/pinterest/followers',
params={"cursor": "cursor_123", "node_id": "987654321", "userid": "125186202050495625"},
headers={'Authorization': 'Bearer <YOUR_API_KEY>'}
)
print(response.json())const params = new URLSearchParams({"cursor": "cursor_123", "node_id": "987654321", "userid": "125186202050495625"});
const response = await fetch(`https://api.keyapi.ai/v1/pinterest/followers?${params}`, {
method: 'GET',
headers: { 'Authorization': 'Bearer <YOUR_API_KEY>' }
});
const data = await response.json();
console.log(data);{
"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"
}{
"code": 400,
"data": null,
"message": "Missing required parameter: handle"
}{
"code": 401,
"data": null,
"message": "apiKey is null"
}{
"code": 402,
"data": null,
"message": "apiKey quota is not enough"
}{
"code": 429,
"data": null,
"message": "qps limit exceeded"
}{
"code": 500,
"data": null,
"message": "Internal server error"
}🪙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
Query Parameters
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
Response
The response is of type object.
⌘I

