# Job Market Trends Melbourne Gumtree

**Use case:** 

Gather job postings from Gumtree Australia in key industries within Melbourne to analyze skills in demand and salary ranges. This data supports recruitment agen

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.gumtree.com.au/s-jobs/melbourne/c9302l3001309"
    },
    {
      "url": "https://www.gumtree.com.au/s-it-telecoms-jobs/melbourne/c9302l3001309r50"
    }
  ],
  "maxItems": 120,
  "includeListingDetails": true,
  "cookies": [],
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "string"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "sellerType": {
    "label": "Seller",
    "format": "string"
  },
  "postedDate": {
    "label": "Posted",
    "format": "string"
  },
  "link": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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