Search Facebook posts by keyword across all of Facebook. Returns post content, engagement metrics (reactions, comments, shares), author data, and media. Supports pagination and date filtering.
curl "https://apidirect.io/v1/facebook/posts?query=artificial%20intelligence&start_date=2026-01-01" \
-H "X-API-Key: YOUR_API_KEY"
{
"posts": [
{
"post_id": "100087654321_998877665544",
"url": "https://www.facebook.com/permalink.php?id=100087654321&story_fbid=998877665544",
"message": "The latest breakthroughs in artificial intelligence are truly remarkable. Here is what caught my attention this week...",
"sentiment": {
"emotions": {
"joy": 40,
"trust": 55,
"fear": 0,
"surprise": 10,
"sadness": 0,
"disgust": 0,
"anger": 0,
"anticipation": 30
},
"dominant_emotion": "trust",
"emotional_intensity": 5,
"polarity": "positive"
},
"date": "2026-03-01 11:00:00",
"timestamp": 1772445600,
"author_name": "Tech Daily",
"author_id": "100087654321",
"author_url": "https://www.facebook.com/TechDaily",
"author_profile_picture": "https://scontent.xx.fbcdn.net/v/t39.30808-1/...",
"comments_count": 89,
"reactions_count": 1540,
"reshare_count": 320,
"reactions": {"like": 900, "love": 350, "wow": 180, "haha": 10, "sad": 50, "angry": 50},
"image_url": "https://scontent.xx.fbcdn.net/v/t39.30808-6/...",
"video": null,
"external_url": null
}
],
"count": 1,
"pages": 1
}