# Branding agencies in New York on Dribbble

**Use case:** 

Scrape branding and logo design agencies in New York from Dribbble. Get agency profiles, ratings, project history, websites, and contact emails.

## Input

```json
{
  "categories": [
    "branding"
  ],
  "minimumBudget": 0,
  "location": "New York",
  "minimumRating": "3",
  "proOnly": false,
  "respondsQuickly": false,
  "agenciesOnly": true,
  "maxPages": 5,
  "maxResults": 50,
  "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.