# Find Python automation projects on Freelancer

**Use case:** 

Track public Freelancer projects mentioning Python automation to discover fresh client demand and compare visible budgets.

## Input

```json
{
  "keywords": [],
  "skills": [],
  "maxItems": 25,
  "startUrls": [
    {
      "url": "https://www.freelancer.com/rss.xml"
    }
  ],
  "includeDetails": false,
  "sort": "recent"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "projectId": {
    "label": "Project ID",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "budgetText": {
    "label": "Budget",
    "format": "string"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "budgetMin": {
    "label": "Budget min",
    "format": "number"
  },
  "budgetMax": {
    "label": "Budget max",
    "format": "number"
  },
  "budgetType": {
    "label": "Budget type",
    "format": "string"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "publishedAt": {
    "label": "Published",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "isFeatured": {
    "label": "Featured",
    "format": "boolean"
  },
  "isGuaranteed": {
    "label": "Guaranteed",
    "format": "boolean"
  },
  "bidsCount": {
    "label": "Bids",
    "format": "number"
  },
  "averageBidText": {
    "label": "Average bid",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "string"
  }
}
```

## About this Actor

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