# Freelancer.com Marketplace Demand Monitor

**Use case:** 

Monitor Freelancer.com project demand across skills and export budgets, bids, titles, URLs, and category signals for analytics.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.freelancer.com/jobs/python/"
    }
  ],
  "searchQueries": [
    "python",
    "web scraping",
    "data entry",
    "shopify"
  ],
  "maxItems": 250,
  "maxPagesPerSource": 8,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "Project URL",
    "format": "link"
  },
  "budgetText": {
    "label": "Budget / avg bid"
  },
  "bidCount": {
    "label": "Bids"
  },
  "timeLeft": {
    "label": "Time left"
  },
  "skills": {
    "label": "Skills"
  },
  "paymentVerified": {
    "label": "Payment verified"
  },
  "description": {
    "label": "Description"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "sourceQuery": {
    "label": "Source query"
  },
  "pageNumber": {
    "label": "Page"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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