FineYoga Registered Teacher Directory avatar

FineYoga Registered Teacher Directory

Pricing

Pay per event

Go to Apify Store
FineYoga Registered Teacher Directory

FineYoga Registered Teacher Directory

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.

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

2 days ago

Last modified

Categories

Share

Scrapes the FineYoga (梵音瑜伽) registered teacher directory — China's largest premium yoga chain. Returns teacher names, workplaces, yoga specialties, and registration tier for every certified coach published in the public registry.

What You Get

FineYoga is one of China's two largest premium yoga networks, with 50+ studios and 1,500+ certified teachers across Beijing, Shanghai, Shenzhen, Guangzhou, Chengdu, and other major cities. They publish a registered teacher directory at /teacherlist. This actor reads it.

Each record contains what a B2B buyer actually needs: teacher identity, affiliation, and which yoga styles they're certified in.

Output Schema

FieldTypeDescription
record_typeStringAlways teacher
teacher_nameStringTeacher name in Chinese characters
workplaceStringStudio or organization affiliation (null if not listed)
specialtiesString[]Yoga specialties, e.g. ["哈他瑜伽", "流瑜伽", "空中瑜伽"]
registration_tierStringregistered (注册教练)
source_urlStringSource page URL
scraped_atStringISO 8601 timestamp

Sample Record

{
"record_type": "teacher",
"teacher_name": "邹立影",
"workplace": "FineYoga(梵音瑜伽)",
"specialties": ["哈他", "流瑜伽", "空中瑜伽"],
"registration_tier": "registered",
"source_url": "https://www.fineyoga.com/teacherlist",
"scraped_at": "2026-05-31T16:03:32.972Z"
}

Input Options

ParameterTypeDefaultDescription
maxItemsInteger30Maximum teacher records to return

Technical Notes

The FineYoga site uses Nuxt 2 SSR. The /teacherlist page server-renders the registered teacher directory into the initial HTML — no JavaScript execution required. The actor uses Cheerio to parse the SSR-rendered teacher cards directly.

Scope: The SSR HTML contains 30 teacher records per load. The full directory has 4,200+ teachers across 141 pagination pages, but those pages are loaded client-side and are not accessible via HTTP-only scraping. A future render-crawler variant would unlock the full dataset.

Language: All name, workplace, and specialty fields are in Simplified Chinese. Callers should handle Chinese text encoding (UTF-8) in downstream processing.

No proxy required. The site returns clean 200 responses from any egress IP.

Who Uses This

  • Wellness apparel brands mapping Chinese yoga teacher networks (Lululemon China, athleisure B2B)
  • Yoga teacher training (YTT) certification aggregators building teacher registries
  • B2B recruiters sourcing qualified instructors across Chinese cities
  • Market research firms tracking yoga certification trends in China

Rate Limiting

Conservative concurrency (3 parallel requests). The site shows no active rate limiting, but the actor respects the CDN regardless.