SchoolScout API
Education data intelligence for K-12 market research
Welcome to the SchoolScout API
SchoolScout provides programmatic access to K-12 education data, including school districts, schools, contacts, vendor intelligence, buying signals, and more.
What you can do
- Search & filter across 14,000+ school districts and 100,000+ schools
- Access intelligence including vendor stacks, buying signals, pain points, and RFPs
- Manage contacts with enrichment, qualification scoring, and email generation
- Build pipelines with custom lists and credit-based unlocking
- Automate analysis by triggering website crawl and extraction pipelines
Authentication
All API endpoints require authentication.
For external integrations, use an API key from Settings > API Keys. Send it as:
Authorization: Bearer sk_live_...
See the Authentication guide for details.
Quick start
# Get your districts
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://schoolscout.ai/api/v1/districts?limit=10API Reference
Scroll down in the sidebar to the Reference section for detailed endpoint documentation with request/response schemas, code samples, and an interactive playground.