Scrapes school data from Zillow's mobile API within specified geographic boundaries. Returns school name, address, rating, type (public/private/charter), level (elementary/middle/high), coordinates and other details. Allows filtering by school rating, level and type.
This Apify actor scrapes school data from Zillow's mobile API within specified geographic boundaries.
The actor accepts the following input parameters:
Parameter | Type | Description | Default |
---|---|---|---|
eastLongitude | number | Eastern boundary longitude | -73.700272 |
northLatitude | number | Northern boundary latitude | 40.917577 |
southLatitude | number | Southern boundary latitude | 40.477399 |
westLongitude | number | Western boundary longitude | -74.25909 |
minimumSchoolRating | number | Minimum rating to filter schools by (1-10) | 1 |
includeSchoolElementaryLevel | boolean | Whether to include elementary schools | true |
includeSchoolMiddleLevel | boolean | Whether to include middle schools | true |
includeSchoolHighLevel | boolean | Whether to include high schools | true |
includeSchoolPrivateType | boolean | Whether to include private schools | true |
includeSchoolPublicType | boolean | Whether to include public schools | true |
includeSchoolCharterType | boolean | Whether to include charter schools | true |
showUnratedSchools | boolean | Whether to include unrated schools | true |
The actor outputs school data in JSON format with the following fields:
1{ 2 "eastLongitude": -73.700272, 3 "northLatitude": 40.917577, 4 "southLatitude": 40.477399, 5 "westLongitude": -74.25909, 6 "minimumSchoolRating": 1, 7 "includeSchoolElementaryLevel": true, 8 "includeSchoolMiddleLevel": true, 9 "includeSchoolHighLevel": true, 10 "includeSchoolPrivateType": true, 11 "includeSchoolPublicType": true, 12 "includeSchoolCharterType": true, 13 "showUnratedSchools": true 14}
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!