# Freelancer Data Entry Job Monitor

**Use case:** 

Monitor Freelancer data entry and virtual assistant projects with budgets, bids, URLs, and skill tags.

## Input

```json
{
  "keywords": [
    "data-entry",
    "virtual-assistant"
  ],
  "startUrls": [],
  "maxItems": 150,
  "includeDetails": true,
  "maxPagesPerSearch": 5
}
```

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