# Find Top Freelance Graphic Designers on PeoplePerHour

**Use case:** 

Identify highly-rated freelance graphic designers for your next creative project. Streamline your hiring process by targeting top talent with proven track recor

## Input

```json
{
  "mode": "searchFreelancers",
  "searchQuery": "graphic design",
  "category": "",
  "sortBy": "rating",
  "maxItems": 50
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "title": {
    "label": "Title"
  },
  "name": {
    "label": "Name"
  },
  "price": {
    "label": "Price"
  },
  "hourlyRate": {
    "label": "Hourly rate"
  },
  "rating": {
    "label": "Rating"
  },
  "location": {
    "label": "Location"
  },
  "url": {
    "label": "Url"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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