Skip to main content
Lists a Facebook Page’s published posts with engagement counts, or its scheduled post queue. Useful for finding post IDs to boost with meta_ads_create_ad_from_post or to update and delete later.

Inputs

SelectItem

SelectableOption

Output

Type: List[Dict] Returns a list of posts. Published posts include permalink and engagement counts; scheduled posts include the scheduled publish time. image_url is the post’s full_picture and attachments is Meta’s raw attachments payload (media image/video source URLs, targets, subattachments per photo). Media URLs are signed CDN links that expire after a few days, so use them right away rather than storing them. Fields: post_id, message, created_time, media_type, status, image_url, attachments, permalink_url, reactions, comments, shares, scheduled_publish_time Example: