# Scrape Malt Freelancers by City (Paris, Lyon)

**Use case:** 

Fan a keyword across multiple cities to pull past Malt's 24-result guest cap. Deduplicated freelancer profiles with rates and skills, city by city.

## Input

```json
{
  "keywords": [
    "consultant seo"
  ],
  "cities": [
    "Paris",
    "Lyon",
    "Marseille",
    "Bordeaux"
  ],
  "country": "fr",
  "locationType": "",
  "experienceLevel": "",
  "availability": "",
  "enrichProfiles": false,
  "analyzeFreelancers": false,
  "enrichConcurrency": 10,
  "maxResults": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "first_name": {
    "label": "Name",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "daily_rate": {
    "label": "Daily Rate",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "missions_count": {
    "label": "Missions",
    "format": "number"
  },
  "is_super_malter": {
    "label": "Super Malter",
    "format": "boolean"
  },
  "profile_url": {
    "label": "Profile",
    "format": "text"
  }
}
```

## About this Actor

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