# Top-rated web designers for hire on Dribbble

**Use case:** 

Scrape top-rated web designers and agencies from Dribbble's hiring directory. Get ratings, project counts, starting prices, and contact details.

## Input

```json
{
  "categories": [
    "web-design"
  ],
  "minimumBudget": 0,
  "location": "",
  "minimumRating": "4",
  "proOnly": false,
  "respondsQuickly": true,
  "agenciesOnly": false,
  "maxPages": 5,
  "maxResults": 100,
  "includeDetails": true
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "text"
  },
  "projectsCompleted": {
    "label": "Projects",
    "format": "text"
  },
  "startingPrice": {
    "label": "Starting Price",
    "format": "text"
  },
  "isPro": {
    "label": "PRO",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "link"
  }
}
```

## About this Actor

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