extractr docs
Facebook

Get page/profile overview

GET
/facebook/profile

Public profile or page metadata: category, follower counts, about text and contact links.

Costs 2 credits per request.

Authorization

ApiKeyAuth
X-API-Key<token>

API key created in the extractr dashboard (ext_live_...). Also accepted as Authorization: Bearer.

In: header

Query Parameters

username*string

Page or profile username (vanity handle).

Length1 <= length

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/facebook/profile?username=nasa"
{  "id": "104958162837",  "username": "string",  "name": "NASA",  "category": "Media/News Company",  "verified": true,  "followers": 4120884,  "likes": 0,  "about": "string",  "website": "http://example.com",  "location": "string",  "created": "2010-06-18"}
{  "error": {    "code": "invalid_api_key",    "message": "The provided API key is invalid or has been revoked."  }}
{  "error": {    "code": "invalid_api_key",    "message": "The provided API key is invalid or has been revoked."  }}
{  "error": {    "code": "invalid_api_key",    "message": "The provided API key is invalid or has been revoked."  }}