
Zillow School Scraper
Pricing
$20.00/month + usage
Go to Store

Zillow School Scraper
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.
0.0 (0)
Pricing
$20.00/month + usage
2
Total users
3
Monthly users
2
Runs succeeded
>99%
Last modified
6 days ago
This Apify actor scrapes school data from Zillow's mobile API within specified geographic boundaries.
Input Parameters
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 |
Output Format
The actor outputs school data in JSON format with the following fields:
- School name
- Address
- Rating (1-10)
- School type (public/private/charter)
- School level (elementary/middle/high)
- Geographic coordinates
- Additional school details
Example Usage
{"eastLongitude": -73.700272,"northLatitude": 40.917577,"southLatitude": 40.477399,"westLongitude": -74.25909,"minimumSchoolRating": 1,"includeSchoolElementaryLevel": true,"includeSchoolMiddleLevel": true,"includeSchoolHighLevel": true,"includeSchoolPrivateType": true,"includeSchoolPublicType": true,"includeSchoolCharterType": true,"showUnratedSchools": true}