# SEO Job Listings Data from Upwork

**Use case:** 

Scrape verified Upwork job listings for SEO with client ratings, budgets, and skills. Get real-time insights for targeted market research.

## Input

```json
{
  "keyword": "seo",
  "maxPages": 1,
  "sortBy": "recency",
  "jobTypes": [
    "hourly",
    "fixed"
  ],
  "experienceLevels": [
    "entry",
    "intermediate",
    "expert"
  ],
  "postedWithin": "24h",
  "paymentVerifiedOnly": true,
  "clientCountry": "united states, europe",
  "timezone": "America/New_York"
}
```

## Output

```json
{
  "id": {
    "label": "Job ID",
    "format": "text"
  },
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "jobType": {
    "label": "Type",
    "format": "text"
  },
  "budget": {
    "label": "Budget",
    "format": "text"
  },
  "experienceLevel": {
    "label": "Experience",
    "format": "text"
  },
  "duration": {
    "label": "Duration",
    "format": "text"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "proposals": {
    "label": "Proposals",
    "format": "text"
  },
  "clientLocation": {
    "label": "Client Location",
    "format": "text"
  },
  "clientPaymentVerified": {
    "label": "Payment Verified",
    "format": "text"
  },
  "clientTotalSpent": {
    "label": "Client Spend",
    "format": "text"
  },
  "clientRating": {
    "label": "Client Rating",
    "format": "text"
  },
  "relativeDate": {
    "label": "Posted",
    "format": "text"
  },
  "publishedTime": {
    "label": "Published Time",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Upwork Job Scrapper Pro](https://apify.com/scrapfox/upwork-job-scrapper-pro) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapfox/upwork-job-scrapper-pro) to learn more, explore other use cases, and run it yourself.