# Freelancer.com Web Scraping Profiles

**Use case:** 

Collect public Freelancer.com profiles for web scraping talent with ratings, hourly rates, summaries, skills, and profile URLs.

## Input

```json
{
  "skills": [
    "web scraping"
  ],
  "startUrls": [
    {
      "url": "https://www.freelancer.com/freelancers/skills/web-scraping"
    }
  ],
  "maxItems": 50,
  "maxPagesPerSearch": 2,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "title": {
    "label": "Headline",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "number"
  },
  "hourlyRate": {
    "label": "Hourly rate",
    "format": "number"
  },
  "hourlyRateCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "earningsScore": {
    "label": "Earnings score",
    "format": "number"
  },
  "skills": {
    "label": "Skills",
    "format": "text"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "isOnline": {
    "label": "Online",
    "format": "boolean"
  },
  "rankingPosition": {
    "label": "Rank",
    "format": "number"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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