# Le Creuset post engagement metrics

**Use case:** Performance tracking

Monitor engagement levels across posts to evaluate audience response and optimize content strategy.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.facebook.com/lecreuset/"
    }
  ],
  "resultsLimit": 10,
  "captionText": false
}
```

## Output

```json
{
  "thumbnail": {
    "label": "Post picture",
    "format": "image"
  },
  "url": {
    "label": "Post url",
    "format": "link"
  },
  "text": {
    "label": "Post text",
    "format": "text"
  },
  "likes": {
    "label": "Number of likes",
    "format": "number"
  },
  "comments": {
    "label": "Number of comments",
    "format": "number"
  },
  "shares": {
    "label": "Number of shares",
    "format": "number"
  }
}
```

## About this Actor

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