# Americas (North + South) Upwork Freelancers

**Use case:** 

Extract Upwork Freelancers data filtered by Americas (North + South). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "searchQuery": "python developer",
  "maxItems": 10,
  "topRatedOnly": false,
  "topRatedPlusOnly": false,
  "usOnly": false,
  "region": "Americas"
}
```

## Output

```json
{
  "profileUrl": {
    "label": "Profile",
    "format": "link"
  },
  "portraitUrl": {
    "label": "Photo",
    "format": "image"
  },
  "firstName": {
    "label": "First Name"
  },
  "lastName": {
    "label": "Last Name"
  },
  "title": {
    "label": "Title"
  },
  "hourlyRate": {
    "label": "Rate ($/hr)",
    "format": "number"
  },
  "topRatedStatus": {
    "label": "Top Rated"
  },
  "jobSuccessScore": {
    "label": "JSS",
    "format": "number"
  },
  "totalEarnings": {
    "label": "Earnings ($)",
    "format": "number"
  },
  "totalJobs": {
    "label": "Jobs",
    "format": "number"
  },
  "country": {
    "label": "Country"
  },
  "skills": {
    "label": "Skills"
  },
  "scrapedAt": {
    "label": "Scraped At"
  }
}
```

## About this Actor

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