# Audit influencer image content on Facebook

**Use case:** 

Scrape image libraries from influencer Facebook pages to evaluate the consistency and quality of their sponsored content. Streamline your influencer vetting pro

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.facebook.com/influencername/photos"
    }
  ],
  "resultsLimit": 30,
  "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.