# Extract Behance Profiles by Illustrator Usage

**Use case:** 

Gather profiles of designers on Behance who primarily use Adobe Illustrator, sorting by the number of appreciations. This helps in talent scouting for specific 

## Input

```json
{
  "mode": "projectSearch",
  "platform": "behance",
  "usernames": [
    "michaelsallit"
  ],
  "urls": [
    "https://www.behance.net/gallery/197889857/Modern-Logo-Design-Branding-Identity"
  ],
  "behanceTool": "illustrator",
  "behanceSort": "appreciations",
  "availableForHireOnly": false,
  "maxItems": 150,
  "autoEscalateOnBlock": true,
  "proxyGroups": []
}
```

## Output

```json
{
  "platform": {
    "label": "Platform"
  },
  "username": {
    "label": "Username"
  },
  "displayName": {
    "label": "Display name"
  },
  "occupation": {
    "label": "Occupation"
  },
  "city": {
    "label": "City"
  },
  "country": {
    "label": "Country"
  },
  "followersCount": {
    "label": "Followers count"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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