# Multi-Page Facebook photo monitoring example

**Use case:** 

Snapshot public NASA and ESA Facebook Page photo grids for recurring creative monitoring, canonical-link tracking, and visual research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.facebook.com/NASA"
    },
    {
      "url": "https://www.facebook.com/ESA"
    }
  ],
  "maxItems": 100,
  "maxScrolls": 30
}
```

## Output

```json
{
  "pageTitle": {
    "label": "Page",
    "format": "string"
  },
  "photoId": {
    "label": "Photo ID",
    "format": "string"
  },
  "caption": {
    "label": "Caption",
    "format": "string"
  },
  "mediaType": {
    "label": "Media type",
    "format": "string"
  },
  "photoUrl": {
    "label": "Facebook photo",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "albumId": {
    "label": "Album ID",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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