Wyzant: Search Tutors
Wyzant via Parse · education
Full-text search over Wyzant's tutor directory by subject keyword. Supports filters for rate range, online/in-person availability, instant booking, and background checks. Paginates via page_number (0-indexed). Each result is a TutorSummary with enough data for comparison; drill into get_tutor_profile for the full bio and weekly availability. Search for tutors, get tutor profiles, reviews, answers, and browse subjects on Wyzant.com Fulfilled by Parse from wyzant.com.
- education
- marketplace
- parse
- platform-key
- reviews-ratings
- wyzant
- wyzant-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- education
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/c6776c1c-baa9-4a4b-be64-2f59d9e9a959/search_tutors
- Interface artifact
- sha256:f5661fbf9609a18d3f50580a98647e810e57f2d29ebe5c65bce32ea30b3d7cf1
- Manifest digest
- sha256:ecc3a930b42cc8f58c3db2c7d35e8a724fcbabbeeb531d6c5f0b893fcff2d3f7
Request fields
- sort (integer): Sort order for results.: Allowed values: 1, 2, 3
- keyword (string, required): Subject or keyword to search for tutors (e.g. 'math', 'chemistry', 'SAT').
- max_rate (integer): Maximum hourly rate filter in USD.
- min_rate (integer): Minimum hourly rate filter in USD.
- in_person (boolean): Filter for in-person tutors.
- is_online (boolean): Filter for online tutors.
- page_size (integer): Number of results per page.
- time_zone (string): IANA time zone name for availability calculations.
- page_number (integer): Page number (0-indexed).
- instant_book (boolean): Filter for instant-bookable tutors.
- background_check (boolean): Filter for background-checked tutors.
Example queries
- {"sort":"1","keyword":"math","max_rate":"200","min_rate":"20","in_person":"true","is_online":"true","page_size":"10","time_zone":"America/New_York","page_number":"0","instant_book":"true","background_check":"true"}