# Contra multi-category freelancer sourcing scraper

**Use case:** 

Build a multi-category Contra talent sourcing dataset across web developers, designers, and no-code specialists with profile enrichment.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://contra.com/hire/web-developers"
    }
  ],
  "hireCategorySlugs": [
    "web-developers",
    "framer-developers",
    "brand-designers"
  ],
  "maxItems": 150,
  "includeProfiles": true,
  "includeProjects": true,
  "maxProfileRequests": 60
}
```

## Output

```json
{
  "itemType": {
    "label": "Type",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "projectTitle": {
    "label": "Project",
    "format": "text"
  },
  "projectUrl": {
    "label": "Project URL",
    "format": "link"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "impressions": {
    "label": "Impressions",
    "format": "number"
  },
  "avatarUrl": {
    "label": "Avatar",
    "format": "image"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Contra Freelancers & Projects Scraper](https://apify.com/automation-lab/contra-freelancers-projects-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/contra-freelancers-projects-scraper) to learn more, explore other use cases, and run it yourself.