get_page_posts
Retrieve posts published by a Facebook Page via the Graph API. Filter by date range, limit results, and select specific fields like message, media, and engagement metrics.
Instructions
List posts published BY a Page (GET /{page-id}/posts).
since/until accept Unix timestamps or strtotime-compatible strings (e.g. "2026-01-01").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| limit | No | ||
| since | No | ||
| until | No | ||
| fields | No | id,message,story,created_time,updated_time,permalink_url,full_picture,attachments,from,shares,comments.summary(true).limit(0),reactions.summary(true).limit(0),likes.summary(true).limit(0) | |
| page_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||