# Freelancer Web Design Projects Scraper

**Use case:** 

Track web design freelance projects on Freelancer with title, budget, bids, skills and employer info.

## Input

```json
{
  "maxItems": 50,
  "query": "web design",
  "withEmployer": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "budgetMin": {
    "label": "Budget Min",
    "format": "number"
  },
  "budgetMax": {
    "label": "Budget Max",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "bidCount": {
    "label": "Bids",
    "format": "number"
  },
  "avgBid": {
    "label": "Avg Bid",
    "format": "number"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "postedAt": {
    "label": "Posted",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Freelancer Project Listings Scraper](https://apify.com/scrapers_lat/freelancer-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/freelancer-scraper) to learn more, explore other use cases, and run it yourself.