# Scrape Facebook competitor photo feeds for market research

**Use case:** 

Extract image content and OCR text from competitor Facebook pages to analyze their visual marketing strategy. Gain actionable insights into their promotional ca

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.facebook.com/Nike/photos"
    }
  ],
  "resultsLimit": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "photoId": {
    "label": "Photo ID",
    "format": "text"
  },
  "photoUrl": {
    "label": "Photo URL",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "link"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "authorName": {
    "label": "Author",
    "format": "text"
  },
  "timestamp": {
    "label": "Timestamp",
    "format": "text"
  },
  "likesCount": {
    "label": "Likes",
    "format": "number"
  }
}
```

## About this Actor

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