# Find fixed-price freelance projects

**Use case:** 

Scrape fixed-price projects from Freelancer.com. Filter by project type, get structured gig data. Pay per result.

## Input

```json
{
  "searchQuery": "web design",
  "jobIds": [],
  "categoryIds": [],
  "projectType": "fixed",
  "languages": [],
  "fetchDetails": false,
  "skipReposts": false,
  "requestDelayMs": 500,
  "respectRobotsTxt": true,
  "startUrls": [],
  "maxItems": 5
}
```

## Output

```json
{
  "title": {
    "label": "Project 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"
  },
  "skills": {
    "label": "Skills",
    "format": "text"
  },
  "skillCategories": {
    "label": "Skill Categories",
    "format": "text"
  },
  "bidCount": {
    "label": "Bids",
    "format": "number"
  },
  "postedAt": {
    "label": "Posted",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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