# Facebook Engagement Data Scraper for Orange Egypt

**Use case:** 

Gather posts and engagement data from any Facebook profile. Extract insights from specified dates to analyze audience interaction.

## Input

```json
{
  "url": "https://www.facebook.com/OrangeEgyptOfficial",
  "limit": 10,
  "startDate": "2025-04-01",
  "endDate": "2025-04-17"
}
```

## Output

```json
{
  "url": {
    "label": "Post URL",
    "format": "link"
  },
  "owner_name": {
    "label": "Owner Name",
    "format": "text"
  },
  "thumbnail": {
    "label": "Thumbnail",
    "format": "image"
  },
  "statistics": {
    "label": "Statistics",
    "format": "object"
  },
  "post_id": {
    "label": "Post ID",
    "format": "text"
  },
  "id": {
    "label": "ID",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "permalink_url": {
    "label": "Permalink URL",
    "format": "link"
  },
  "video_details": {
    "label": "Video Details",
    "format": "object"
  },
  "scrape_date": {
    "label": "Scrape Date",
    "format": "date"
  },
  "post_title": {
    "label": "Post Title",
    "format": "text"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "videos": {
    "label": "Videos",
    "format": "array"
  },
  "video_cover_images": {
    "label": "Video Cover Images",
    "format": "array"
  },
  "video_durations": {
    "label": "Video Durations",
    "format": "number"
  }
}
```

## About this Actor

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