Wyzant Tutors Scraper avatar

Wyzant Tutors Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Wyzant Tutors Scraper

Wyzant Tutors Scraper

Scrape tutor profiles from Wyzant.com with the largest US tutoring marketplace. Search tutors by subject or keyword, browse subject pages, or fetch individual tutor profiles. Returns name, subjects, hourly rate, rating, reviews, education, bio, and more.

Pricing

from $3.00 / 1,000 results

Rating

5.0

(4)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

3

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Extract tutor profiles from Wyzant.com — the largest US online tutoring marketplace with 80,000+ tutors across all subjects. Collect tutor names, subjects, hourly rates, ratings, reviews, education backgrounds, bios, and more.

What You Can Scrape

  • Search tutors by subject or keyword (math, calculus, SAT prep, Python, etc.)
  • Browse by subject — all tutors for a given subject category
  • Individual tutor profiles — full details for specific tutors
  • Filter by hourly rate, star rating, online availability, and location

Output Data

Each record includes:

FieldDescription
nameTutor's display name
urlWyzant profile URL
tutorIdWyzant username
subjectsArray of subjects taught
hourlyRateHourly rate in USD
ratingAverage star rating (0–5)
reviewCountNumber of student reviews
numStudentsTotal number of students tutored
numHoursTotal tutoring hours completed
responseTimeTypical response time
backgroundCheckedtrue if background check verified
educationArray of {degree, subject, institution} objects
bioTutor biography/description
locationCity/state
onlineTutoringtrue if available online
photoUrlProfile photo URL
scrapedAtISO 8601 timestamp

Input Options

Mode

ModeDescription
searchSearch tutors by keyword or subject (default)
bySubjectBrowse all tutors for a subject category
tutorProfileFetch a single tutor's full profile
byUrlScrape individual tutor URL(s)

Filters

  • Online only: filter to tutors offering online sessions (default: true)
  • Min/max hourly rate: filter by USD rate range
  • Min rating: filter to tutors with rating ≥ threshold
  • ZIP code: find nearby in-person tutors

Example Inputs

Search for math tutors online:

{
"mode": "search",
"searchQuery": "calculus",
"onlineOnly": true,
"maxItems": 20
}

Browse all Python tutors:

{
"mode": "bySubject",
"subject": "python",
"maxItems": 50
}

Get a single tutor profile:

{
"mode": "tutorProfile",
"tutorUsername": "john_s"
}

Filter by rate range:

{
"mode": "search",
"searchQuery": "SAT prep",
"minRate": 50,
"maxRate": 100,
"onlineOnly": true,
"maxItems": 30
}

Scrape specific tutor pages:

{
"mode": "byUrl",
"startUrls": [
{"url": "https://www.wyzant.com/tutors/jane_d"}
]
}

Use Cases

  • EdTech platforms — build tutor comparison databases
  • Academic lead generation — find qualified tutors by subject and location
  • Market research — analyze tutoring rate benchmarks by subject
  • Student tools — match students with tutors based on budget and subject
  • Competitive analysis — track tutor availability and pricing trends

FAQ

Does this require login or cookies? No. Wyzant tutor profiles and search results are publicly accessible without authentication.

What subjects are supported? All Wyzant subjects are supported via free-text search. Common subjects available as dropdown options include Math, Science, English, History, Foreign Languages, Computer Science, Music, and test prep (SAT/ACT/GRE).

How accurate are hourly rates? Rates are scraped directly from each tutor's public profile page and reflect their listed rate at the time of scraping.

Can I find in-person tutors? Yes — provide a zipCode and set onlineOnly: false to find local in-person tutors.

Are Wyzant profiles updated frequently? Wyzant profiles are updated by tutors themselves. This scraper retrieves the current live data.

How many tutors does Wyzant have? Wyzant has 80,000+ tutors across hundreds of subjects throughout the United States.