# Facebook Collaboration Post Metrics | Public Data

**Use case:** 

Collect public Facebook collaboration count, confirmed profiles, content type, dates, views, reactions, comments, shares, and metric status.

## Input

```json
{
  "mode": "knownUrls",
  "startUrls": [
    "https://www.facebook.com/reel/2645452435840671",
    "https://www.facebook.com/reel/2098858540985362/",
    "https://www.facebook.com/metaai/videos/1242475104384550/",
    "https://www.facebook.com/ThomasSandersOfficial/posts/pfbid03NdSrmAeM3615WvwPWnezLdnvcf7Qpf4FEfdrwtKDWjqy6uWAkLqFv8C3hddFFGLl"
  ],
  "urls": [],
  "profileUrls": [],
  "maxItems": 100,
  "includePosts": true,
  "includeReels": true,
  "includeVideos": true,
  "includePhotos": false,
  "includeAuthorProfileMetrics": true,
  "requestTimeoutSecs": 20,
  "maxConcurrency": 3,
  "requestDelayMillis": 250,
  "maxFetchRetries": 3,
  "includeFailedRows": false
}
```

## Output

```json
{
  "platform": {
    "label": "Platform",
    "format": "string"
  },
  "inputUrl": {
    "label": "Input URL",
    "format": "string"
  },
  "contentUrl": {
    "label": "Content URL",
    "format": "string"
  },
  "contentId": {
    "label": "Content ID",
    "format": "string"
  },
  "contentType": {
    "label": "Content Type",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published At",
    "format": "string"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "string"
  },
  "profileId": {
    "label": "Profile ID",
    "format": "string"
  },
  "profileUsername": {
    "label": "Profile Username",
    "format": "string"
  },
  "profileName": {
    "label": "Profile Name",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "views": {
    "label": "Views",
    "format": "integer"
  },
  "plays": {
    "label": "Plays",
    "format": "integer"
  },
  "reactions": {
    "label": "Reactions",
    "format": "integer"
  },
  "likes": {
    "label": "Likes",
    "format": "integer"
  },
  "comments": {
    "label": "Comments",
    "format": "integer"
  },
  "shares": {
    "label": "Shares",
    "format": "integer"
  },
  "contentMetricStatus": {
    "label": "Content Metric Status",
    "format": "array"
  },
  "collaborationCount": {
    "label": "Collaboration Count",
    "format": "integer"
  },
  "collaborationProfiles": {
    "label": "Collaboration Profiles",
    "format": "array"
  },
  "profileFollowers": {
    "label": "Profile Followers",
    "format": "integer"
  },
  "profilePageLikes": {
    "label": "Profile Page Likes",
    "format": "integer"
  },
  "profileMetricStatus": {
    "label": "Profile Metric Status",
    "format": "array"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "statusReason": {
    "label": "Status Reason",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

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


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/chronometrica/facebook-metrics-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
