# Enrich Specific Malt Freelancer Profiles

**Use case:** 

Gather detailed information for a curated list of Malt freelancer profiles to inform your recruitment strategy. Obtain key data points like daily rates, skills,

## Input

```json
{
  "mode": "byProfileUrls",
  "searchQuery": "python developer",
  "location": "Berlin",
  "profileUrls": [
    "https://www.malt.fr/profile/julieng",
    "https://www.malt.de/profile/annal",
    "https://www.malt.es/profile/carloss"
  ],
  "market": "com",
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "DE"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "headline": {
    "label": "Headline"
  },
  "skills": {
    "label": "Skills"
  },
  "location": {
    "label": "Location"
  },
  "verified": {
    "label": "Verified"
  },
  "market": {
    "label": "Market"
  },
  "profilePhotoUrl": {
    "label": "Profile photo url"
  },
  "profileUrl": {
    "label": "Profile url"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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