# Content Writer Jobs on Upwork Scraper

**Use case:** 

Scrape Upwork content writer job posts with budget, hourly rate, required skills, client history and description for freelance writing.

## Input

```json
{
  "maxItems": 10,
  "searchType": "jobs",
  "searchQuery": "content writer"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Photo",
    "format": "image"
  },
  "name": {
    "label": "Freelancer",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "hourlyRate": {
    "label": "Rate/hr",
    "format": "number"
  },
  "totalEarned": {
    "label": "Earned",
    "format": "number"
  },
  "jobSuccess": {
    "label": "Job Success %",
    "format": "number"
  },
  "type": {
    "label": "Job Type",
    "format": "text"
  },
  "budgetAmount": {
    "label": "Budget",
    "format": "number"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "postedAt": {
    "label": "Posted",
    "format": "date"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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