Facebook APIs - Search Posts (V1)
Search for public posts on Facebook based on keywords.
The results include post metadata, content, author information, publication time, engagement metrics (reactions, comments, shares), and media URLs.
Typical use cases:
- Discovering relevant public posts for specific keywords.
- Analyzing engagement and reach of public content on Facebook.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
token | query | string | Yes | User security token for API access authentication. |
keyword | query | string | Yes | Keyword to search for in public posts. Supports basic text matching. |
startDate | query | string | No | Start date for the search range (inclusive), formatted as yyyy-MM-dd. |
endDate | query | string | No | End date for the search range (inclusive), formatted as yyyy-MM-dd. |
cursor | query | string | No | Pagination cursor for fetching the next set of results. |
Code Samples
💡 Environment Note
Default samples use https://api.justoneapi.com (prod-global). For users in Mainland China, it is recommended to replace it with http://47.117.133.51:30015 (prod-cn) for better performance. See Environment Guide.
bash
# Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
curl -X GET "https://api.justoneapi.com/api/facebook/search-post/v1?token=YOUR_API_KEY&keyword=VALUE"text
I want to use the "Search Posts (V1)" API from Just One API.
API Endpoint: https://api.justoneapi.com/api/facebook/search-post/v1
HTTP Method: GET
Authentication: Append "?token=YOUR_API_KEY" to the URL.
OpenAPI Definition: https://docs.justoneapi.com/openapi/facebook-apis/search-posts-v1-en.json
Parameters:
- token (query): User security token for API access authentication. (Required)
- keyword (query): Keyword to search for in public posts. Supports basic text matching. (Required)
- startDate (query): Start date for the search range (inclusive), formatted as yyyy-MM-dd.
- endDate (query): End date for the search range (inclusive), formatted as yyyy-MM-dd.
- cursor (query): Pagination cursor for fetching the next set of results.
Return format: JSON
Response Handling & Error Codes:
1. Business results should be determined by the "code" field in the response body (code 0 means success).
2. Timeout Recommendation: Set request timeout to at least 60 seconds.
3. Business Code Reference:
- 0: Success
- 100: Invalid or Inactive Token
- 301: Collection Failed. Please Retry.
- 302: Rate Limit Exceeded
- 303: Daily Quota Exceeded
- 400: Invalid Parameters
- 500: Internal Server Error
- 600: Permission Denied
- 601: Insufficient Balance
Please help me write a script in my preferred programming language to call this API and handle the response.python
# Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
import requests
url = "https://api.justoneapi.com/api/facebook/search-post/v1?token=YOUR_API_KEY&keyword=VALUE"
response = requests.get(url)
print(response.json())js
// Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
const response = await fetch("https://api.justoneapi.com/api/facebook/search-post/v1?token=YOUR_API_KEY&keyword=VALUE", {
method: "GET"
});
const data = await response.json();
console.log(data);java
// Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
import java.net.URI;
import java.net.http.HttpClient;
import java.net.http.HttpRequest;
import java.net.http.HttpResponse;
public class Main {
public static void main(String[] args) throws Exception {
HttpClient client = HttpClient.newHttpClient();
HttpRequest request = HttpRequest.newBuilder()
.uri(URI.create("https://api.justoneapi.com/api/facebook/search-post/v1?token=YOUR_API_KEY&keyword=VALUE"))
.method("GET", HttpRequest.BodyPublishers.noBody())
.build();
HttpResponse<String> response = client.send(request, HttpResponse.BodyHandlers.ofString());
System.out.println(response.body());
}
}go
// Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
package main
import (
"fmt"
"io"
"net/http"
)
func main() {
client := &http.Client{}
url := "https://api.justoneapi.com/api/facebook/search-post/v1?token=YOUR_API_KEY&keyword=VALUE"
req, _ := http.NewRequest("GET", url, nil)
resp, _ := client.Do(req)
defer resp.Body.Close()
body, _ := io.ReadAll(resp.Body)
fmt.Println(string(body))
}php
// Tip: For Mainland China, replace https://api.justoneapi.com with http://47.117.133.51:30015
<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "https://api.justoneapi.com/api/facebook/search-post/v1?token=YOUR_API_KEY&keyword=VALUE");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "GET");
$response = curl_exec($ch);
curl_close($ch);
echo $response;Responses
json
{
"code": 0,
"data": {
"results": [
{
"post_id": "1474252447499265",
"type": "post",
"url": "https://www.facebook.com/groups/633054004952451/posts/1474252447499265/",
"message": "EDITORIAL: THE ARCHITECTURE OF PEACE\nBuilding on the Rock, Not on the Sand\n\n\"Blessed are the peacemakers, for they will be called children of God.\" — Matthew 5:9\n\n“Peace is not the absence of conflict, but the presence of an unshakable foundation.”\n\nThe great paradox of our modern world is that we treat peace like a cut flower: we admire its fleeting beauty in speeches, yet we forget that it cannot survive without deep roots. The prophet Jeremiah already denounced this illusion with singular force when he said: \"They dress the wound of my people as though it were not serious. 'Peace, peace,' they say, when there is no peace.\" (Jeremiah 8:11). This observation rings strikingly true today. The fundamental problem lies in our stubborn pursuit of a \"surface peace\"—a mere absence of open conflict, made of fragile treaties and forced silences. But a peace that depends solely on external circumstances, political interests, or the balance of power is a peace built on sand. As soon as the wind of self-interest, injustice, or anger rises, the entire structure collapses, leaving behind ruins that are even more painful.\n\nScripture teaches us, however, that peace is not a passive state, but a fruit that requires rigorous cultivation and a specific architecture of life. The Apostle James wisely reminds us that \"peacemakers who sow in peace reap a harvest of righteousness\" (James 3:18). To lastingly resolve the problem of discord, we must understand that peace is inseparable from uprightness. There can be no rest where iniquity or oppression reigns, for as the prophet Isaiah emphasizes: \"The fruit of that righteousness will be peace; its effect will be quietness and confidence forever.\" (Isaiah 32:17). This architecture of peace demands a courageous renunciation of pride and vengeance. It is the path of humility that alone possesses the power to disarm the adversary and transform an enemy into a brother.\n\nThis true peace, the only kind that holds firm in the storm, surpasses human intelligence and diplomatic calculations; it is a profound anchoring of the soul in a higher truth. The Apostle Paul expresses this magnificently: \"And the peace of God, which transcends all understanding, will guard your hearts and your minds in Christ Jesus.\" (Philippians 4:7). To turn a new page in history is to decide to no longer be mere helpless spectators of global or personal conflicts, but to become their active architects. It is to understand that peace is a work of infinite patience, similar to that of an invisible root that stabilizes the soil to allow an entire forest to rise and prosper.\n\nPursuing peace is not a quest for personal tranquility; it is a dynamic and demanding mission. \"Seek peace and pursue it\" (Psalm 34:14): the verb \"pursue\" indicates a constant effort, a resolute march to maintain balance where everything pushes toward rupture. By building on this rock of justice and faith, we stop dressing wounds lightly to finally offer the world a security that lasts—a peace that does not wither because it draws its sap from the very source of Divine Love. This is how we become the true builders of a city that cannot be shaken.\n\n© 2026 - The Evangelical Daily - Special Edition: Peace.",
"message_rich": "EDITORIAL: THE ARCHITECTURE OF PEACE\nBuilding on the Rock, Not on the Sand\n\n\"Blessed are the peacemakers, for they will be called children of God.\" — Matthew 5:9\n\n“Peace is not the absence of conflict, but the presence of an unshakable foundation.”\n\nThe great paradox of our modern world is that we treat peace like a cut flower: we admire its fleeting beauty in speeches, yet we forget that it cannot survive without deep roots. The prophet Jeremiah already denounced this illusion with singular force when he said: \"They dress the wound of my people as though it were not serious. 'Peace, peace,' they say, when there is no peace.\" (Jeremiah 8:11). This observation rings strikingly true today. The fundamental problem lies in our stubborn pursuit of a \"surface peace\"—a mere absence of open conflict, made of fragile treaties and forced silences. But a peace that depends solely on external circumstances, political interests, or the balance of power is a peace built on sand. As soon as the wind of self-interest, injustice, or anger rises, the entire structure collapses, leaving behind ruins that are even more painful.\n\nScripture teaches us, however, that peace is not a passive state, but a fruit that requires rigorous cultivation and a specific architecture of life. The Apostle James wisely reminds us that \"peacemakers who sow in peace reap a harvest of righteousness\" (James 3:18). To lastingly resolve the problem of discord, we must understand that peace is inseparable from uprightness. There can be no rest where iniquity or oppression reigns, for as the prophet Isaiah emphasizes: \"The fruit of that righteousness will be peace; its effect will be quietness and confidence forever.\" (Isaiah 32:17). This architecture of peace demands a courageous renunciation of pride and vengeance. It is the path of humility that alone possesses the power to disarm the adversary and transform an enemy into a brother.\n\nThis true peace, the only kind that holds firm in the storm, surpasses human intelligence and diplomatic calculations; it is a profound anchoring of the soul in a higher truth. The Apostle Paul expresses this magnificently: \"And the peace of God, which transcends all understanding, will guard your hearts and your minds in Christ Jesus.\" (Philippians 4:7). To turn a new page in history is to decide to no longer be mere helpless spectators of global or personal conflicts, but to become their active architects. It is to understand that peace is a work of infinite patience, similar to that of an invisible root that stabilizes the soil to allow an entire forest to rise and prosper.\n\nPursuing peace is not a quest for personal tranquility; it is a dynamic and demanding mission. \"Seek peace and pursue it\" (Psalm 34:14): the verb \"pursue\" indicates a constant effort, a resolute march to maintain balance where everything pushes toward rupture. By building on this rock of justice and faith, we stop dressing wounds lightly to finally offer the world a security that lasts—a peace that does not wither because it draws its sap from the very source of Divine Love. This is how we become the true builders of a city that cannot be shaken.\n\n© 2026 - The Evangelical Daily - Special Edition: Peace.",
"timestamp": 1773061525,
"comments_count": 0,
"reactions_count": 1,
"reshare_count": 0,
"reactions": {
"angry": 0,
"care": 0,
"haha": 0,
"like": 1,
"love": 0,
"sad": 0,
"wow": 0
},
"author": {
"id": "100069695243500",
"name": "Cri D'harmonie",
"url": "https://www.facebook.com/triofek",
"profile_picture_url": "https://scontent.fhex5-1.fna.fbcdn.net/v/t39.30808-1/499861615_1020870963579402_865609835837137649_n.jpg?stp=cp0_dst-jpg_s48x48_tt6&_nc_cat=106&ccb=1-7&_nc_sid=2d3e12&_nc_ohc=mr8gysLu3KUQ7kNvwHRV6hp&_nc_oc=AdmrnVgBqlzFEWL3_w1GIdzhhMcsN7SzvmyFVzuIrcoIpwkGx9HNtWWI3o7ksucfEK1AwRXsrgtbuBMPPK6s2c93&_nc_zt=24&_nc_ht=scontent.fhex5-1.fna&_nc_gid=5uEhsvCIj9IODFLPDS1TjQ&_nc_ss=8&oh=00_AfzioENHhsIeGSMjtOZbFiPDaPh3_-Pppw69gVT1Gl9oiQ&oe=69B4BA85"
},
"author_title": null,
"image": {
"uri": "https://scontent.fhex5-2.fna.fbcdn.net/v/t39.30808-6/649480647_1249580797375083_1571418188881569522_n.jpg?_nc_cat=105&ccb=1-7&_nc_sid=e06c5d&_nc_ohc=kaXyx0jGRqIQ7kNvwHQUU-X&_nc_oc=AdlMUMN1y40l8HlxvJpulI_9MgxnPiMpdUmj0WlzRv8UUyMTeA53NppX9a4kT1cGvROGEN2uWLJTeiXsbU-RM_r5&_nc_zt=23&_nc_ht=scontent.fhex5-2.fna&_nc_gid=5uEhsvCIj9IODFLPDS1TjQ&_nc_ss=8&oh=00_AfypXAlMce8Rm-GLVMvd2Tg1471Jt5S2xVD8YqJxFuv9Zg&oe=69B4A12C",
"height": 768,
"width": 1408,
"id": "1249581274041702"
},
"video": null,
"album_preview": null,
"video_files": null,
"video_thumbnail": null,
"external_url": null,
"attached_event": null,
"attached_post": null,
"attached_post_url": null,
"text_format_metadata": null,
"comments_id": "1474252447499265",
"shares_id": "1474252447499265"
},
{
"post_id": "933698839016368",
"type": "post",
"url": "https://www.facebook.com/reel/1237197048606904/",
"message": "🙂 My efforts \n#icct20worldcup2026 #glenphillips #relatable #trending #fypppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppp \n\nTrending topics \n\nrepresent the most discussed, searched, or shared subjects on platforms like Google, X (Twitter), and YouTube, often reflecting breaking news, viral content, or popular culture. Key topics as of early March 2026 include the T20 World Cup, specific AI technologies like Deep Seek AI, and various viral social media, entertainment, or political stories. \n\nTop Trending Platforms & Topics\n\nGoogle Trends: Used to track real-time search interest across categories like News, Sports, and Tech.\n\nX (Twitter): Features rapidly changing topics and hashtags, often tailored to user interests or location. Current trends often include viral videos and political debates, such as those related to Indian Railways or international news.\n\nYouTube Trends: Focuses on popular video content, often highlighting emerging, high-growth topics rather than just long-term, stable searches.\n\nKey Subjects: Common trends revolve around AI developments (e.g., Deep Seek), sports (T20 World Cup 2026), and viral cultural moments. \n\nHow to Find Trending Topics\n\nGoogle Trends (trends.google.com): Provides a comprehensive view of what people are searching for in real-time.\n\nSocial Media \"Explore\" Pages: X (Twitter) Trends and YouTube Trending sections.\n\nTools: Platforms like Exploding Topics help identify rapidly growing, emerging trends",
"message_rich": "🙂 My efforts \n#icct20worldcup2026 #glenphillips #relatable #trending #fypppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppp \n\nTrending topics \n\nrepresent the most discussed, searched, or shared subjects on platforms like Google, X (Twitter), and YouTube, often reflecting breaking news, viral content, or popular culture. Key topics as of early March 2026 include the T20 World Cup, specific AI technologies like Deep Seek AI, and various viral social media, entertainment, or political stories. \n\nTop Trending Platforms & Topics\n\nGoogle Trends: Used to track real-time search interest across categories like News, Sports, and Tech.\n\nX (Twitter): Features rapidly changing topics and hashtags, often tailored to user interests or location. Current trends often include viral videos and political debates, such as those related to Indian Railways or international news.\n\nYouTube Trends: Focuses on popular video content, often highlighting emerging, high-growth topics rather than just long-term, stable searches.\n\nKey Subjects: Common trends revolve around AI developments (e.g., Deep Seek), sports (T20 World Cup 2026), and viral cultural moments. \n\nHow to Find Trending Topics\n\nGoogle Trends (trends.google.com): Provides a comprehensive view of what people are searching for in real-time.\n\nSocial Media \"Explore\" Pages: X (Twitter) Trends and YouTube Trending sections.\n\nTools: Platforms like Exploding Topics help identify rapidly growing, emerging trends",
"timestamp": 1773063190,
"comments_count": 0,
"reactions_count": 1,
"reshare_count": 0,
"reactions": {
"angry": 0,
"care": 0,
"haha": 0,
"like": 1,
"love": 0,
"sad": 0,
"wow": 0
},
"author": {
"id": "pfbid02vv61fptZt4TaGRvgemvHsgnqvcJpjRM2CfKtAQT7YHQmYvycAtgW3znfXPkNWdQgl",
"name": "Vicky S",
"url": "https://www.facebook.com/people/Vicky-S/pfbid02vv61fptZt4TaGRvgemvHsgnqvcJpjRM2CfKtAQT7YHQmYvycAtgW3znfXPkNWdQgl/",
"profile_picture_url": "https://scontent.fhex5-2.fna.fbcdn.net/v/t39.30808-1/359417809_303740175345574_5440156464953201095_n.jpg?stp=cp0_dst-jpg_s80x80_tt6&_nc_cat=107&ccb=1-7&_nc_sid=e99d92&_nc_ohc=Ie-rWYh0hQQQ7kNvwFY12nd&_nc_oc=AdkiMW3alhneJVwoIMn7d09hhr9Z0HV-3w9WrqkwiXOxb2eVJJEX3ivrhylewZFzQKSESJqxIRt3cJkq9R6Cng9J&_nc_zt=24&_nc_ht=scontent.fhex5-2.fna&_nc_gid=5uEhsvCIj9IODFLPDS1TjQ&_nc_ss=8&oh=00_AfwgajWEDZYPyutRaMxfw5K4iYLNFLLBSQYIgAfI0_pSMw&oe=69B4C128"
},
"author_title": null,
"image": null,
"video": "https://www.facebook.com/reel/1237197048606904/",
"album_preview": null,
"video_files": {
"video_sd_file": "https://video.fhex5-2.fna.fbcdn.net/o1/v/t2/f2/m367/AQMOrWDYlKWQIL6pKFQO-HX12cLGIKP06pTfOuDgrRTAM_njZjCxg7lTL2tJzabVYXzDfY4tM0cT3Nuvv_dcv9uzAA2fzzU6B5kxIW04Bg.mp4?_nc_cat=109&_nc_oc=Adni5tCRYeosWWlZZXkrx2-MPwNVXTb6cKq3AL3XzecLGVEsy5aFTNXgaDhPaArTNSH8ny9bDPSAsVW2M4zVjQ93&_nc_sid=8bf8fe&_nc_ht=video.fhex5-2.fna.fbcdn.net&_nc_ohc=LYfilszyRzsQ7kNvwEh28KM&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5GQUNFQk9PSy4uQzMuMzYwLnByb2dyZXNzaXZlX2gyNjQtYmFzaWMtZ2VuMl8zNjBwIiwieHB2X2Fzc2V0X2lkIjoxNzg2MzU0OTI5MzYwMDQzMiwiYXNzZXRfYWdlX2RheXMiOjAsInZpX3VzZWNhc2VfaWQiOjEwMDk5LCJkdXJhdGlvbl9zIjoxNywidXJsZ2VuX3NvdXJjZSI6Ind3dyJ9&ccb=17-1&_nc_gid=5uEhsvCIj9IODFLPDS1TjQ&_nc_ss=8&_nc_zt=28&oh=00_AfwbIlAAWqOP3piQSAH2Hx1k-uSWuEqxPan0qeGknM8yew&oe=69B48F11&bitrate=287968&tag=progressive_h264-basic-gen2_360p",
"video_hd_file": "https://video.fhex5-1.fna.fbcdn.net/o1/v/t2/f2/m69/AQPWOZoTyMkoPG7uz8B6a35FE1_1r6UDTwvbOoGQraDCWcMK4PnXZJQpSrxb5UkMv4Z_LhGJ73wfCq6ToyBKjEKb.mp4?strext=1&_nc_cat=101&_nc_oc=AdkpxQAGR656kwEjwnw7XVT1qViClMGQPioNPPnYSErPOmgBWS96sm9TjVi_YJF8VYvbBw9HkY54LeKVPXNiKLcm&_nc_sid=5e9851&_nc_ht=video.fhex5-1.fna.fbcdn.net&_nc_ohc=4tOFumfj9RUQ7kNvwEy_kfS&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5GQUNFQk9PSy4uQzMuNzIwLmRhc2hfYmFzZWxpbmVfMV92MSIsInhwdl9hc3NldF9pZCI6MTc4NjM1NDkyOTM2MDA0MzIsImFzc2V0X2FnZV9kYXlzIjowLCJ2aV91c2VjYXNlX2lkIjoxMDA5OSwiZHVyYXRpb25fcyI6MTcsInVybGdlbl9zb3VyY2UiOiJ3d3cifQ%3D%3D&ccb=17-1&vs=baa969f4f6ea31fb&_nc_vs=HBksFQIYOnBhc3N0aHJvdWdoX2V2ZXJzdG9yZS9HR1hrckNZdFlET0N2Q1VFQUhYb0toamxzcmMyYnNwVEFRQUYVAALIARIAFQIYUWlnX3hwdl9wbGFjZW1lbnRfcGVybWFuZW50X3YyLzdDNDEwOTJGQ0I1NTg3MTEzQTBCM0E2NDNEQkVCNEIwX2F1ZGlvX2Rhc2hpbml0Lm1wNBUCAsgBEgAoABgAGwKIB3VzZV9vaWwBMRJwcm9ncmVzc2l2ZV9yZWNpcGUBMRUAACbg-pThtbO7PxUCKAJDMywXQDG7peNT988YEmRhc2hfYmFzZWxpbmVfMV92MREAdQJl5p0BAA&_nc_gid=5uEhsvCIj9IODFLPDS1TjQ&_nc_ss=8&_nc_zt=28&oh=00_AfyJYPPvrBNQBZP8eOttao0zul2YcTLwDRf-cB_2Jz5qTA&oe=69B4B631&bitrate=961577&tag=dash_baseline_1_v1"
},
"video_thumbnail": "https://scontent.fhex5-2.fna.fbcdn.net/v/t51.71878-10/649525910_1659224955511508_5692458813907586593_n.jpg?stp=dst-jpg_s960x960_tt6&_nc_cat=109&ccb=1-7&_nc_sid=5fad0e&_nc_ohc=Jvnyz3A2bQkQ7kNvwH8fJdu&_nc_oc=AdnSytU5YhlqzJxaJURniRkJSCi9FOiXLBrkdi-ZiWQs7DuTEdGtyt78FvX03WjSknozP2omLosHWAnkI5xZjQJv&_nc_zt=23&_nc_ht=scontent.fhex5-2.fna&_nc_gid=5uEhsvCIj9IODFLPDS1TjQ&_nc_ss=8&oh=00_AfztmjEp9p-m01tmkRJybwriuevSbZXLyHGIbKBKgPtA5Q&oe=69B498CD",
"external_url": null,
"attached_event": null,
"attached_post": null,
"attached_post_url": null,
"text_format_metadata": null,
"comments_id": "933698839016368",
"shares_id": "933698839016368"
},
{
"post_id": "122112598827236618",
"type": "post",
"url": "https://www.facebook.com/reel/2045886122950440/",
"message": "Imagine, a secret waterfall, hidden deep within an ancient forest\n\nSunlight filters through leaves, painting the forest floor in hues of emerald and gold.\n\nA symphony of tiny wonders: iridescent butterflies flutter among vibrant wildflowers, bees buzz busily collecting nectar.\n\nClose your eyes. Hear the gentle rustle of leaves, the soothing murmur of a stream. Let nature's peace wash over you.\n\nA hand gently touches a leaf, symbolizing our connection to the earth.\n\nGo explore. The world holds endless, untouched beauty. Seek your treasure. Cherish it.\n\nWhat hidden treasure will you discover? #fypシ #AIAssisted #nature #peaceful #relaxing",
"message_rich": "Imagine, a secret waterfall, hidden deep within an ancient forest\n\nSunlight filters through leaves, painting the forest floor in hues of emerald and gold.\n\nA symphony of tiny wonders: iridescent butterflies flutter among vibrant wildflowers, bees buzz busily collecting nectar.\n\nClose your eyes. Hear the gentle rustle of leaves, the soothing murmur of a stream. Let nature's peace wash over you.\n\nA hand gently touches a leaf, symbolizing our connection to the earth.\n\nGo explore. The world holds endless, untouched beauty. Seek your treasure. Cherish it.\n\nWhat hidden treasure will you discover? #fypシ #AIAssisted #nature #peaceful #relaxing",
"timestamp": 1773064954,
"comments_count": 1,
"reactions_count": 1,
"reshare_count": 0,
"reactions": {
"angry": 0,
"care": 0,
"haha": 0,
"like": 1,
"love": 0,
"sad": 0,
"wow": 0
},
"author": {
"id": "61587098557298",
"name": "Yunny Gray",
"url": "https://www.facebook.com/people/Yunny-Gray/61587098557298/",
"profile_picture_url": "https://scontent.fhex5-1.fna.fbcdn.net/v/t39.30808-1/622335538_26275460378706478_3202970409343070302_n.jpg?stp=c448.0.1152.1152a_cp0_dst-jpg_s80x80_tt6&_nc_cat=108&ccb=1-7&_nc_sid=2d3e12&_nc_ohc=S7vVaxceIpUQ7kNvwEtXG4r&_nc_oc=AdlVozSWoV8D7j4HvnVwGHQsbN7uZv3SNh8XSqAMISXlBvwcAchUa37T7cW6PDPXpXoz6-q01q-azcTVBh7flPG6&_nc_zt=24&_nc_ht=scontent.fhex5-1.fna&_nc_gid=5uEhsvCIj9IODFLPDS1TjQ&_nc_ss=8&oh=00_AfyiL1SeTBgm7GULqsEyL9d-5MFCyBhsE9gFCwwSaa3aaA&oe=69B4BBB5"
},
"author_title": null,
"image": null,
"video": "https://www.facebook.com/reel/2045886122950440/",
"album_preview": null,
"video_files": {
"video_sd_file": "https://video.fhex5-1.fna.fbcdn.net/o1/v/t2/f2/m412/AQPooUBgZxB-WxrG6lsvjknvzsSfPNi90qjD2yJlH9bUvaMPZv7PRVCFuo2C1JmFT_gC7vv9VyiFFtbXOSc_GNg7VGwMHqNe_Coug5yFgA.mp4?_nc_cat=106&_nc_oc=Adm68p4nJgKNZMOGemo-ogbp9njY3xbOoxpoB3ZIe4_OZHoPjcbIMBOu-oHrpjQCTnIh_NpjS6SyaXICl_Cv1BpX&_nc_sid=8bf8fe&_nc_ht=video.fhex5-1.fna.fbcdn.net&_nc_ohc=ObnhKLk8AqQQ7kNvwF-7VXy&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5GQUNFQk9PSy4uQzMuMzYwLnN2ZV9zZCIsInhwdl9hc3NldF9pZCI6NzgyNzM1Mjk3NzkyODQ3LCJhc3NldF9hZ2VfZGF5cyI6MCwidmlfdXNlY2FzZV9pZCI6MTAxMjIsImR1cmF0aW9uX3MiOjcwLCJ1cmxnZW5fc291cmNlIjoid3d3In0%3D&ccb=17-1&_nc_gid=5uEhsvCIj9IODFLPDS1TjQ&_nc_ss=8&_nc_zt=28&oh=00_AfzshaG--OgWQS_XePpkOSvoLNm2ACWgCkFzhfAsD9MHDw&oe=69B4B4EC&bitrate=282080&tag=sve_sd",
"video_hd_file": "https://video.fhex5-2.fna.fbcdn.net/o1/v/t2/f2/m366/AQO9s5wneouGgXhhgHdL_wk0Xy3ilB4lR6jb99GEf0r2_dj-KgTS-aSYSZ4bXAtdIfQV9PJykwuSYn7x1oUwiKZEs9NVfn1TTXwk41pmCiOnSQ.mp4?_nc_cat=109&_nc_oc=AdlLLT4Z2foJ_as5jVDkn7Uy2EPuEYtPm24Pvm3XQNC0oX9EnjDSnIxFcWX1ueAyDbE4NJJCZL0CHhMjrl-PPwFr&_nc_sid=5e9851&_nc_ht=video.fhex5-2.fna.fbcdn.net&_nc_ohc=whHYogDjERsQ7kNvwETrE-f&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5GQUNFQk9PSy4uQzMuNzIwLmRhc2hfaDI2NC1iYXNpYy1nZW4yXzcyMHAiLCJ4cHZfYXNzZXRfaWQiOjc4MjczNTI5Nzc5Mjg0NywiYXNzZXRfYWdlX2RheXMiOjAsInZpX3VzZWNhc2VfaWQiOjEwMTIyLCJkdXJhdGlvbl9zIjo3MCwidXJsZ2VuX3NvdXJjZSI6Ind3dyJ9&ccb=17-1&vs=23947fb8d8b6f09e&_nc_vs=HBksFQIYRWZiX2VwaGVtZXJhbC9GOTRFRkIxNTY5MDBGQkNDNEVBNzNDNDgyNkZGNDE5NF9tdF8xX3ZpZGVvX2Rhc2hpbml0Lm1wNBUAAsgBEgAVAhhAZmJfcGVybWFuZW50LzE5NDZFOTA3QkJDNTJCRjIwOUE2RTgwRkZCNEY5QUIzX2F1ZGlvX2Rhc2hpbml0Lm1wNBUCAsgBEgAoABgAGwKIB3VzZV9vaWwBMRJwcm9ncmVzc2l2ZV9yZWNpcGUBMRUAACaerYa2mPnjAhUCKAJDMywXQFGd0vGp--cYGWRhc2hfaDI2NC1iYXNpYy1nZW4yXzcyMHARAHUCZZSeAQA&_nc_gid=5uEhsvCIj9IODFLPDS1TjQ&_nc_ss=8&_nc_zt=28&oh=00_AfzCSECaCLHDjvaQVOqLujjMPcq8dze4bg8oT7VaSUZPTA&oe=69B4B7F3&bitrate=1054779&tag=dash_h264-basic-gen2_720p"
},
"video_thumbnail": "https://scontent.fhex5-2.fna.fbcdn.net/v/t15.5256-10/649275193_2070446333525157_6038052363653696096_n.jpg?stp=dst-jpg_s960x960_tt6&_nc_cat=111&ccb=1-7&_nc_sid=d2b52d&_nc_ohc=OL1V-gizq1MQ7kNvwGmHpxP&_nc_oc=AdnlSufHyTA-y3sWAXhqklSnIIvH_6cCmwrQ1z4R-Vpm-dKoLCAy192oJPTvDO8mpnD0WPIWuqoEWC-NqD9zHfkZ&_nc_zt=23&_nc_ht=scontent.fhex5-2.fna&_nc_gid=5uEhsvCIj9IODFLPDS1TjQ&_nc_ss=8&oh=00_AfzntrjCZ4eSiOsXFoi1cj8o66DqMZOm449Ga_dRq8iymw&oe=69B49D16",
"external_url": null,
"attached_event": null,
"attached_post": null,
"attached_post_url": null,
"text_format_metadata": null,
"comments_id": "122112598827236618",
"shares_id": "122112598827236618"
},
{
"post_id": "10164325554459266",
"type": "post",
"url": "https://www.facebook.com/groups/4733259265/posts/10164325554459266/",
"message": "Ce 9 mars, c'est l'anniversaire de John Cale, ex-Velvet Undeground, qui déjà en 1985 enregistrait un album \"Artificial Intelligence\" plus de trois décennies avant l'avènement disruptif de Chat GPT et Deep Seek. Visionnaire John Cale ? Je l'ai photographié ici au festival de Werchter en juillet 1983.",
"message_rich": "Ce 9 mars, c'est l'anniversaire de John Cale, ex-Velvet Undeground, qui déjà en 1985 enregistrait un album \"Artificial Intelligence\" plus de trois décennies avant l'avènement disruptif de Chat GPT et Deep Seek. Visionnaire John Cale ? Je l'ai photographié ici au festival de Werchter en juillet 1983.",
"timestamp": 1773057818,
"comments_count": 0,
"reactions_count": 3,
"reshare_count": 0,
"reactions": {
"angry": 0,
"care": 0,
"haha": 0,
"like": 2,
"love": 1,
"sad": 0,
"wow": 0
},
"author": {
"id": "100063717602194",
"name": "Music Belgium Photos",
"url": "https://www.facebook.com/musicbelgiumphotos",
"profile_picture_url": "https://scontent.fhex5-2.fna.fbcdn.net/v/t39.30808-1/294239429_455401583260425_5188177850089728632_n.jpg?stp=cp0_dst-jpg_s48x48_tt6&_nc_cat=110&ccb=1-7&_nc_sid=2d3e12&_nc_ohc=kjWIHrDb2VAQ7kNvwE3_k2p&_nc_oc=AdlLB_0rxqTK6XcMRgK2SDkqQ3DmpwX9vbXiFJNcVLbB09ZRBz3lwhUpte9McUlie2JGvnx6KA7hztQbG4dS7J0d&_nc_zt=24&_nc_ht=scontent.fhex5-2.fna&_nc_gid=5uEhsvCIj9IODFLPDS1TjQ&_nc_ss=8&oh=00_AfyJCtlHg5pM3D9103LW6Q5_iOcgRTj0kUHfTxLGwZ95Cg&oe=69B48D19"
},
"author_title": null,
"image": {
"uri": "https://scontent.fhex5-1.fna.fbcdn.net/v/t39.30808-6/647144563_1525500209583885_2965687264814195506_n.jpg?_nc_cat=108&ccb=1-7&_nc_sid=e06c5d&_nc_ohc=6FdoFghmZTMQ7kNvwEWX7xh&_nc_oc=AdnWRmkK1R88G4f9QQ8bq4G-cIpgBxLZ6OJ7s3KdLraMVPrG4Hz64rtb60n7H_f7VaCQttHO9cVDMxUXgvM9HVsb&_nc_zt=23&_nc_ht=scontent.fhex5-1.fna&_nc_gid=5uEhsvCIj9IODFLPDS1TjQ&_nc_ss=8&oh=00_AfxZwOeA9ESWlyGWgydgCd7lmc-_iNPZbNojALKJgzCTpg&oe=69B4AF46",
"height": 867,
"width": 1300,
"id": "1525500206250552"
},
"video": null,
"album_preview": null,
"video_files": null,
"video_thumbnail": null,
"external_url": null,
"attached_event": null,
"attached_post": null,
"attached_post_url": null,
"text_format_metadata": null,
"comments_id": "10164325554459266",
"shares_id": "10164325554459266"
},
{
"post_id": "2310700606076385",
"type": "post",
"url": "https://www.facebook.com/groups/1009458512867274/posts/2310700606076385/",
"message": "Giải trí trên spf dog",
"message_rich": "Giải trí trên spf dog",
"timestamp": 1773055240,
"comments_count": 0,
"reactions_count": 2,
"reshare_count": 0,
"reactions": {
"angry": 0,
"care": 0,
"haha": 2,
"like": 0,
"love": 0,
"sad": 0,
"wow": 0
},
"author": {
"id": "pfbid0EtVwUjdi2rBjYmmGSZUycCSwejKBzgGwsFhPSmnwhDU2JkSH85fKbPCUWWtTXWbul",
"name": "Deep Seek",
"url": "https://www.facebook.com/khanh.nguy.737",
"profile_picture_url": "https://scontent.fhex5-2.fna.fbcdn.net/v/t39.30808-1/495090450_1373856917246674_1316230691834118075_n.jpg?stp=cp0_dst-jpg_s48x48_tt6&_nc_cat=111&ccb=1-7&_nc_sid=e99d92&_nc_ohc=VL0DRMKvSbUQ7kNvwGk6El4&_nc_oc=AdljOSC06B0pvERkoQPHAJXqIfNlNa6bhAaqVYealOQkjKG0rRC2Ka8Trvne-Msgq0uU_GAOSA5VjKU8zZx9ChqV&_nc_zt=24&_nc_ht=scontent.fhex5-2.fna&_nc_gid=5uEhsvCIj9IODFLPDS1TjQ&_nc_ss=8&oh=00_Afz9vN9zAlfKf0G9cbTpotCNzvfRzN9khTU9vekxqJ5U3Q&oe=69B4C1A8"
},
"author_title": null,
"image": null,
"video": null,
"album_preview": null,
"video_files": {
"video_sd_file": "https://video.fhex5-2.fna.fbcdn.net/o1/v/t2/f2/m412/AQPA7yJOEzm1PPYe_SQknFE50mNKO0IXK8p-vzGMd0hgXPcnTLYK1EPdWK6S6ZwNzCfvC_wVGR9gb6mTSaNQzIVJcHTNX_aTHR9S1Tw1mQ.mp4?_nc_cat=111&_nc_oc=AdnKj8gm6Po0ycksXeSDP-CyZV4dYS2LsGo6_W9fXggrWvNtpNcb5X6ddC4TEWBPYm9uBFjBm_VPBFoFH9YEehIM&_nc_sid=8bf8fe&_nc_ht=video.fhex5-2.fna.fbcdn.net&_nc_ohc=bvMT6iDYUcEQ7kNvwFb2wWP&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5GQUNFQk9PSy4uQzMuMzYwLnN2ZV9zZCIsInhwdl9hc3NldF9pZCI6MTgzMTM5ODQ4NDIxNzgxMiwiYXNzZXRfYWdlX2RheXMiOjAsInZpX3VzZWNhc2VfaWQiOjEwMTIzLCJkdXJhdGlvbl9zIjo0MywidXJsZ2VuX3NvdXJjZSI6Ind3dyJ9&ccb=17-1&_nc_gid=5uEhsvCIj9IODFLPDS1TjQ&_nc_ss=8&_nc_zt=28&oh=00_Afz20I5orno22m2mpjqOQbGCvqquGaV8ht6oOldiWMh41A&oe=69B48E43&bitrate=532166&tag=sve_sd",
"video_hd_file": "https://video.fhex5-1.fna.fbcdn.net/o1/v/t2/f2/m366/AQMxK5BL7axLE-cLmmIAqxRSukwGRmbGnP6fKdgSDqKSlgK3XBGI0qa7hEL7-kU17c6tlmjc2piy0FnM-MaWkXlBaNiPc3njSc4TWEZOn57Hjg.mp4?_nc_cat=1&_nc_oc=AdmnqNP3PhmiAbklclaMyFa37NcaYaF6rOhtwgo4LVBacUNk7FwDA2CeNEGFhioZyh_h7WH3cwIAt3lBql4Uimoi&_nc_sid=5e9851&_nc_ht=video.fhex5-1.fna.fbcdn.net&_nc_ohc=Zg0ki2OAZFwQ7kNvwG-XbiH&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5GQUNFQk9PSy4uQzMuNTc2LmRhc2hfaDI2NC1iYXNpYy1nZW4yXzcyMHAiLCJ4cHZfYXNzZXRfaWQiOjE4MzEzOTg0ODQyMTc4MTIsImFzc2V0X2FnZV9kYXlzIjowLCJ2aV91c2VjYXNlX2lkIjoxMDEyMywiZHVyYXRpb25fcyI6NDMsInVybGdlbl9zb3VyY2UiOiJ3d3cifQ%3D%3D&ccb=17-1&vs=253e44ef2ab9e7be&_nc_vs=HBksFQIYRWZiX2VwaGVtZXJhbC8xNDRGOEZBOEM1MTk1QUM5Qzc0Rjc1OUEzRDBCNzZBMF9tdF8xX3ZpZGVvX2Rhc2hpbml0Lm1wNBUAAsgBEgAVAhhAZmJfcGVybWFuZW50LzRENEUxRUJFRDkzREY4RjgzMENCNEFEOUM0OEY4RkE4X2F1ZGlvX2Rhc2hpbml0Lm1wNBUCAsgBEgAoABgAGwKIB3VzZV9vaWwBMRJwcm9ncmVzc2l2ZV9yZWNpcGUBMRUAACaov8CBtunABhUCKAJDMywXQEWiDEm6XjUYGWRhc2hfaDI2NC1iYXNpYy1nZW4yXzcyMHARAHUCZZaeAQA&_nc_gid=5uEhsvCIj9IODFLPDS1TjQ&_nc_ss=8&_nc_zt=28&oh=00_AfyFDlnjJ4aT0HV868TbeQdu_EBuRQ64Qd73tg8McW0VTg&oe=69B4B13C&bitrate=1450540&tag=dash_h264-basic-gen2_720p"
},
"video_thumbnail": "https://scontent.fhex5-1.fna.fbcdn.net/v/t15.5256-10/647182082_1415984526930891_4503822982120205301_n.jpg?_nc_cat=1&ccb=1-7&_nc_sid=5fad0e&_nc_ohc=SsfNVGUkocoQ7kNvwEa-MSO&_nc_oc=AdnPt_6OZ-FVVm5cx2yXdfD-P0NZERCU6mQPF0AndEod2JBPTmkvGPs9MrNGM7euc0EPHKa3e7WiQNCR9UXbqduP&_nc_zt=23&_nc_ht=scontent.fhex5-1.fna&_nc_gid=5uEhsvCIj9IODFLPDS1TjQ&_nc_ss=8&oh=00_AfwxEFhXj2_ynMCk9Ka6gBWxHKk0pu7oB41LQHYRZVdcgQ&oe=69B48C5E",
"external_url": null,
"attached_event": null,
"attached_post": null,
"attached_post_url": null,
"text_format_metadata": null,
"comments_id": "2310700606076385",
"shares_id": "2310700606076385"
}
],
"cursor": "{\"page_number\": 0, \"flow_cursors_serialized\": {\"INTERNAL_DEBUG_MODULE\": \"{}\", \"SEARCH_CONTROLS_INTERCEPT\": \"{}\", \"INTEGRITY\": \"{}\", \"SHORTCUT_DEEP_DIVE\": \"{}\", \"SPELLER\": \"{}\", \"HASHTAG_CHALLENGE_HEADER\": \"{}\", \"POSTS_TAB_UNICORN_CACHE\": \"{}\", \"POSTS_TAB\": \"{\\\"has_more_results\\\": true, \\\"browse_cursor_serialized\\\": \\\"Abqq2fsyHHEzdx_0rk5aEkVa-oW7X_UU1LOmUwowk0Pb-QJRvQ-NdXMFiIUX1O6a96iThBlb-hMy9XPMUGx8Cuk3AUPdUEXhYlfeXSMW-50fugCsNcHBov8kHi3tpsTcArMC6aOsAbeB-lpsK7-Plq8AIEFepGzVNLm8WL9JFRn8ZzCu1QVFmqsbq2aRRwIQOZVNWZNCyEQT9jIFAhglEbCKazTeIPZVza31OVlLP6WuJaW3zAuwZ9_JegKI-QXhyCvr2J5a3E-2JRBPdq3PbSFc5VrtEvsAiExYDZfBw33vDigq_L5m9Jo_WmD1sECj9dWipTaixVgFLhyEcUIBCMyQ51LftM1gB_-c7dXt5uq9cb3Zl5HrlNVj30yl_M_Q7yUA0pybCmVYxDS4Bm-gm8tL4ugCreBe4k9rX26T3SRd26kFiNHKJgtNW04kchTsLmi-VTBEmvAQjBulaGd6RtADr7aesfxNZUP4cqAQYpiPy8oSn1SLg4fRvCfk9UxBWqoA1G4zxcyuqu3utGH9eMZIl1hRT1JPZ4yA4amzTnU-AoLg60haL0ns3CsdUqFzhRQE4jJNvVYIAYj2ts8UxwuZLX8Cph0nEPlpRKkMOKdlKW8QjjOMAvUYJM5SRcC4erw\\\", \\\"processed_unicorn_ids\\\": [], \\\"is_end_of_serp\\\": false}\"}, \"result_ids_shown\": [], \"unit_id_logging_fields\": {\"num_total_modules\": 2, \"num_total_results\": 5, \"num_total_vertical_results\": 5}, \"entity_ids_shown_by_type\": {}, \"processed_unicorn_ids\": [], \"completed_flows\": [\"INTERNAL_DEBUG_MODULE\", \"SEARCH_CONTROLS_INTERCEPT\", \"INTEGRITY\", \"SHORTCUT_DEEP_DIVE\", \"SPELLER\", \"HASHTAG_CHALLENGE_HEADER\", \"POSTS_TAB_UNICORN_CACHE\"]}"
}
}💡 Note: For list data, the example shows only 1-2 items for simplicity. The actual count depends on the API response.
