Skip to main content
GET
/
v1
/
scrape
/
facebook
/
profile
Profile
curl --request GET \
  --url https://api.sociavault.com/v1/scrape/facebook/profile \
  --header 'X-API-Key: <api-key>'
{
  "id": "100064027242849",
  "name": "The Copper Kettle Restaurant",
  "url": "https://www.facebook.com/copperkettleyqr",
  "gender": "NEUTER",
  "coverPhoto": {
    "focus": {
      "x": 0.5,
      "y": 0.48327464788732
    },
    "photo": {
      "id": "436705571807014",
      "image": {
        "uri": "https://scontent-iad3-2.xx.fbcdn.net/v/t39.30808-6/474477436_1020105193467046_5394070544420517909_n.jpg?_nc_cat=105&ccb=1-7&_nc_sid=cc71e4&_nc_ohc=zUYYfJ5qYKUQ7kNvgFk_M04&_nc_zt=23&_nc_ht=scontent-iad3-2.xx&_nc_gid=AGyfMhNtZP01SJk1xNNZYAE&oh=00_AYDeJ4mVDh-l5TS1sFDF9s_NX3v2S2a_zNRQs8j37ggmyA&oe=6799E180",
        "width": 960,
        "height": 641
      },
      "viewer_image": {
        "height": 641,
        "width": 960
      },
      "blurred_image": {
        "uri": "https://scontent-iad3-2.xx.fbcdn.net/v/t39.30808-6/474477436_1020105193467046_5394070544420517909_n.jpg?stp=dst-jpg_fb50_s320x320_tt6&_nc_cat=105&ccb=1-7&_nc_sid=cc71e4&_nc_ohc=zUYYfJ5qYKUQ7kNvgFk_M04&_nc_zt=23&_nc_ht=scontent-iad3-2.xx&_nc_gid=AGyfMhNtZP01SJk1xNNZYAE&oh=00_AYAb7OJoRziO8wqPA5Fp-iKRmKRSOBhpdPGkxPRO9TWC8g&oe=6799E180",
        "width": 320,
        "height": 214
      },
      "url": "https://www.facebook.com/photo/?fbid=436705571807014&set=a.436705548473683"
    }
  },
  "isBusinessPageActive": false,
  "profilePhoto": {
    "url": "https://www.facebook.com/photo/?fbid=436705568473681&set=a.436705545140350",
    "viewer_image": {
      "height": 320,
      "width": 320
    },
    "id": "436705568473681"
  },
  "pageIntro": "Longstanding local restaurant. Mediterranean specialties, signature gourmet pizzas (Best of YQR for",
  "category": "Pizza place",
  "address": "1953 Scarth Street, Regina, SK, Canada, Saskatchewan",
  "email": "copperkettle.events@gmail.com",
  "links": [
    "<any>"
  ],
  "phone": "+1 306-525-3545",
  "website": "http://www.thecopperkettle.online/",
  "services": "Outdoor seating",
  "priceRange": "$$",
  "rating": "90% recommend (205 Reviews)",
  "ratingCount": 205,
  "likeCount": 2400,
  "followerCount": 2700,
  "adLibrary": {
    "adStatus": "This Page is currently running ads.",
    "pageId": "851606664870954"
  },
  "creationDate": "October 29, 2014"
}
💳 1 credit per request

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

Query Parameters

url
string
required

Facebook profile URL

Response

Successful response

id
string
required
Example:

"100064027242849"

name
string
required
Example:

"The Copper Kettle Restaurant"

url
string
required
Example:

"https://www.facebook.com/copperkettleyqr"

gender
string
required
Example:

"NEUTER"

coverPhoto
object
required
isBusinessPageActive
boolean
required
Example:

false

profilePhoto
object
required
pageIntro
string
required
Example:

"Longstanding local restaurant. Mediterranean specialties, signature gourmet pizzas (Best of YQR for"

category
string
required
Example:

"Pizza place"

address
string
required
Example:

"1953 Scarth Street, Regina, SK, Canada, Saskatchewan"

email
string
required
Example:

"copperkettle.events@gmail.com"

phone
string
required
Example:

"+1 306-525-3545"

website
string
required
Example:

"http://www.thecopperkettle.online/"

services
string
required
Example:

"Outdoor seating"

priceRange
string
required
Example:

"$$"

rating
string
required
Example:

"90% recommend (205 Reviews)"

ratingCount
integer
required
Example:

205

likeCount
integer
required
Example:

2400

followerCount
integer
required
Example:

2700

adLibrary
object
required
creationDate
string
required
Example:

"October 29, 2014"