Facebook Profile API
Public page or profile by URL or handle: name, category, about, likes/follower counts and avatar.
Provider network
Providers ranked by traffic
Try it
Make your first request
{
"found": true,
"data": {
"handle": "nasa",
"url": "https://www.facebook.com/nasa",
"name": "NASA",
"category": "Aerospace Company",
"about": "Explore the universe and discover our home planet.",
"verified": true,
"likes": 24100000,
"followers": 24600000,
"avatarUrl": "https://facebook.com/nasa/avatar.jpg"
}
}interface FacebookProfileResponse {
data: {
about: string;
avatarUrl: string;
category: string;
followers: number;
likes: number;
name: 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 30dcurl -X POST https://api.getanyapi.com/v1/run/facebook.profile \
-H "Authorization: Bearer $ANYAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://www.facebook.com/nasa"}'| Field | Type | Example value |
|---|---|---|
| Request body | ||
| handle | string | Facebook page handle/username. |
| url | string | "https://www.facebook.com/nasa"Full Facebook page URL. |
| Response | ||
| found | boolean | true |
| data | object | |
| data.handle | string | "nasa" |
| data.url | string | "https://www.facebook.com/nasa" |
| data.name | string | "NASA" |
| data.category | string | "Aerospace Company" |
| data.about | string | "Explore the universe and discover our home planet." |
| data.verified | boolean | true |
| data.likes | number | 24100000 |
| data.followers | number | 24600000 |
| data.avatarUrl | string | "https://facebook.com/nasa/avatar.jpg" |
| Price | ||
| Price per request | USD | $0.0012 |
| Price /1k req | USD | $1.20 |
FAQ
About the Facebook Profile API
The AnyAPI Facebook Profile API returns Facebook profile data as normalized JSON from one POST call to /v1/run/facebook.profile. Public page or profile by URL or handle: name, category, about, likes/follower counts and avatar. AnyAPI routes each request across 2 sources and falls back automatically when one fails. It costs from $1.20 per 1,000 requests, in US dollars with no subscription and no monthly minimum. Over the last 30 days, 88.0% of Facebook profile calls through AnyAPI succeeded, with a median response time of 3.5 seconds across 50 measured calls.