get https://app.scrapein.app/api/v1/social/facebook/posts/node
node_id - a unique id of the post, can be retrieved
through the URL Resolver endpoint.
When working with feeds, you can find it on the following paths:
Request Type | Path |
---|---|
Group feed | data.group_address.group_feed.edges[].node.id or data.node.group_feed.edges[].node.id |
Page feed | data.node.content_list_view.cards.edges[].node.components[0].story.id |
Search | data.search_query.combined_results.edges[].native_template_view.native_template_bundles[0].nt_bundle_attributes[0].story_value.id |
Profile feed | data.profile.timeline_feed_units.edges[].node.id or data.node.timeline_feed_units.edges[].node.id |
Use the following table as an helper to understand the response's reaction ids:
type | reaction_id |
---|---|
Like | 1635855486666999 |
Wow | 478547315650144 |
Sad | 908563459236466 |
Care | 613557422527858 |
Haha | 115940658764963 |
Love | 1678524932434102 |
Angry | 444813342392137 |