BookRetreats LATAM Yoga & Meditation Retreat Scraper avatar

BookRetreats LATAM Yoga & Meditation Retreat Scraper

Pricing

Pay per event

Go to Apify Store
BookRetreats LATAM Yoga & Meditation Retreat Scraper

BookRetreats LATAM Yoga & Meditation Retreat Scraper

Scrapes yoga, meditation, and ayahuasca retreat listings from BookRetreats.com for LATAM countries. Covers Mexico, Brazil, Peru, Costa Rica, Guatemala, Colombia, Nicaragua, Ecuador, Argentina, and Chile. Returns retreat name, center, location, price, rating, room options, and full description.

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

4 days ago

Last modified

Categories

Share

Scrape yoga, meditation, and ayahuasca retreat listings from BookRetreats.com for Latin American countries. Returns structured data for each retreat: name, retreat center, location (country/region/city), price, rating, room options, and full description.

What you get

Each scraped record contains:

FieldDescription
retreat_idUnique slug identifier extracted from the retreat URL
titleFull retreat title (e.g. "7 Day Yoga Retreat in Tulum, Mexico")
retreat_centerName of the retreat center or organizer
retreat_center_urlLink to the retreat center's BookRetreats profile
countryCountry where the retreat is held
regionRegion or state within the country
cityCity or locality
stylesRetreat style tags as a JSON array (e.g. ["Yoga"])
nightsDuration in nights (derived from title day count)
price_from_usdMinimum offer price (currency reflects server locale; USD on US IPs)
room_optionsAvailable room/accommodation option names as a JSON array
ratingAggregate review rating (0–5 scale)
reviews_countTotal number of reviews
descriptionFull retreat description text
listing_image_urlPrimary retreat photo URL
listing_urlDirect URL to the retreat page on BookRetreats.com
scraped_atISO timestamp of when the record was scraped

Supported countries

Mexico, Brazil, Peru, Costa Rica, Guatemala, Colombia, Nicaragua, Ecuador, Argentina, Chile.

Supported retreat styles

  • yoga-retreats — Yoga retreats
  • meditation-retreats — Meditation retreats
  • ayahuasca-retreats — Ayahuasca retreats

Additional styles accepted: wellness-retreats, ttc (teacher training), other-retreats.

Input

ParameterTypeDefaultDescription
maxItemsinteger10Maximum number of retreat records to return
stylesarrayall 3 stylesRetreat style slugs to scrape
countriesarrayall 10 countriesLATAM country slugs to filter by

Example input (scrape top 50 yoga retreats from Mexico and Peru):

{
"maxItems": 50,
"styles": ["yoga-retreats"],
"countries": ["mexico", "peru"]
}

How it works

  1. Generates listing URLs for each style × country combination (/s/yoga-retreats?country=mexico)
  2. Paginates through listing pages collecting retreat detail URLs from JSON-LD metadata
  3. Crawls each retreat detail page and extracts structured data from the Product JSON-LD block
  4. Stops when maxItems records are collected or all pages are exhausted

Notes on pricing

The price_from_usd field reflects the minimum available room price in the currency served by the site. On Apify's cloud infrastructure (US IPs), this is typically USD. The field name is a best-effort label — verify currency if precision is required.

Use cases

  • Research LATAM retreat markets and pricing
  • Build retreat recommendation tools
  • Track retreat availability and pricing trends
  • Complement data from retreat.guru LATAM (different inventory — premium paid listings vs. free organic listings)