# Identify Freelance Graphic Designers on Facebook

**Use case:** 

Locate freelance graphic designers and design agencies on Facebook to find potential collaborators or service providers. Evaluate their portfolios and client re

## Input

```json
{
  "searchQueries": [
    "graphic designer london",
    "web designer berlin",
    "freelance artist paris"
  ],
  "searchType": "people",
  "maxResults": 80
}
```

## Output

```json
{
  "pageName": {
    "label": "Page Name",
    "format": "text"
  },
  "facebookUrl": {
    "label": "Facebook URL",
    "format": "link"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "followerCount": {
    "label": "Followers",
    "format": "number"
  },
  "talkingAboutCount": {
    "label": "Talking About",
    "format": "number"
  },
  "checkInCount": {
    "label": "Check-ins",
    "format": "number"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "searchQuery": {
    "label": "Query",
    "format": "text"
  }
}
```

## About this Actor

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