# Freelancer.com Web Scraping Jobs Extractor

**Use case:** 

Extract Freelancer.com web scraping jobs with titles, budgets, skills, bids, payment flags, and URLs for agency sales teams.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.freelancer.com/jobs/web-scraping/"
    }
  ],
  "searchQueries": [
    "python",
    "web scraping"
  ],
  "maxItems": 100,
  "maxPagesPerSource": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "Project URL",
    "format": "link"
  },
  "budgetText": {
    "label": "Budget / avg bid"
  },
  "bidCount": {
    "label": "Bids"
  },
  "timeLeft": {
    "label": "Time left"
  },
  "skills": {
    "label": "Skills"
  },
  "paymentVerified": {
    "label": "Payment verified"
  },
  "description": {
    "label": "Description"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "sourceQuery": {
    "label": "Source query"
  },
  "pageNumber": {
    "label": "Page"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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