# Freelancermap Experts in United Kingdom

**Use case:** 

Find and extract Freelancermap Experts in United Kingdom. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "query": "sap consultant",
  "maxItems": 10,
  "country": "United Kingdom",
  "remoteOnly": false
}
```

## Output

```json
{
  "avatarUrl": {
    "label": "🖼️ Avatar URL",
    "format": "image"
  },
  "name": {
    "label": "👤 Name",
    "format": "text"
  },
  "title": {
    "label": "💼 Title",
    "format": "text"
  },
  "skills": {
    "label": "🏷️ Skills",
    "format": "array"
  },
  "location": {
    "label": "📍 Location",
    "format": "text"
  },
  "hourlyRate": {
    "label": "💵 Hourly Rate",
    "format": "number"
  },
  "availability": {
    "label": "📆 Availability",
    "format": "text"
  },
  "languages": {
    "label": "🗣️ Languages",
    "format": "array"
  },
  "profileUrl": {
    "label": "🔗 Profile URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Freelancermap Experts Scraper](https://apify.com/parseforge/freelancermap-experts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/freelancermap-experts-scraper) to learn more, explore other use cases, and run it yourself.