# Development Contra Freelancers

**Use case:** 

Extract Contra Freelancers data filtered by Development. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "startUrl": "https://contra.com/independents",
  "maxItems": 10,
  "category": "development"
}
```

## Output

```json
{
  "avatarUrl": {
    "label": "🖼️ Avatar",
    "format": "image"
  },
  "name": {
    "label": "👤 Name",
    "format": "text"
  },
  "username": {
    "label": "🆔 Username",
    "format": "text"
  },
  "headline": {
    "label": "💬 Headline",
    "format": "text"
  },
  "location": {
    "label": "📍 Location",
    "format": "text"
  },
  "hourlyRate": {
    "label": "💵 Hourly Rate",
    "format": "number"
  },
  "currency": {
    "label": "💱 Currency",
    "format": "text"
  },
  "badge": {
    "label": "🏅 Badge",
    "format": "text"
  },
  "skills": {
    "label": "🛠️ Skills",
    "format": "array"
  },
  "portfolioCount": {
    "label": "📁 Portfolio",
    "format": "number"
  },
  "reviews": {
    "label": "⭐ Reviews",
    "format": "number"
  },
  "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 [Contra Freelancers Scraper](https://apify.com/parseforge/contra-freelancers-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/contra-freelancers-scraper) to learn more, explore other use cases, and run it yourself.