# US fixed-price Upwork jobs

**Use case:** 

Collect fixed-price Upwork jobs from US clients with budget range and experience filters.

## Input

```json
{
  "searchQuery": "react",
  "experienceLevels": [
    "intermediate",
    "expert"
  ],
  "paymentTypes": [
    "fixed"
  ],
  "requirePaymentVerified": false,
  "fixedBudgetRange": [
    "500",
    "5000"
  ],
  "clientLocations": [
    "United States"
  ],
  "sortBy": "newest",
  "startPage": 1,
  "maxPages": 1,
  "jobsPerPage": 50
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "paymentType": {
    "label": "Payment type",
    "format": "string"
  },
  "experienceLevel": {
    "label": "Experience level",
    "format": "string"
  },
  "budget": {
    "label": "Budget",
    "format": "string"
  },
  "paymentVerified": {
    "label": "Payment verified",
    "format": "boolean"
  },
  "clientLocation": {
    "label": "Client location",
    "format": "string"
  },
  "postedRelative": {
    "label": "Posted (relative)",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

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