# Malt Freelancers Directory in Los Angeles

**Use case:** 

Find and extract Malt Freelancers Directory in Los Angeles. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "query": "react developer",
  "maxItems": 10,
  "city": "Los Angeles"
}
```

## Output

```json
{
  "avatarUrl": {
    "label": "🖼️ Avatar URL",
    "format": "image"
  },
  "name": {
    "label": "👤 Name",
    "format": "text"
  },
  "headline": {
    "label": "📝 Headline",
    "format": "text"
  },
  "skills": {
    "label": "🏷️ Skills",
    "format": "array"
  },
  "dailyRate": {
    "label": "💶 Daily Rate",
    "format": "number"
  },
  "city": {
    "label": "📍 City",
    "format": "text"
  },
  "experienceYears": {
    "label": "⏳ Experience (yrs)",
    "format": "number"
  },
  "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 [Malt Freelancers Directory Scraper](https://apify.com/parseforge/malt-freelancers-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/malt-freelancers-scraper) to learn more, explore other use cases, and run it yourself.