# Compare Data Analyst Rates in NL & BE

**Use case:** 

Benchmark daily rates and skills of data analysts across Malt Netherlands and Belgium to optimize your project budgeting. Understand market pricing for data tal

## Input

```json
{
  "mode": "searchFreelancers",
  "searchQuery": "data analyst",
  "location": "Amsterdam",
  "profileUrls": [],
  "market": "nl",
  "maxItems": 25,
  "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.