# Build a Multi-Skill Dribbble Designer Shortlist

**Use case:** 

Run a deeper Dribbble scrape across several design skills to compare available designers, project budgets, ratings, and portfolio examples.

## Input

```json
{
  "locations": [
    "San Francisco, CA",
    "Remote"
  ],
  "skills": [
    "Product Design",
    "Web Design",
    "Illustration"
  ],
  "startUrls": [
    {
      "url": "https://dribbble.com/designers?location=San%20Francisco%2C%20CA&skills=Brand%20Design"
    }
  ],
  "maxItems": 300,
  "maxPages": 8
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "projectBudget": {
    "label": "Project budget",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "completedProjects": {
    "label": "Completed projects",
    "format": "number"
  },
  "servicesAvailable": {
    "label": "Services",
    "format": "number"
  },
  "responseTime": {
    "label": "Response time",
    "format": "text"
  },
  "skills": {
    "label": "Skills",
    "format": "text"
  },
  "shotUrls": {
    "label": "Shot URLs",
    "format": "link"
  },
  "isPro": {
    "label": "Pro",
    "format": "boolean"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  }
}
```

## About this Actor

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