Facebook Profile API

Using Facebook Profile API you can scrape Facebook profile results without worrying about proxy rotation and data parsing. Our API is fast and reliable.

You have to send a GET request to https://api.scrapingdog.com/facebook/profile with the below-given parameters.

Parameters

Parameter
Description

api_key

required

Your personal API key. Available on your dashboard. Type: String

Search Query

Parameter
Description

username

required

This is the Instagram username. Type: String

API Example

curl "https://api.scrapingdog.com/facebook/profile?api_key=APIKEY&username=nike"

API Response

{
    "title": "Nike",
    "likes": 37500958,
    "categories": "",
    "info": [
        "Nike",
        "37,500,958 likes",
        "131,337 talking about this",
        "15,188 were here",
        "Just Do It"
    ],
    "pageUrl": "https://www.facebook.com/nike?locale=en_US",
    "followers": "39M"
}

Last updated