# Export Facebook Page photo dimensions for asset review

**Use case:** 

Collect image URLs, thumbnails, widths, and heights from a Page's visible photo collection. Use the dataset to review image formats or plan asset selection in your own tools, keeping each file reference linked to its original Facebook photo.

## Input

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

## Output

```json
{
  "input": {
    "label": "Input",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "id": {
    "label": "ID",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "image_url": {
    "label": "Image URL",
    "format": "string"
  },
  "thumbnail_url": {
    "label": "Thumbnail URL",
    "format": "string"
  },
  "alt_text": {
    "label": "Alt Text",
    "format": "string"
  },
  "width": {
    "label": "Width",
    "format": "integer"
  },
  "height": {
    "label": "Height",
    "format": "integer"
  },
  "timestamp": {
    "label": "Timestamp",
    "format": "integer"
  },
  "published_at": {
    "label": "Published At",
    "format": "string"
  },
  "owner.id": {
    "label": "Owner / ID",
    "format": "text"
  },
  "owner.page_id": {
    "label": "Owner / Page ID",
    "format": "text"
  },
  "owner.username": {
    "label": "Owner / Username",
    "format": "text"
  },
  "owner.name": {
    "label": "Owner / Name",
    "format": "text"
  },
  "owner.url": {
    "label": "Owner / URL",
    "format": "link"
  },
  "owner.profile_picture_url": {
    "label": "Owner / Profile Picture URL",
    "format": "image"
  },
  "owner.is_verified": {
    "label": "Owner / Is Verified",
    "format": "boolean"
  },
  "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 Photos Scraper – Image Data Export](https://apify.com/scrapingmonkey/facebook-page-photos-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapingmonkey/facebook-page-photos-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-photos-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).
