# Track Freelance Rate Trends on Upwork

**Use case:** 

Monitor Upwork freelance rates by skill — returns title, budget (fixed/hourly), required skills, experience level and client metrics per job. Track React and Py

## Input

```json
{
  "queries": [
    "react developer"
  ],
  "maxResults": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "budget_type": {
    "label": "Budget Type",
    "format": "text"
  },
  "budget_min": {
    "label": "Budget Min",
    "format": "text"
  },
  "budget_max": {
    "label": "Budget Max",
    "format": "text"
  },
  "experience_level": {
    "label": "Experience",
    "format": "text"
  },
  "skills": {
    "label": "Skills",
    "format": "text"
  },
  "posted_date": {
    "label": "Posted Date",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Upwork Scraper - Freelance Jobs, Budget & Skills](https://apify.com/thirdwatch/upwork-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/upwork-jobs-scraper) to learn more, explore other use cases, and run it yourself.