VOOZH about

URL: https://apify.com/jungle_synthesizer/italki-teacher-tutor-directory-scraper

⇱ italki Teacher & Tutor Directory Scraper Β· Apify


πŸ‘ italki Teacher & Tutor Directory Scraper avatar

italki Teacher & Tutor Directory Scraper

Pricing

Pay per event

Go to Apify Store

italki Teacher & Tutor Directory Scraper

Scrapes the italki language-teacher marketplace directory. Extracts teacher profiles including pricing, ratings, lesson counts, teaching languages, and spoken languages from the italki SSR pages. Supports filtering by language and limiting result count.

Pricing

Pay per event

Rating

0.0

(0)

Developer

πŸ‘ BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

24 days ago

Last modified

Share

Scrape the complete italki language-teacher marketplace β€” extract teacher profiles including pricing, ratings, lesson history, teaching languages, and spoken languages across 150+ languages.

What it does

italki is the world's largest online language-tutor marketplace. This actor fetches teacher directory pages at https://www.italki.com/en/teachers/<language>, extracts the full server-side rendered profile data embedded in each page's __NEXT_DATA__ JSON blob, and saves structured records to a dataset.

No JavaScript rendering required β€” italki embeds complete teacher data in the HTML response, so every fetch is a lightweight HTTP request.

Output fields

FieldTypeDescription
teacher_idintegerUnique italki user ID
nicknamestringTeacher display name
native_languagestringTeacher's native language (e.g. english, chinese)
countrystringOrigin country ISO code (e.g. AU, US, CN)
teaching_languagesstringComma-separated languages taught
languages_spokenstringComma-separated additional spoken languages
session_price_usdnumberPer-session price in USD
trial_price_usdnumberTrial lesson price in USD (null if no trial)
avg_ratingnumberOverall rating (0.0–5.0)
lesson_countintegerTotal lessons completed
student_countintegerTotal students
profile_urlstringDirect URL to the teacher's italki profile
intro_video_urlstringYouTube embed URL for the teacher's introduction video
tagsstringComma-separated specialty tags

Input

ParameterTypeDefaultDescription
languagestringenglishLanguage to scrape teachers for (e.g. english, spanish, japanese). Leave empty to scrape all 341 available languages.
maxItemsintegerβ€”Maximum number of teacher records to return.

Example: scrape English teachers

{
"language":"english",
"maxItems":500
}

Example: scrape all languages

Leave language empty to discover all 341 available languages from the italki directory and paginate through each one. The actor deduplicates teachers who teach multiple languages.

{
"maxItems":10000
}

Use cases

  • Lead generation β€” build outreach lists of qualified language tutors
  • Competitive pricing analysis β€” track session and trial prices across languages and countries
  • Market research β€” analyze teacher supply by language, country, and rating tier
  • Content aggregation β€” monitor teaching language availability and tutor profiles

Notes

  • Prices are shown in USD (italki stores them in cents internally; this actor converts automatically)
  • Teachers who teach multiple languages appear once per language page; the actor deduplicates by teacher_id within a single run
  • The italki directory is server-side rendered β€” no browser or JavaScript execution required
  • Datacenter proxies are sufficient; no Cloudflare or bot protection detected on directory pages

You might also like

italki Tutor Profiles & Languages Scraper

crawlerbros/italki-scraper

Scrape italki teacher profiles with search professional teachers and community tutors by language, price, rating, and lesson count. Get name, country, teacher type, hourly rate, lessons count, students count, rating, reviews, bio, avatar, and more.

FineYoga Registered Teacher Directory

jungle_synthesizer/fineyoga-fanyin-yoga-studio-teacher-class-scraper

Scrape the FineYoga (Fanyin ζ’΅ιŸ³η‘œδΌ½) registered teacher directory β€” China's largest premium yoga chain. Returns teacher names, workplaces, yoga specialties, and registration tier for every certified coach in the public registry.

πŸ‘ User avatar

BowTiedRaccoon

2

BWY British Wheel of Yoga - Teacher & Class Directory Scraper

jungle_synthesizer/bwy-british-wheel-of-yoga-teacher-class-directory-scraper

Scrapes the British Wheel of Yoga portal for accredited UK yoga teacher and class data. Returns unique teacher profiles deduplicated by teacher ID, with location, contact details, yoga styles, and class listings across the UK.

πŸ‘ User avatar

BowTiedRaccoon

2

Preply Tutor Directory Scraper

jungle_synthesizer/preply-tutor-directory-scraper

Scrape the Preply tutor directory for language and subject tutors. Extracts name, subjects, native language, country of birth, hourly rate (USD), trial lesson price, rating, review count, lesson count, languages spoken, profile URL, and badges.

πŸ‘ User avatar

BowTiedRaccoon

2

K-12 Public School Directory Scraper

jungle_synthesizer/k12-school-staff-directory-scraper

Scrape the NCES public-school directory for every U.S. K-12 school. Returns NCES IDs, addresses, phones, websites, district linkage, enrollment, teacher FTE, student/teacher ratio, free-lunch counts, and demographics. Filter by state and grade level.

πŸ‘ User avatar

BowTiedRaccoon

8

Skillshare Scraper | All In One

fatihtahta/skillshare-scraper

Scrape Skillshare into clean class and instructor data. Pull titles, ratings, student counts, duration, level, language, topics, popularity ratings and full teacher profiles. Great for course research, catalog building, trend tracking and instructor outreach

Dharma Seed Teacher & Talk Archive Scraper

jungle_synthesizer/dharmaseed-dharma-talk-meditation-teacher-archive-scraper

Scrape the Dharma Seed archive of 600+ Western Insight/Vipassana meditation teachers and 30,000+ CC-licensed dharma talks. Returns teacher profiles with embedded talk metadata including audio URLs.

πŸ‘ User avatar

BowTiedRaccoon

2

Preply Tutor Profiles Scraper

crawlerbros/preply-scraper

Scrape Preply tutor profiles, search tutors by language, subject, price, and rating. Get name, country, hourly rate, rating, reviews, lessons count, bio, avatar, and more. Supports bulk tutor lookups by URL or ID.

Code Language Detector β€” Identify Any Programming Language

maged120/programming-language-detector

Paste any code snippet and instantly identify its programming language. Returns the detected language with a confidence score β€” supports 50+ languages.