Dhamma Vipassana Meditation Center Directory Scraper avatar

Dhamma Vipassana Meditation Center Directory Scraper

Pricing

Pay per event

Go to Apify Store
Dhamma Vipassana Meditation Center Directory Scraper

Dhamma Vipassana Meditation Center Directory Scraper

Scrapes the complete Dhamma.org global Vipassana meditation center directory — ~200 centers worldwide. Returns center name, subdomain, country, state/region, city, type (center vs non-center), lat/lng, course schedule URL, website URL, and active/development status. LATAM coverage included.

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

3 days ago

Last modified

Categories

Share

Scrapes the complete Dhamma.org global Vipassana meditation center directory — the official source for all Goenka-tradition centers worldwide.

Returns one structured record per location: official Dhamma name, subdomain slug, country, state/region, city, geographic coordinates, course schedule URL, center website, center type, and active status. Covers all ~400 locations across 102 countries.

What you get

FieldDescription
center_codeUnique numeric ID from dhamma.org
center_nameOfficial Dhamma center name (e.g. "Dhamma Siri")
subdomainCenter subdomain slug (e.g. siri for siri.dhamma.org)
countryFull country name
country_codeISO 3166-1 alpha-2 code
state_or_regionState or administrative region
cityCity
center_typecenter (established) or noncenter (itinerant / no fixed venue)
latitude / longitudeGeographic coordinates
languagesLanguages offered (when listed)
course_schedule_urlLink to course schedule on dhamma.org
contact_urlContact page on dhamma.org
center_homepage_urlCenter's own website (e.g. http://siri.dhamma.org)
is_activetrue if courses are currently scheduled
flag_classCSS flag class (e.g. flag-us)
scraped_atISO 8601 scrape timestamp

Use cases

  • Retreat finder apps — build location-aware search over ~400 Vipassana venues
  • Travel & wellness platforms — match traveler itineraries with nearby Vipassana opportunities
  • LATAM coverage — all 25+ centers across Argentina, Bolivia, Brazil, Chile, Colombia, Costa Rica, Ecuador, Mexico, Peru, Uruguay, Venezuela
  • Research — track the global growth of the Goenka network over time

Input

FieldTypeDefaultDescription
maxItemsinteger10Max records to return. Set to 0 or omit for all centers.

Example output

{
"center_code": "1309",
"center_name": "Dhamma Pataka",
"subdomain": "pataka",
"country": "South Africa",
"country_code": "ZA",
"state_or_region": "Western Cape",
"city": "Worcester",
"center_type": "center",
"latitude": -33.645,
"longitude": 19.4411,
"languages": "",
"course_schedule_url": "https://www.dhamma.org/en/schedules/schpataka",
"contact_url": "https://www.dhamma.org/en-US/locations/contact/pataka",
"center_homepage_url": "http://pataka.dhamma.org",
"is_active": true,
"is_under_development": false,
"flag_class": "flag-za",
"scraped_at": "2026-05-31T15:00:00.000Z"
}

Notes

  • ~400 locations — includes both established meditation centers (center) and itinerant non-center locations (noncenter) where courses are held periodically.
  • Coordinates — lat/lng sourced from the dhamma.org interactive map page and merged by subdomain key. All locations have coordinates.
  • is_activetrue when a course schedule link is available on dhamma.org; false for locations without an active schedule (temporary closures, newly established sites, historical listings).
  • No authentication required — dhamma.org is public and server-rendered. No proxy needed.