# Scrape social media manager jobs from Upwork

**Use case:** 

50 social media manager and SMM gigs on Upwork from clients with hiring history. How to find recurring social media clients? Run this.

## Input

```json
{
  "searchQueries": [
    "social media manager",
    "social media marketing",
    "instagram manager",
    "tiktok manager",
    "community manager",
    "facebook ads"
  ],
  "maxItems": 50,
  "sort": "recency+desc",
  "jobType": [],
  "experienceLevel": [],
  "workload": [],
  "duration": [],
  "budget": [],
  "clientHires": [
    "1-9",
    "10-"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountries": [
      "US"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "string"
  },
  "jobType": {
    "label": "Job Type",
    "format": "string"
  },
  "budget": {
    "label": "Budget",
    "format": "string"
  },
  "contractorTier": {
    "label": "Experience Level",
    "format": "string"
  },
  "duration": {
    "label": "Duration",
    "format": "string"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "publishTime": {
    "label": "Published At",
    "format": "string"
  },
  "url": {
    "label": "Job URL",
    "format": "string"
  }
}
```

## About this Actor

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