# Read last 10 posts from Facebook Page

**Use case:** 

Easily extract posts and engagement metrics from public Facebook pages. Get the data in various formats. Try it now.

## Input

```json
{
  "page_url": "https://www.facebook.com/facebook",
  "page_id": "100059174186752",
  "max_posts": 10
}
```

## Output

```json
{
  "post_id": {
    "label": "Post id"
  },
  "url": {
    "label": "Url"
  },
  "message": {
    "label": "Message"
  },
  "timestamp": {
    "label": "Timestamp"
  },
  "comments_count": {
    "label": "Comments count"
  },
  "reactions_count": {
    "label": "Reactions count"
  },
  "author": {
    "label": "Author"
  },
  "image": {
    "label": "Image"
  },
  "video": {
    "label": "Video"
  },
  "video_view_count": {
    "label": "Video view count"
  }
}
```

## About this Actor

This example demonstrates how to use [Facebook Pages Posts  - PPE](https://apify.com/danek/facebook-pages-posts-ppe) with a specific input configuration. Visit the [Actor detail page](https://apify.com/danek/facebook-pages-posts-ppe) to learn more, explore other use cases, and run it yourself.