# Facebook Posts Data Export

**Use case:** 

Data Export of Facebook Posts. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.facebook.com/cern/"
    }
  ],
  "maxItems": 100,
  "minPostDate": "",
  "maxPostDate": "",
  "maxConcurrency": 1
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "postId": {
    "label": "Post ID",
    "format": "text"
  },
  "pageName": {
    "label": "Page",
    "format": "text"
  },
  "facebookId": {
    "label": "Facebook ID",
    "format": "text"
  },
  "feedbackId": {
    "label": "Feedback ID",
    "format": "text"
  },
  "text": {
    "label": "Text",
    "format": "text"
  },
  "likes": {
    "label": "Reactions",
    "format": "number"
  },
  "comments": {
    "label": "Comments",
    "format": "number"
  },
  "shares": {
    "label": "Shares",
    "format": "number"
  },
  "reactionLikeCount": {
    "label": "Likes",
    "format": "number"
  },
  "reactionLoveCount": {
    "label": "Love",
    "format": "number"
  },
  "reactionCareCount": {
    "label": "Care",
    "format": "number"
  },
  "reactionHahaCount": {
    "label": "Haha",
    "format": "number"
  },
  "reactionWowCount": {
    "label": "Wow",
    "format": "number"
  },
  "reactionSadCount": {
    "label": "Sad",
    "format": "number"
  },
  "reactionAngryCount": {
    "label": "Angry",
    "format": "number"
  },
  "topReactionsCount": {
    "label": "Reaction Types",
    "format": "number"
  },
  "mediaType": {
    "label": "Media Type",
    "format": "text"
  },
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "image"
  },
  "isVideo": {
    "label": "Video",
    "format": "boolean"
  },
  "isReel": {
    "label": "Reel",
    "format": "boolean"
  },
  "isShared": {
    "label": "Shared",
    "format": "boolean"
  },
  "sharedFrom": {
    "label": "Shared From",
    "format": "text"
  },
  "media": {
    "label": "Media",
    "format": "array"
  },
  "url": {
    "label": "Post URL",
    "format": "link"
  },
  "facebookUrl": {
    "label": "Page URL",
    "format": "link"
  },
  "inputUrl": {
    "label": "Input URL",
    "format": "link"
  },
  "mediaUrl": {
    "label": "Media URL",
    "format": "link"
  },
  "videoUrl": {
    "label": "Video URL",
    "format": "link"
  },
  "link": {
    "label": "External Link",
    "format": "link"
  },
  "time": {
    "label": "Posted",
    "format": "datetime"
  },
  "timestamp": {
    "label": "Timestamp",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "datetime"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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