# Python Freelancer.com Profile Scraper

**Use case:** 

Scrape public Freelancer.com Python freelancer profiles with rates, ratings, skills, locations, profile URLs, and user IDs.

## Input

```json
{
  "skillKeywords": [
    "python"
  ],
  "startUrls": [
    {
      "url": "https://www.freelancer.com/freelancers/skills/python"
    }
  ],
  "maxResults": 50,
  "maxPagesPerSource": 5,
  "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.