# Fresh hourly Upwork job alerts

**Use case:** 

Monitor the newest hourly Upwork jobs posted in the last day for quick opportunity alerts.

## Input

```json
{
  "searchQuery": "python",
  "paymentTypes": [
    "hourly"
  ],
  "requirePaymentVerified": false,
  "hourlyBudgetRange": [
    "25",
    "80"
  ],
  "sortBy": "newest",
  "startPage": 1,
  "maxPages": 1,
  "jobsPerPage": 50,
  "maxAgeValue": 24,
  "maxAgeUnit": "hours"
}
```

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