# EdJoin Scraper - Education Jobs, Districts & School Hiring

**Use case:** 

Scrape EasyAuto123 vehicle listings with prices, VIN, odometer, make, model, year, specs, images, dealer locations, and optional detail fields.

## Input

```json
{
  "mode": "search",
  "keywords": "teacher",
  "onlineApplicationOnly": false,
  "postedWithinDays": 0,
  "sortBy": "newest",
  "urls": [
    "https://www.edjoin.org/Home/Jobs?keywords=teacher&location=&searchType=all"
  ],
  "fetchDetails": true,
  "maxListings": 60,
  "maxPages": 500,
  "proxy": {
    "useApifyProxy": true
  },
  "maxResidentialRequests": 0,
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "id": {
    "label": "ID"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title"
  },
  "jobType": {
    "label": "Job type"
  },
  "jobTypeId": {
    "label": "Type ID"
  },
  "categoryName": {
    "label": "Category"
  },
  "districtName": {
    "label": "District"
  },
  "city": {
    "label": "City"
  },
  "countyName": {
    "label": "County"
  },
  "stateName": {
    "label": "State"
  },
  "location": {
    "label": "Location"
  },
  "salaryDisplay": {
    "label": "Salary"
  },
  "salaryInfo": {
    "label": "Add'l salary info"
  },
  "payRangeFrom": {
    "label": "Pay from"
  },
  "payRangeTo": {
    "label": "Pay to"
  },
  "payRangeUnit": {
    "label": "Pay unit"
  },
  "employmentType": {
    "label": "Employment"
  },
  "numberOpenings": {
    "label": "Openings"
  },
  "onlineApp": {
    "label": "Online app"
  },
  "datePosted": {
    "label": "Posted"
  },
  "applicationDeadline": {
    "label": "Deadline"
  },
  "workYearLength": {
    "label": "Work year"
  },
  "contactName": {
    "label": "Contact"
  },
  "contactEmail": {
    "label": "Contact email"
  },
  "streetAddress": {
    "label": "Address"
  },
  "postalCode": {
    "label": "ZIP"
  },
  "employerUrl": {
    "label": "Employer URL",
    "format": "link"
  },
  "employerLogo": {
    "label": "Logo",
    "format": "link"
  },
  "offsiteUrl": {
    "label": "Apply URL",
    "format": "link"
  },
  "searchQuery": {
    "label": "Search"
  },
  "scrapedAt": {
    "label": "Scraped"
  }
}
```

## About this Actor

This example demonstrates how to use [EdJoin $1💰 Education Jobs, Districts & School Hiring](https://apify.com/abotapi/edjoin-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/edjoin-scraper) to learn more, explore other use cases, and run it yourself.