pfm_get_account_feed
Retrieve all posts from a connected social account, including posts made outside the platform. Optionally pass expand=['metrics'] to get views, likes, and follows.
Instructions
Get the social media feed for a connected account — every post made under that account, including posts not created through Post for Me. Pass expand=['metrics'] to include analytics (views, likes, follows, etc.). Requires the account to have been connected with 'feeds' permission. Supported: Instagram, Facebook, TikTok, TikTok Business, YouTube, Threads, X, Bluesky, Pinterest, LinkedIn.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items to return (default: 50). Some platforms cap this lower and will return their max. | |
| cursor | No | Cursor from a previous response for pagination | |
| expand | No | Pass ['metrics'] to include post analytics data in the response | |
| social_post_id | No | Filter by Post for Me social post IDs (OR logic), e.g. sp_xxxxxx | |
| external_post_id | No | Filter by Post for Me external post IDs (OR logic) | |
| platform_post_id | No | Filter by platform-native post IDs (OR logic) | |
| social_account_id | Yes | Social account ID (e.g. spc_xxxxxx) |