VOOZH about

URL: https://apify.com/lulzasaur/greatschools-scraper/api

⇱ GreatSchools Scraper - School Ratings & Test Scores API Β· Apify


πŸ‘ GreatSchools Scraper - School Ratings & Data avatar

GreatSchools Scraper - School Ratings & Data

Pricing

from $10.00 / 1,000 results

Go to Apify Store

GreatSchools Scraper - School Ratings & Data

Scrape school ratings, test scores, and demographics from GreatSchools.org. Extract school names, 1-10 ratings, student counts, grade levels, and reviews for any US city. Ideal for education research and real estate analysis.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

13

Total users

3

Monthly active users

22 days ago

Last modified

Categories

Share

You might also like

Greatschools Scraper

parseforge/greatschools-scraper

Get complete school information, ratings, reviews, demographics, and academic performance data from the official GreatSchools.org database. Perfect for parents, educators, researchers, and real estate professionals who need accurate, up-to-date school intelligence without manual work.

60

5.0

StyleSeat + Booksy Beauty Pro Scraper

jungle_synthesizer/styleseat-booksy-beauty-aggregator-scraper

Scrape beauty professional profiles from StyleSeat and Booksy in one unified schema: business name, location, phone, services with prices, ratings, and social handles. Built for B2B prospecting β€” payment processors, salon SaaS, and beauty wholesalers.

πŸ‘ User avatar

BowTiedRaccoon

8

Booksy Leads Scraper

kinaesthetic_millionaire/booksy-leads-scraper

Booksy Leads Scraper extracts business profiles from Booksy including names, addresses, phone numbers, emails, social media, and ratings. Perfect for lead generation in beauty/wellness industries.

77

2.5

Booksy Business Scraper

parseforge/booksy-scraper

Scrape beauty and wellness providers from Booksy. Get salon names, ratings, reviews, services with prices, hours, contact info, amenities, and location data. Search by service type and city with detail enrichment.

Treatwell Search Scraper πŸ’‡β€β™€οΈ

easyapi/treatwell-search-scraper

Scrape detailed salon and treatment data from Treatwell.co.uk. Extract business information, services, prices, ratings, and more. Perfect for market research and competitor analysis in the beauty industry.

K12 Schools Email Scraper

contacts-api/k12-schools-email-scraper

K12 schools email scraper to collect verified emails from primary and secondary schools, districts, and education directories πŸ“§πŸ« Ideal for outreach, partnerships, and education sector lead generation.

24

2.0

GreatSchools Schools Scraper - Low-costπŸ’²πŸ”₯πŸŽ“πŸ«

delectable_incubator/greatschools-schools-scraper-low-cost

Scrape GreatSchools school listings πŸŽ“πŸ« with a powerful education data scraper. Extract school IDs, school names, ratings, parent review counts, addresses, school types, and profile URLs from city, state or search pages. Ideal for education research, school comparisons & K–12 market intelligence πŸ“Š

Salon & Spa Lead Finder - Vagaro, Boulevard, Booksy, Fresha

seibs.co/salon-spa-lead-finder

Enriched Google Maps leads for US independent hair salons, barbershops, nail salons, day spas, med spas, and lash/brow studios. Detects booking/POS (Vagaro, Boulevard, Booksy, Fresha, GlossGenius, Phorest, Mindbody, Square). Major franchises pre-blocked.

You can access the GreatSchools Scraper - School Ratings & Data programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "searchQueries": [
< "Los Angeles, CA"
< ]
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/lulzasaur~greatschools-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

GreatSchools Scraper - School Ratings & Test Scores API

Below, you can find a list of relevant HTTP API endpoints for calling the GreatSchools Scraper - School Ratings & Data Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/lulzasaur~greatschools-scraper/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/lulzasaur~greatschools-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/lulzasaur~greatschools-scraper?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the GreatSchools Scraper - School Ratings & Data API programmatically via the Apify API.

You can choose from:

GreatSchools Scraper - School Ratings & Data API in Python

GreatSchools Scraper - School Ratings & Data API in JavaScript

GreatSchools Scraper - School Ratings & Data API through CLI

GreatSchools Scraper - School Ratings & Data OpenAPI definition

You can start GreatSchools Scraper - School Ratings & Data with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The GreatSchools Scraper - School Ratings & Data is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the GreatSchools Scraper - School Ratings & Data run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.