Get a Facebook post or Reel.
Endpoint
/v1/facebook/posts
Query
Public permalink to the Facebook post or reel.
When true, includes a sample of top-level comments when available.
When true, includes a plain-text transcript when available for the video.
const response = await fetch( "https://api.socialfetch.dev/v1/facebook/posts?url=https://www.facebook.com/profile.php?id=61575098504636", { headers: { "x-api-key": "YOUR_API_KEY", } } ); const data = await response.json(); console.log(data);