# Scrape Data Entry Freelance Projects

**Use case:** 

Identify a consistent stream of data entry and virtual assistant projects for your team or individual business. This enables efficient lead generation for admin

## Input

```json
{
  "projectUrls": [
    "https://www.freelancer.com/projects/python/cricket-prediction-rewards-bot"
  ],
  "searchQueries": [],
  "categoryUrls": [
    "https://www.freelancer.com/jobs/data-entry/",
    "https://www.freelancer.com/jobs/virtual-assistant/"
  ],
  "userUrls": [],
  "projectType": "any",
  "sortBy": "latest",
  "minBidCount": 0,
  "searchPages": 5,
  "maxItems": 150,
  "useProxy": false,
  "autoEscalateOnBlock": true,
  "proxyConfiguration": {}
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "budget": {
    "label": "Budget"
  },
  "hourlyRate": {
    "label": "Hourly rate"
  },
  "bidCount": {
    "label": "Bid count"
  },
  "daysLeft": {
    "label": "Days left"
  },
  "canonicalUrl": {
    "label": "Canonical url"
  }
}
```

## About this Actor

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