# Public Facebook Page photo export example

**Use case:** 

Export public Facebook Page photos with image URLs, Facebook links, captions, photo IDs, album IDs, media types, and extraction times.

## Input

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

## 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.