# Freelancer.com lead generation projects scraper

**Use case:** 

Monitor Freelancer.com lead generation projects with budgets, bid counts, skills, descriptions, and source URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.freelancer.com/jobs/"
    },
    {
      "url": "https://www.freelancer.com/jobs/web-scraping/"
    }
  ],
  "query": "lead generation sales outreach",
  "category": "lead-generation",
  "skills": [
    "Lead Generation",
    "Sales",
    "Marketing"
  ],
  "maxItems": 100,
  "maxPages": 5,
  "includeDetails": true,
  "requestDelayMs": 1000
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "projectUrl": {
    "label": "Project URL",
    "format": "link"
  },
  "budget": {
    "label": "Budget"
  },
  "budgetType": {
    "label": "Budget type"
  },
  "skills": {
    "label": "Skills"
  },
  "timeRemaining": {
    "label": "Time left"
  },
  "bidsCount": {
    "label": "Bids",
    "format": "number"
  },
  "averageBid": {
    "label": "Average bid",
    "format": "number"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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