# Analyze Freelance Data Entry Hourly Rates

**Use case:** 

Gather data on hourly rates for data entry services to inform your own pricing strategy or understand market benchmarks. Optimize your service pricing for maxim

## Input

```json
{
  "mode": "searchServices",
  "searchQuery": "data entry",
  "category": "",
  "sortBy": "price_low",
  "maxItems": 80
}
```

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