# Freelancer Python Jobs Scraper

**Use case:** 

Scrape Python projects from Freelancer with budgets, bids, skills, URLs, and descriptions for lead generation.

## Input

```json
{
  "keywords": [
    "python"
  ],
  "startUrls": [],
  "maxItems": 50,
  "includeDetails": false,
  "maxPagesPerSearch": 3
}
```

## Output

```json
{
  "title": {
    "label": "Project title"
  },
  "url": {
    "label": "Project URL",
    "format": "link"
  },
  "budget": {
    "label": "Budget / avg bid"
  },
  "bidsCount": {
    "label": "Bids"
  },
  "skills": {
    "label": "Skills"
  },
  "postedOrRemainingTime": {
    "label": "Posted / remaining"
  },
  "employerVerifiedPayment": {
    "label": "Payment verified"
  },
  "sourceSearchUrl": {
    "label": "Source search",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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