# Find Upwork web scraping jobs

**Use case:** 

Scrape recent Upwork jobs for web scraping with budget, skills, client verification, and posting time fields.

## Input

```json
{
  "searchQuery": "web scraping",
  "experienceLevels": [
    "intermediate",
    "expert"
  ],
  "paymentTypes": [
    "fixed",
    "hourly"
  ],
  "requirePaymentVerified": true,
  "sortBy": "newest",
  "startPage": 1,
  "maxPages": 1,
  "jobsPerPage": 50,
  "maxAgeValue": 7,
  "maxAgeUnit": "days"
}
```

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