# Freelancer.com Logo Contests Scraper

**Use case:** 

Scrape active Freelancer.com logo contests with prize, entries, skills, deadline, and client signals for sales leads.

## Input

```json
{
  "maxItems": 100,
  "statuses": [
    "active"
  ],
  "keyword": "logo",
  "startUrls": [
    {
      "url": "https://www.freelancer.com/contest/Experienced-Video-Editor-for-BeautyTech-Content-2759569.html"
    }
  ],
  "includeFullDescription": false,
  "pageSize": 100,
  "proxy": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "contestId": {
    "label": "Contest ID"
  },
  "contestUrl": {
    "label": "Contest URL",
    "format": "link"
  },
  "title": {
    "label": "Title"
  },
  "status": {
    "label": "Status"
  },
  "prize": {
    "label": "Prize"
  },
  "currencyCode": {
    "label": "Currency"
  },
  "prizeUsdEstimate": {
    "label": "Prize USD estimate"
  },
  "entryCount": {
    "label": "Entries"
  },
  "timeRemainingSeconds": {
    "label": "Seconds remaining"
  },
  "skills": {
    "label": "Skills"
  },
  "clientDisplayName": {
    "label": "Client"
  },
  "clientCountry": {
    "label": "Client country"
  },
  "descriptionExcerpt": {
    "label": "Description excerpt"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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