Looking for the Facebook Page Worth tool or want to perform a check now? Facebook Page Worth
To authenticate and communicate with the Facebook Page Worth API, you need to use the following GET parameters.
todo | Fill in facebookworth to tell the api to perform a Facebook Page Worth check. |
format (optional) | With the format parameter you tell the api in wich format to output the Facebook Page Worth. The following options are available: json, xml |
username | Fill in your username. |
api_key | Fill in your API key. |
Fill in the Facebook vanity url that comes after https://www.facebook.com/. For example: freevaluator for https://www.facebook.com/freevaluator (Our Facebook page). |
Example GET request
Underneath an example of a GET request to the API. You need to change the username and API key in this example to get it to work.
API Url: https://api.freevaluator.com/?todo=facebookworth&format=json&username=YOUR_USERNAME&api_key=YOUR_APIKEY&facebook=THE_FACEBOOK_PAGE
Result Example
{ "facebookpage":"freevaluator", "success":"1", "data":{ "name":"Free Valuator", "likes":39, "value":12.576135 } }