Skip to main content
GET
/
wf
/
adv-profile-resourcer
cURL
curl --request GET \
  --url https://riona.ai/api/1.1/wf/adv-profile-resourcer \
  --header 'Authorization: Bearer <token>'
{
  "status": {
    "code": 200
  },
  "profile": {
    "userID": "Cristiano",
    "username": "Cristiano",
    "platform": "Facebook",
    "groupID": null,
    "url": "https://www.facebook.com/Cristiano",
    "name": "Cristiano Ronaldo",
    "image": "https://scontent.xx.fbcdn.net/v/t1.6435-9/1234567_101515123456789_1234567890_n.jpg?_nc_cat=100&ccb=1-7&_nc_sid=09cbfe&_nc_ohc=abcdefghijklm&_nc_ht=scontent.xx&oh=00_AfABCDEFGHabcdefghijklmnoPQRSTUvwx&oe=64EDC123",
    "description": "Welcome to the official Facebook page of Cristiano Ronaldo.",
    "country": "Portugal",
    "countryCode": "PT",
    "city": null,
    "type": "public_figure",
    "gender": "male",
    "age": null,
    "communityStatus": "active",
    "isBlocked": false,
    "isClosed": false,
    "verified": true
  },
  "stats": {
    "followersCount": 168000000,
    "avgLikes": 450000,
    "avgComments": 25000,
    "avgER": 0.0028,
    "avgInteractions": 475000,
    "avgViews": null,
    "ratingIndex": null,
    "qualityScore": null
  }
}
Supported Platforms:
{
  "status": {
    "code": 200
  },
  "profile": {
    "userID": "Cristiano",
    "username": "Cristiano",
    "platform": "Facebook",
    "groupID": null,
    "url": "https://www.facebook.com/Cristiano",
    "name": "Cristiano Ronaldo",
    "image": "https://scontent.xx.fbcdn.net/v/t1.6435-9/1234567_101515123456789_1234567890_n.jpg?_nc_cat=100&ccb=1-7&_nc_sid=09cbfe&_nc_ohc=abcdefghijklm&_nc_ht=scontent.xx&oh=00_AfABCDEFGHabcdefghijklmnoPQRSTUvwx&oe=64EDC123",
    "description": "Welcome to the official Facebook page of Cristiano Ronaldo.",
    "country": "Portugal",
    "countryCode": "PT",
    "city": null,
    "type": "public_figure",
    "gender": "male",
    "age": null,
    "communityStatus": "active",
    "isBlocked": false,
    "isClosed": false,
    "verified": true
  },
  "stats": {
    "followersCount": 168000000,
    "avgLikes": 450000,
    "avgComments": 25000,
    "avgER": 0.0028,
    "avgInteractions": 475000,
    "avgViews": null,
    "ratingIndex": null,
    "qualityScore": null
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

url
string
required

Profile url

api_key
string
required

This is your account API Key. You can easily locate it in your account dashboard.

Response

200

OK