# Scrape Web3 blockchain jobs from Upwork

**Use case:** 

30 Web3, Solidity, and smart contract contracts on Upwork, sorted by recency. How to find Web3 freelance work? Run this.

## Input

```json
{
  "searchQueries": [
    "web3 developer",
    "solidity",
    "smart contract",
    "blockchain developer",
    "ethereum",
    "defi developer",
    "nft developer",
    "cryptocurrency developer"
  ],
  "maxItems": 30,
  "sort": "recency+desc",
  "jobType": [
    "hourly",
    "fixed"
  ],
  "experienceLevel": [
    "IntermediateLevel",
    "ExpertLevel"
  ],
  "workload": [],
  "duration": [],
  "budget": [],
  "clientHires": [],
  "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.