Apify Edjoin Scraper avatar

Apify Edjoin Scraper

Try for free

2 hours trial then $10.00/month - No credit card required now

View all Actors
Apify Edjoin Scraper

Apify Edjoin Scraper

memo23/apify-edjoin-scraper
Try for free

2 hours trial then $10.00/month - No credit card required now

Empower your recruitment process with data-driven insights. Our Edjoin Scraper transforms scattered job listings into a comprehensive talent acquisition strategy for schools and districts.

Unlock the power of educational job listings with our comprehensive Edjoin Scraper. Extract detailed job information from Edjoin.org to streamline your job search or recruitment process in the education sector.

Overview

This Apify actor allows you to scrape detailed job listings from Edjoin.org, including job titles, locations, salary information, and application details. It's perfect for job seekers, educational recruiters, and researchers looking to gather insights from the educational job market.

Features

  • Detailed Job Listings: Extract comprehensive information about each job posting.
  • Customizable Search: Use Edjoin's search parameters to target specific job types, locations, or keywords.
  • Pagination Handling: Automatically navigate through multiple pages of search results.
  • Concurrent Scraping: Efficiently scrape multiple listings with adjustable concurrency.
  • Proxy Support: Built-in proxy configuration to enhance scraping reliability and avoid blocks.

How to Use

  1. Set Up: Ensure you have an Apify account and access to the Apify platform.
  2. Configure Input: Set the Edjoin search URL with your desired parameters (see Input Configuration section).
  3. Adjust Settings: Configure options like maximum items, concurrency, and proxy settings as needed.
  4. Run the Scraper: Execute the scraper on the Apify platform.
  5. Data Collection: The scraper will output detailed data about the job listings matching your search criteria.

Input Configuration

Here's an example of how to set up the input for the Apify Edjoin Scraper:

1{
2    "startUrls": [
3        {
4            "url": "https://www.edjoin.org/Home/Jobs?rows=50&page=1&sort=postingDate&sortVal=0&order=DESC&keywords=program&location=california&searchType=&regions=&jobTypes=&days=0&empType=&catID=0&onlineApps=null&recruitmentCenterID=0&stateID=0&regionID=null&districtID=0&searchID=0"
5        }
6    ],
7    "maxItems": 50,
8    "maxConcurrency": 100,
9    "minConcurrency": 1,
10    "maxRequestRetries": 20
11}

Input Fields Explanation

  • startUrls: Array containing the Edjoin search URL with your desired parameters.
  • maxItems: Maximum number of job listings to scrape (default: 50).
  • maxConcurrency: Maximum number of pages processed simultaneously (default: 100).
  • minConcurrency: Minimum number of pages processed simultaneously (default: 1).
  • maxRequestRetries: Number of retries for failed requests (default: 20).

Output Structure

The output data includes detailed information about each job listing. Here's a sample of the structure:

1{
2    "title": "Program Specialist - Speech and Language Support and Compliance - Available this school year",
3    "district": "Pleasant Valley School District ",
4    "city": "Camarillo",
5    "county": "Ventura",
6    "state": "California",
7    "location": "Ventura County, CA",
8    "date": "/Date(1728000000000)/",
9    "url": "https://www.edjoin.org/Home/JobPosting/2005234",
10    "Application Deadline": "10/24/2024 5:00 PM Pacific",
11    "Date Posted": "10/4/2024",
12    "Contact": "Renita Lauderdale 805-389-2100 1301",
13    "Number of Openings": "1",
14    "Salary": "",
15    "Add'l Salary Info": "$108,883 - $124,560 plus a $500 Master stipend and/or $1000 Doctorate Stipend",
16    "Length of Work Year": "199 Days",
17    "Employment Type": "Full Time",
18    "contact": "Renita Lauderdale",
19    "contactEmail": "rlauderdale@pleasantvalleysd.org",
20    "offsiteUrl": "https://"
21}

Output Fields Explanation

  • title: Full title of the job posting.
  • district: School district offering the position.
  • city, county, state: Location details of the job.
  • location: Formatted location string.
  • date: Posting date in Unix timestamp format.
  • url: Direct link to the job posting on Edjoin.
  • Application Deadline: Deadline for submitting applications.
  • Date Posted: Date when the job was posted.
  • Contact: Contact information for inquiries.
  • Number of Openings: Number of available positions.
  • Salary: Base salary information (if provided).
  • Add'l Salary Info: Additional salary details or benefits.
  • Length of Work Year: Duration of the work year.
  • Employment Type: Full-time, part-time, etc.
  • contact: Name of the contact person.
  • contactEmail: Email address for the contact person.
  • offsiteUrl: External application URL (if applicable).

Explore More Scrapers

If you found this Edjoin Scraper useful, be sure to check out our other powerful scrapers and actors at memo23's Apify profile. We offer a wide range of tools to enhance your web scraping and automation needs across various platforms and use cases.

Support

Additional Services

Developer
Maintained by Community
Actor metrics
  • 1 monthly user
  • 0 stars
  • 100.0% runs succeeded
  • Created in May 2024
  • Modified 13 days ago