# Freshersworld IT Job Listings Extractor

**Use case:** 

Compile key data on IT job openings for freshers, including titles, companies, and salary ranges, from Freshersworld's extensive listings.

## Input

```json
{
  "startUrl": "https://www.freshersworld.com/jobs/category/it-software-job-vacancies",
  "keyword": "software",
  "location": "",
  "results_wanted": 100,
  "max_pages": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary/CTC",
    "format": "text"
  },
  "experience": {
    "label": "Experience",
    "format": "text"
  },
  "qualification": {
    "label": "Qualification",
    "format": "text"
  },
  "job_type": {
    "label": "Job Type",
    "format": "text"
  },
  "skills": {
    "label": "Skills Required",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "date_posted": {
    "label": "Posted Date",
    "format": "text"
  },
  "valid_through": {
    "label": "Deadline",
    "format": "text"
  },
  "description_text": {
    "label": "Description",
    "format": "text"
  },
  "apply_link": {
    "label": "Apply Now",
    "format": "link"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  }
}
```

## About this Actor

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