# Find Upwork Clients for Agency Prospecting

**Use case:** 

Surface high-budget Upwork clients for B2B agency prospecting. Returns project budget, client spend, client rating, verified-payment status and location per job

## Input

```json
{
  "queries": [
    "shopify 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.