# Scrape enterprise Upwork jobs ($5k+ ongoing)

**Use case:** 

15 $5k+ ongoing Upwork contracts from clients with 10+ hires. How to land enterprise clients on Upwork? Run this filtered by budget, duration, payment.

## Input

```json
{
  "searchQueries": [],
  "maxItems": 200,
  "sort": "spend+desc",
  "jobType": [
    "hourly",
    "fixed"
  ],
  "experienceLevel": [
    "ExpertLevel"
  ],
  "workload": [],
  "duration": [
    "ongoing",
    "semester"
  ],
  "budget": [
    "5000-"
  ],
  "clientHires": [
    "10-"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountries": [
      "US"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "string"
  },
  "jobType": {
    "label": "Job Type",
    "format": "string"
  },
  "budget": {
    "label": "Budget",
    "format": "string"
  },
  "contractorTier": {
    "label": "Experience Level",
    "format": "string"
  },
  "duration": {
    "label": "Duration",
    "format": "string"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "publishTime": {
    "label": "Published At",
    "format": "string"
  },
  "url": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

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