# Freelancer web scraping jobs scraper

**Use case:** 

Scrape Freelancer.com web scraping projects with budget, bids, skills, descriptions, and URLs for agency lead generation.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.freelancer.com/jobs/python/"
    }
  ],
  "keywords": [
    "web scraping",
    "data extraction"
  ],
  "categorySlugs": [
    "web-scraping"
  ],
  "maxItems": 100,
  "minBudget": 100,
  "includeDescription": true,
  "useProxy": false,
  "proxyGroups": []
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "budget": {
    "label": "Budget",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "minBudget": {
    "label": "Min budget",
    "format": "number"
  },
  "maxBudget": {
    "label": "Max budget",
    "format": "number"
  },
  "budgetType": {
    "label": "Budget type",
    "format": "text"
  },
  "averageBid": {
    "label": "Average bid",
    "format": "number"
  },
  "bidCount": {
    "label": "Bids",
    "format": "number"
  },
  "timeLeft": {
    "label": "Time left",
    "format": "text"
  },
  "skills": {
    "label": "Skills",
    "format": "text"
  },
  "categorySlug": {
    "label": "Category",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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