# Monitor Competitor Freelance Design Services & Pricing

**Use case:** 

Track the latest service offerings and pricing strategies from competing design freelancers on PeoplePerHour. Gain competitive intelligence to refine your own s

## Input

```json
{
  "mode": "searchServices",
  "searchQuery": "logo design",
  "category": "",
  "sortBy": "latest",
  "maxItems": 100
}
```

## 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.