# Freelancer.com User ID Extractor

**Use case:** 

Enrich Freelancer.com user IDs into public profiles with usernames, profile URLs, rates, locations, and verification fields.

## Input

```json
{
  "skillKeywords": [
    "python",
    "web scraping"
  ],
  "startUrls": [
    {
      "url": "https://www.freelancer.com/freelancers/skills/python"
    }
  ],
  "userIds": [
    "1",
    "45386947"
  ],
  "maxResults": 10,
  "maxPagesPerSource": 3,
  "enrichWithPublicApi": true,
  "useApifyProxy": false
}
```

## Output

```json
{
  "userId": {
    "label": "User ID"
  },
  "username": {
    "label": "Username"
  },
  "displayName": {
    "label": "Display name"
  },
  "publicName": {
    "label": "Public name"
  },
  "profileUrl": {
    "label": "Profile URL"
  },
  "headline": {
    "label": "Headline"
  },
  "location": {
    "label": "Location"
  },
  "country": {
    "label": "Country"
  },
  "city": {
    "label": "City"
  },
  "hourlyRate": {
    "label": "Hourly rate"
  },
  "currency": {
    "label": "Currency"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "earningsScore": {
    "label": "Earnings score"
  },
  "skills": {
    "label": "Skills"
  },
  "bioSnippet": {
    "label": "Bio snippet"
  },
  "avatarUrl": {
    "label": "Avatar URL"
  },
  "isOnline": {
    "label": "Online"
  },
  "emailVerified": {
    "label": "Email verified"
  },
  "escrowVerified": {
    "label": "Escrow verified"
  },
  "registrationDate": {
    "label": "Registration date"
  },
  "sourceType": {
    "label": "Source type"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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