get_facebook_profile
Retrieve Facebook profile and page data by providing a URL to access user information, posts, and engagement metrics through the SociaVault API.
Instructions
Get Facebook profile/page data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Facebook profile or page URL |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"description": "Facebook profile or page URL",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}