Facebook API
Facebook Followers API
List the public followers (or accounts followed) of any Facebook page or profile URL as normalized JSON records.
POST/v1/run/facebook.followers
Requests
-
30d
Pricing
One price, in dollars
Try it
Make your first request
Sample response
Free runs return only the first 3 results. Fund a key to get the full response.
{
"data": {
"items": [
{
"id": "a1b2c3d4",
"image": "https://example.com/image.jpg",
"name": "Example title",
"url": "https://example.com/page"
}
]
},
"found": true
}Response interface
interface FacebookFollowersResponse {
data: {
items: {
id: string;
image?: string;
name: string;
url: string;
}[];
} | null;
found: boolean;
}Full parameter and response reference - every field, type, and example for this endpoint.
Reference
Request, response, and price
Last verified 2026-09-16 · uptime and latency measured over 30dPOST /v1/run/facebook.followers
curl -X POST https://api.getanyapi.com/v1/run/facebook.followers \
-H "Authorization: Bearer $ANYAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"limit":3,"url":"https://www.facebook.com/nike"}'| Field | Type | Example value |
|---|---|---|
| Request body | ||
| url | string | "https://www.facebook.com/nike"Facebook page or profile URL to list follows for (e.g. https://www.facebook.com/nasa). |
| followType | string | Which relation to fetch: 'follower' or 'following' (e.g. follower). |
| limit | integer | 3Maximum number of results to return (1-20, default 20). You are billed per result returned, so a lower limit costs less. |
| Response | ||
| data | object | |
| data.items | object[] | Follower or following records for the target page/profile. Populated whenever the provider has data for the entity. |
| data.items[].id | string | The account's numeric Facebook ID, as a string. Populated whenever the provider has data for the entity. |
| data.items[].image | string | URL of the account's profile picture, with tracking query params stripped. Empty when the upstream omits it. |
| data.items[].name | string | The account's public display name. Populated whenever the provider has data for the entity. |
| data.items[].url | string | Canonical URL of the account's Facebook profile, with tracking query params stripped. Populated whenever the provider has data for the entity. |
| found | boolean | Whether the page/profile was found and returned follower or following records. |
| Price | ||
| Price per request (ceiling) | USD | $0.132 |
| Price /1k results | USD | $6.60 |
FAQ
About the Facebook Followers API
The AnyAPI Facebook Followers API returns Facebook followers data as normalized JSON from one POST call to /v1/run/facebook.followers. List the public followers (or accounts followed) of any Facebook page or profile URL as normalized JSON records. AnyAPI returns one normalized schema whichever source serves it. It costs $6.60 per 1,000 results, and never more than $0.132 for a single request, in US dollars with no subscription and no monthly minimum.
It costs $6.60 per 1,000 results, and never more than $0.132 for a single request, in US dollars with no subscription and no monthly minimum. You fund one USD wallet, each call draws it down, and a failed request costs $0.
List the public followers (or accounts followed) of any Facebook page or profile URL as normalized JSON records. The response is normalized JSON with the same envelope every AnyAPI endpoint returns, so parsing a second endpoint is a change of URL and nothing else.
More to call
Other Facebook endpoints
Profilefrom $1.20 /1k reqProfile postsfrom $1.20 /1k reqPostfrom $1.20 /1k reqPost commentsfrom $1.20 /1k reqProfile reelsfrom $1.20 /1k reqAd detailsfrom $1.20 /1k reqAd details fullfrom $4.62 /1k reqAd transcriptfrom $1.20 /1k reqAds searchfrom $1.20 /1k reqComment repliesfrom $1.20 /1k reqCompany adsfrom $1.20 /1k reqEvent detailsfrom $1.20 /1k reqEventsfrom $1.20 /1k reqEvents searchfrom $1.20 /1k reqGroup postsfrom $1.20 /1k reqMarketplacefrom $1.20 /1k reqMarketplace itemfrom $1.20 /1k reqMarketplace location searchfrom $1.20 /1k reqPage contactfrom $1.20 /1k reqPhotosfrom $1.20 /1k reqPost transcriptfrom $1.20 /1k reqProfile eventsfrom $1.20 /1k reqSearch companiesfrom $1.20 /1k reqSearch pagesfrom $11.18 /1k resultsSearch postsfrom $3.15 /1k results