# NASA Facebook Page photo captions example

**Use case:** 

Collect NASA's public Facebook Page photo records and accessibility captions for media research, archives, and searchable creative datasets.

## Input

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

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