# Collect Facebook Page Reel audio metadata

**Use case:** 

Collect available audio titles, audio identifiers, and original-audio indicators from a Page's public Reels. Keep these references with each Reel and its author for music-use research or manual review of the sounds present in a content sample.

## Input

```json
{
  "inputList": [
    "Meta"
  ],
  "pagesPerProfile": 2
}
```

## Output

```json
{
  "input": {
    "label": "Input",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "id": {
    "label": "ID",
    "format": "string"
  },
  "post_id": {
    "label": "Post ID",
    "format": "string"
  },
  "story_id": {
    "label": "Story ID",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "message": {
    "label": "Message",
    "format": "string"
  },
  "timestamp": {
    "label": "Timestamp",
    "format": "integer"
  },
  "published_at": {
    "label": "Published At",
    "format": "string"
  },
  "play_count": {
    "label": "Play Count",
    "format": "integer"
  },
  "reactions_count": {
    "label": "Reactions Count",
    "format": "integer"
  },
  "comments_count": {
    "label": "Comments Count",
    "format": "integer"
  },
  "shares_count": {
    "label": "Shares Count",
    "format": "integer"
  },
  "thumbnail_url": {
    "label": "Thumbnail URL",
    "format": "string"
  },
  "video_url_hd": {
    "label": "Video URL HD",
    "format": "string"
  },
  "video_url_sd": {
    "label": "Video URL SD",
    "format": "string"
  },
  "duration_ms": {
    "label": "Duration Ms",
    "format": "integer"
  },
  "width": {
    "label": "Width",
    "format": "integer"
  },
  "height": {
    "label": "Height",
    "format": "integer"
  },
  "captions_url": {
    "label": "Captions URL",
    "format": "string"
  },
  "dash_manifest": {
    "label": "Dash Manifest",
    "format": "string"
  },
  "is_sponsored": {
    "label": "Is Sponsored",
    "format": "boolean"
  },
  "is_reshare": {
    "label": "Is Reshare",
    "format": "boolean"
  },
  "remix_status": {
    "label": "Remix Status",
    "format": "string"
  },
  "author.id": {
    "label": "Author / ID",
    "format": "text"
  },
  "author.page_id": {
    "label": "Author / Page ID",
    "format": "text"
  },
  "author.username": {
    "label": "Author / Username",
    "format": "text"
  },
  "author.name": {
    "label": "Author / Name",
    "format": "text"
  },
  "author.url": {
    "label": "Author / URL",
    "format": "link"
  },
  "author.profile_picture_url": {
    "label": "Author / Profile Picture URL",
    "format": "image"
  },
  "author.is_verified": {
    "label": "Author / Is Verified",
    "format": "boolean"
  },
  "audio.id": {
    "label": "Audio / ID",
    "format": "text"
  },
  "audio.type": {
    "label": "Audio / Type",
    "format": "text"
  },
  "audio.title": {
    "label": "Audio / Title",
    "format": "text"
  },
  "audio.cover_url": {
    "label": "Audio / Cover URL",
    "format": "image"
  },
  "audio.is_original_audio": {
    "label": "Audio / Is Original Audio",
    "format": "boolean"
  },
  "reactions.id": {
    "label": "Reactions / ID",
    "format": "array"
  },
  "reactions.type": {
    "label": "Reactions / Type",
    "format": "array"
  },
  "reactions.count": {
    "label": "Reactions / Count",
    "format": "array"
  },
  "video.id": {
    "label": "Video / ID",
    "format": "text"
  },
  "video.type": {
    "label": "Video / Type",
    "format": "text"
  },
  "video.url": {
    "label": "Video / URL",
    "format": "link"
  },
  "video.image_url": {
    "label": "Video / Image URL",
    "format": "image"
  },
  "video.thumbnail_url": {
    "label": "Video / Thumbnail URL",
    "format": "image"
  },
  "video.video_url_hd": {
    "label": "Video / Video URL HD",
    "format": "link"
  },
  "video.video_url_sd": {
    "label": "Video / Video URL SD",
    "format": "link"
  },
  "video.dash_manifest_url": {
    "label": "Video / Dash Manifest URL",
    "format": "link"
  },
  "video.dash_manifest": {
    "label": "Video / Dash Manifest",
    "format": "text"
  },
  "video.duration_ms": {
    "label": "Video / Duration Ms",
    "format": "number"
  },
  "video.width": {
    "label": "Video / Width",
    "format": "number"
  },
  "video.height": {
    "label": "Video / Height",
    "format": "number"
  },
  "video.alt_text": {
    "label": "Video / Alt Text",
    "format": "text"
  },
  "video.captions_url": {
    "label": "Video / Captions URL",
    "format": "link"
  },
  "source_profile.id": {
    "label": "Source Profile / ID",
    "format": "text"
  },
  "source_profile.page_id": {
    "label": "Source Profile / Page ID",
    "format": "text"
  },
  "source_profile.username": {
    "label": "Source Profile / Username",
    "format": "text"
  },
  "source_profile.name": {
    "label": "Source Profile / Name",
    "format": "text"
  },
  "source_profile.url": {
    "label": "Source Profile / URL",
    "format": "link"
  },
  "source_profile.profile_picture_url": {
    "label": "Source Profile / Profile Picture URL",
    "format": "image"
  },
  "source_profile.is_verified": {
    "label": "Source Profile / Is Verified",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Facebook Page Reels Scraper – Video Feed Export](https://apify.com/scrapingmonkey/facebook-page-reels-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapingmonkey/facebook-page-reels-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/scrapingmonkey/facebook-page-reels-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).
