Get a Facebook profile or page.
Endpoint
/v1/facebook/profiles
Query
Facebook public profile or page URL to look up.
Optional: include structured business hours in the response when available.
const response = await fetch( "https://api.socialfetch.dev/v1/facebook/profiles?url=https://www.facebook.com/profile.php?id=61575098504636", { headers: { "x-api-key": "YOUR_API_KEY", } } ); const data = await response.json(); console.log(data);