# Freelancer.com web scraping projects scraper

**Use case:** 

Extract Freelancer.com web scraping projects with budgets, skills, bid counts, descriptions, and listing URLs for lead generation.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.freelancer.com/jobs/web-scraping/"
    }
  ],
  "query": "web scraping",
  "category": "web-scraping",
  "skills": [
    "Web Scraping",
    "Python"
  ],
  "maxItems": 25,
  "maxPages": 2,
  "includeDetails": false,
  "requestDelayMs": 750
}
```

## 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.