# Upwork Virtual Assistant Job Listings Data

**Use case:** 

Scrape Upwork's virtual assistant job listings and gather detailed data including title, budget, skills, and client information.

## Input

```json
{
  "query": "virtual assistant",
  "max_jobs": 50
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "budget": {
    "label": "Budget",
    "format": "text"
  },
  "client_country": {
    "label": "Country",
    "format": "text"
  },
  "posted_on": {
    "label": "Posted On",
    "format": "date"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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