# Freelancer Mobile App Development Projects Scraper

**Use case:** 

Scrape active mobile app development projects from Freelancer.com. Collect budgets, bid counts, skills, and dates for iOS and Android freelance jobs.

## Input

```json
{
  "maxProjects": 10,
  "query": "mobile app development",
  "withEmployer": false
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "budgetMin": {
    "label": "Budget Min",
    "format": "number"
  },
  "budgetMax": {
    "label": "Budget Max",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "bidCount": {
    "label": "Bids",
    "format": "number"
  },
  "avgBid": {
    "label": "Avg Bid",
    "format": "number"
  },
  "skills": {
    "label": "Skills",
    "format": "array"
  },
  "postedAt": {
    "label": "Posted",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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