# Upwork Freelancer & Talent Full Export

**Use case:** 

Full Export of Upwork Freelancer & Talent. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "searchTerms": [
    "react developer"
  ],
  "maxItems": 500
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Avatar",
    "format": "image"
  },
  "name": {
    "label": "🧑 Name"
  },
  "title": {
    "label": "📌 Title"
  },
  "url": {
    "label": "🔗 Profile",
    "format": "link"
  },
  "id": {
    "label": "🆔 ID"
  },
  "country": {
    "label": "🌍 Country"
  },
  "tier": {
    "label": "🏅 Tier"
  },
  "jobSuccessScore": {
    "label": "⭐ JSS %"
  },
  "totalEarnings": {
    "label": "💵 Earnings"
  },
  "totalEarningsValueMin": {
    "label": "💵 Earnings Min"
  },
  "description": {
    "label": "📝 Bio"
  },
  "skills": {
    "label": "🛠 Skills",
    "format": "array"
  },
  "jobsRelevantToSearch": {
    "label": "🎯 Relevant Jobs"
  },
  "recommendedReason": {
    "label": "💡 Recommended Reason"
  },
  "isAvailableNow": {
    "label": "🟢 Available Now"
  },
  "offersConsultations": {
    "label": "💬 Offers Consultations"
  },
  "isBoosted": {
    "label": "🚀 Boosted"
  },
  "agencyName": {
    "label": "🏢 Agency"
  },
  "agencyEarnings": {
    "label": "🏢 Agency Earnings"
  },
  "searchTerm": {
    "label": "🔍 Search Term"
  },
  "searchPosition": {
    "label": "📊 Position"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error"
  }
}
```

## About this Actor

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