Profiles
Profile Timeline
Description
This endpoint retrieves the timeline of a specific Facebook profile, identified by its profile ID
Endpoint
GET api/v1/realtime/social/facebook/v1/profiles/{{profileId}}/timeline
Parameters
profileId
Yes
Path Param
String | The unique identifier for the Facebook profile whose data is to be retrieved.
Profile About
Description
This endpoint retrieves the "About" information of a specific Facebook profile, based on its profile ID
Endpoint
GET api/v1/realtime/social/facebook/v1/profiles/{{profileId}}/about
Parameters
profileId
Yes
Path Param
String | The unique identifier for the Facebook profile whose data is to be retrieved.
Profile Joined Year
Description
This endpoint retrieves the profile's joined year.
Endpoint
GET api/v1/realtime/social/facebook/v1/profiles/{{profileId}}/joined_year
Parameters
profileId
Yes
Path Param
String | The unique identifier for the Facebook profile whose data is to be retrieved.
Profile About Tabs
Description
This endpoint retrieves specific "About" tab information from a Facebook profile based on its profile ID and the selected tab
Endpoint
GET api/v1/realtime/social/facebook/v1/profiles/{{profileId}}/about-tabs?tab={{tab}}
Parameters
profileId
Yes
Path Param
String | The unique identifier for the Facebook profile whose data is to be retrieved.
tab
Yes
Query Param
String | The specific tab or section to retrieve information from:
OVERVIEW
WORK_EDUCATION
PLACES_LIVED
CONTACT_INFO
FAMILY_RELATHIONSHIPS
DETAILS
Profile Feed
Description
This endpoint retrieves the feed of a specific Facebook profile based on its profile ID.
Endpoint
POST api/v1/realtime/social/facebook/v1/profiles/{{profileId}}/feed
Parameters
profileId
Yes
Path Param
String | The unique identifier for the Facebook profile whose data is to be retrieved.
end_cursor
No
Body Param
String | The cursor to paginate
start_time
No
Body Param
String | UNIX timestamp of the start time to use as a filter.
end_time
No
Body Param
String | UNIX timestamp of the end time to use as a filter.
Profile Following
Description
This endpoint retrieves the list of profiles that a specific Facebook profile is following, identified by its profile ID.
Endpoint
POST api/v1/realtime/social/facebook/v1/profiles/{{profileId}}/following
Parameters
profileId
Yes
Path Param
String | The unique identifier for the Facebook profile whose data is to be retrieved.
end_cursor
No
Body Param
String | The cursor to paginate
typed_query
No
Body Param
String | The query to search for
Profile Followers
Description
This endpoint retrieves the list of followers of a specific Facebook profile based on its profile ID.
Endpoint
POST api/v1/realtime/social/facebook/v1/profiles/{{profileId}}/followers
Parameters
profileId
Yes
Path Param
String | The unique identifier for the Facebook profile whose data is to be retrieved.
end_cursor
No
Body Param
BString | The cursor to paginate
typed_query
No
Body Param
String | The query to search for
Profile Friends
Description
This endpoint retrieves the list of friends for a specific Facebook profile based on its profile ID.
Endpoint
POST api/v1/realtime/social/facebook/v1/profiles/{{profileId}}/friends
Parameters
profileId
Yes
Path Param
String | The unique identifier for the Facebook profile whose data is to be retrieved.
search_term
No
Body Param
String | The cursor to paginate
end_cursor
No
Body Param
String | The search term
Profile Checkins
Description
This endpoint retrieves the list of check-ins for a specific Facebook profile based on its profile ID
Endpoint
POST api/v1/realtime/social/facebook/v1/profiles/{{profileId}}/checkins
Parameters
profileId
Yes
Path Param
String | The unique identifier for the Facebook profile whose data is to be retrieved.
end_cursor
No
Body Param
String | The cursor to paginate
Profile Likes
Description
This endpoint retrieves the list of likes for a specific Facebook profile based on its profile ID.
Endpoint
POST api/v1/realtime/social/facebook/v1/profiles/{{profileId}}/likes
Parameters
profileId
Yes
Path Param
String | The unique identifier for the Facebook profile whose data is to be retrieved.
end_cursor
No
Body Param
String | The cursor to paginate
Profile Videos
Description
This endpoint retrieves the list of check-ins for a specific Facebook profile based on its profile ID
Endpoint
POST api/v1/realtime/social/facebook/v1/profiles/{{profileId}}/videos
Parameters
profileId
Yes
Path Param
String | The unique identifier for the Facebook profile whose data is to be retrieved.
end_cursor
No
Body Param
String | The cursor to paginate
Profile Albums
Description
This endpoint retrieves profile's albums section.
Endpoint
POST api/v1/realtime/social/facebook/v1/profiles/{{profileId}}/albums
Parameters
profileId
Yes
Path Param
String | The unique identifier for the Facebook profile whose data is to be retrieved.
end_cursor
No
Body Param
String | The cursor to paginate
Profile Search Post
Description
This endpoint allows you to search for posts on a specific Facebook profile based on its profile ID.
Endpoint
POST api/v1/realtime/social/facebook/v1/profiles/{{profileId}}/search
Parameters
profileId
Yes
Path Param
String | The unique identifier for the Facebook profile whose data is to be retrieved.
query
No
Body Param
String | The search query string used to filter posts.
end_cursor
No
Body Param
String | The cursor to paginate
city_id
No
Body Param
String | search filters endpoint with city filter type to get this value
start_time
No
Body Param
String | UNIX timestamp of the start time to use as a filter.
end_time
No
Body Param
String | UNIX timestamp of the end time to use as a filter.
recent_post
No
Body Param
Boolean | set true
add a recent posts search filter
Profile Tagged Media
Description
This endpoint retrieves the list of media where a specific Facebook profile has been tagged
Endpoint
POST api/v1/realtime/social/facebook/v1/profiles/{{profileId}}/tagged-media
Parameters
profileId
Yes
Path Param
String | The unique identifier for the Facebook profile whose data is to be retrieved.
end_cursor
No
Body Param
String | The cursor to paginate
Profile Uploaded Media
Description
This endpoint retrieves the list of media that a specific Facebook profile has uploaded.
Endpoint
POST api/v1/realtime/social/facebook/v1/profiles/{{profileId}}/tagged-media
Parameters
profileId
Yes
Path Param
String | The unique identifier for the Facebook profile whose data is to be retrieved.
end_cursor
No
Body Param
String | The cursor to paginate
Last updated