# Find Top Freelance Copywriters in Spain

**Use case:** 

Identify highly-rated freelance copywriters in Spain specializing in digital marketing content. Build a shortlist of qualified professionals for your content cr

## Input

```json
{
  "mode": "searchFreelancers",
  "searchQuery": "digital marketing copywriter",
  "location": "Barcelona",
  "profileUrls": [],
  "market": "es",
  "minRating": 4.7,
  "minReviews": 3,
  "maxItems": 40,
  "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.