Booksy Business Scraper avatar

Booksy Business Scraper

Pricing

from $4.50 / 1,000 results

Go to Apify Store
Booksy Business Scraper

Booksy Business Scraper

Scrape beauty and wellness providers from Booksy. Get salon names, ratings, reviews, services with prices, hours, contact info, amenities, and location data. Search by service type and city with detail enrichment.

Pricing

from $4.50 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

23

Total users

6

Monthly active users

3 days ago

Last modified

Share

ParseForge Banner

💇 Booksy Business Scraper

🚀 Pull beauty and wellness businesses from Booksy in minutes. Names, addresses, reviews, ratings, services, pricing, hours, contacts. No API key.

🕒 Last updated: 2026-05-09 · 📊 40+ fields per business · 🌍 Worldwide locations · 🚫 No auth required

Pull live business data from Booksy.com, the leading beauty and wellness booking platform. The actor accepts a business-type keyword plus a city, walks the result pages, and returns one structured record per business ready for lead generation, market analysis, beauty-industry research, or local-business intelligence.

Every run fetches data live so you get the current state of Booksy at run time. Records include the business name, address, rating, review count, service list with prices, opening hours, phone, website, social links, photos, and the canonical Booksy URL.

👥 Built for🎯 Primary use cases
Lead-gen and SaaS salesSource local-business prospects for beauty SaaS
Marketing agenciesBuild local-market presence reports
Beauty-industry analystsMap salon density and pricing by city
RecruitersSource stylists and beauty professionals
ResearchersStudy local beauty market dynamics
Marketplace operatorsBuild supply-side directories

📋 What the Booksy Scraper does

  • 🔍 Keyword + city search. Pass a business type (barber, hair salon, nail salon, spa) plus a city.
  • Ratings and reviews. Average rating and review count from Booksy users.
  • 🛠️ Service catalog. Each business's services with prices and durations.
  • 🕒 Opening hours. Full weekly schedule.
  • 📞 Contact data. Phone, website, and social links where exposed.
  • 📸 Photo galleries. Primary photo plus the full gallery URL list.

The scraper walks Booksy's search results for your keyword + location combination, fetches each business detail page (when includeDetails=true), and pushes structured records to the dataset.

💡 Why it matters: Booksy lists hundreds of thousands of beauty and wellness businesses worldwide but its UI is paginated and lacks bulk export. A live, structured pull beats manual lookup for SaaS sales prospecting, marketing agencies, and industry research.


🎬 Full Demo

🚧 Coming soon: a 3-minute walkthrough showing setup, a live run, and how to pipe results into Salesforce or HubSpot via Apify integrations.


⚙️ Input

FieldTypeNameDescription
searchQuerystringSearch QueryBusiness type (e.g. barber, hair salon, nail salon, spa).
locationstringLocationCity or area (e.g. New York, Los Angeles, Chicago).
maxItemsintegerMax ItemsFree users: limited to 10 items (preview). Paid users: optional, max 1,000,000.
includeDetailsbooleanInclude DetailsWhen true, fetch the full detail page for each business (services, hours, contacts). Default true.

Example 1. Barbers in New York with full detail.

{
"searchQuery": "barber",
"location": "New York",
"includeDetails": true,
"maxItems": 50
}

Example 2. Nail salons in Los Angeles, list-view only.

{
"searchQuery": "nail salon",
"location": "Los Angeles",
"includeDetails": false,
"maxItems": 100
}

⚠️ Good to Know: turning off includeDetails makes runs much faster but skips services, hours, and contact info.


📊 Output

The dataset returns one structured record per business. Each record carries identifiers, name, address, contact info, services with prices, opening hours, social links, photos, and a back-reference URL. Consume the dataset as JSON, CSV, Excel, XML, or RSS via the Apify console or API.

🧾 Schema

FieldTypeExample
🆔 businessIdstringbks-12345
🏢 namestringThe Modern Barber
📍 addressstring123 5th Ave, New York, NY 10003
🏙️ citystringNew York
📍 statestringNY
📮 zipCodestring10003
📞 phonestring+1 212 555 1212
🌐 websitestring (url)https://www.themodernbarber.nyc
⭐ ratingnumber4.9
💬 reviewCountnumber1850
🛠️ servicesarray[{"name":"Haircut","price":35,"durationMin":30}]
🕒 hoursobject{"monday":"9-19", "tuesday":"9-19", ...}
📸 imageUrlstring (url)https://booksy-cdn.com/.../primary.jpg
📸 photoGalleryarray["https://...1.jpg", "https://...2.jpg"]
🔗 instagramstringhttps://www.instagram.com/themodernbarber
🔗 facebookstringhttps://www.facebook.com/themodernbarber
🔗 bookingUrlstring (url)https://booksy.com/en-us/123456_the-modern-barber/...
📅 scrapedAtISO datetime2026-05-09T12:00:00.000Z

📦 Sample records

{
"businessId": "bks-12345",
"name": "The Modern Barber",
"address": "123 5th Ave, New York, NY 10003",
"city": "New York",
"state": "NY",
"zipCode": "10003",
"phone": "+1 212 555 1212",
"website": "https://www.themodernbarber.nyc",
"rating": 4.9,
"reviewCount": 1850,
"services": [
{"name": "Haircut", "price": 35, "durationMin": 30},
{"name": "Beard Trim", "price": 20, "durationMin": 20},
{"name": "Hot Shave", "price": 45, "durationMin": 45}
],
"hours": {
"monday": "9-19",
"tuesday": "9-19",
"wednesday": "9-19",
"thursday": "9-21",
"friday": "9-21",
"saturday": "9-19",
"sunday": "Closed"
},
"imageUrl": "https://booksy-cdn.com/abc/primary.jpg",
"photoGallery": ["https://booksy-cdn.com/abc/1.jpg", "https://booksy-cdn.com/abc/2.jpg"],
"instagram": "https://www.instagram.com/themodernbarber",
"bookingUrl": "https://booksy.com/en-us/12345_the-modern-barber/new-york",
"scrapedAt": "2026-05-09T12:00:00.000Z"
}

2. Mid-tier nail salon (list-view only)

{
"businessId": "bks-23456",
"name": "Glamour Nails",
"address": "456 W Sunset Blvd, Los Angeles, CA 90026",
"city": "Los Angeles",
"state": "CA",
"rating": 4.5,
"reviewCount": 320,
"imageUrl": "https://booksy-cdn.com/def/primary.jpg",
"bookingUrl": "https://booksy.com/en-us/23456_glamour-nails/los-angeles",
"scrapedAt": "2026-05-09T12:00:00.000Z"
}

3. Sparse record (new listing, low engagement)

{
"businessId": "bks-99999",
"name": "Cozy Spa",
"address": "789 Main St, Chicago, IL 60601",
"city": "Chicago",
"state": "IL",
"rating": null,
"reviewCount": 5,
"bookingUrl": "https://booksy.com/en-us/99999_cozy-spa/chicago",
"scrapedAt": "2026-05-09T12:00:00.000Z"
}

✨ Why choose this Actor

Capability
🎯Built for the job. Scoped specifically to Booksy so you skip the parser engineering entirely.
🔖Structured output. Clean, typed fields ready for analysis, dashboards, or downstream pipelines.
Fast. Optimized request patterns return results in seconds, not minutes.
🔁Always fresh. Every run pulls live data, so the dataset reflects Booksy as of run time.
🌐No infra to manage. Apify handles proxies, retries, scaling, scheduling, and storage.
🛡️Reliable. Battle-tested across many runs and edge cases, with graceful error handling.
🚫No code required. Configure in the UI, run from CLI, schedule via cron, or call from any language with the Apify SDK.

📊 Production-grade structured beauty-business data without the engineering overhead of building and maintaining your own scraper.


📈 How it compares to alternatives

ApproachCostCoverageRefreshFiltersSetup
⭐ Booksy Business Scraper (this Actor)$5 free credit, then pay-per-useFull Booksy directoryLive per runKeyword + city⚡ 2 min
Build your own scraperEngineering hoursFull once builtWhenever you maintain itCustom code🐢 Days to weeks
Paid local-business APIs$$$ monthlyVendor-definedPeriodicVendor-defined⏳ Hours
Manual searchesHours per checkLimitedStaleManual🕒 Variable

Pick this Actor when you want broad coverage, source-native filtering, and no pipeline maintenance.


🚀 How to use

  1. 📝 Sign up. Create a free account with $5 credit (takes 2 minutes).
  2. 🌐 Open the Actor. Go to the Booksy Business Scraper page on the Apify Store.
  3. 🎯 Set search. Enter a business type, city, and optionally toggle includeDetails.
  4. 🚀 Run it. Click Start and let the Actor collect your data.
  5. 📥 Download. Grab your results in the Dataset tab as CSV, Excel, JSON, or XML.

⏱️ Total time from signup to downloaded dataset: 3-5 minutes. No coding required.


💼 Business use cases

📊 SaaS sales prospecting

  • Build local-business prospect lists for beauty SaaS
  • Filter by city for territory-based outreach
  • Source phone and email contacts for cold outreach
  • Build CRM enrichment for local-services tools

🏢 Marketing agencies

  • Build local market presence reports
  • Track service pricing trends by city
  • Map competitor presence for new markets
  • Build comp sets for client pitches

🎯 Industry analysts

  • Map salon density by city and category
  • Track pricing trends across services
  • Build benchmark reports for the beauty industry
  • Surface emerging markets and underserved areas

🛠️ Engineering and product

  • Power local-business directory products
  • Replace fragile in-house Booksy scrapers
  • Wire datasets into your apps via the Apify API or webhooks
  • Skip the proxy, retry, and parsing maintenance entirely

🌟 Beyond business use cases

Data like this powers more than commercial workflows. The same structured records support research, education, civic projects, and personal initiatives.

🎓 Research and academia

  • Empirical datasets for papers, thesis work, and coursework
  • Longitudinal studies tracking changes across snapshots
  • Reproducible research with cited, versioned data pulls
  • Classroom exercises on data analysis and ethical scraping

🎨 Personal and creative

  • Side projects, portfolio demos, and indie app launches
  • Data visualizations, dashboards, and infographics
  • Content research for bloggers, YouTubers, and podcasters
  • Hobbyist collections and personal trackers

🤝 Non-profit and civic

  • Transparency reporting and accountability projects
  • Advocacy campaigns backed by public-interest data
  • Community-run databases for local issues
  • Investigative journalism on public records

🧪 Experimentation

  • Prototype AI and machine-learning pipelines with real data
  • Validate product-market hypotheses before engineering spend
  • Train small domain-specific models on niche corpora
  • Test dashboard concepts with live input

🔌 Automating Booksy Business Scraper

This Actor exposes a REST endpoint, so you can drive it from any language or workflow tool.

Schedules. Use Apify Scheduler to capture daily snapshots of business listings. Combine with the Apify dataset diff tools to track new businesses and price changes between runs.


❓ Frequently Asked Questions

🔌 Integrate with any app

Booksy Business Scraper connects to any cloud service via Apify integrations:

  • Make - Automate multi-step workflows
  • Zapier - Connect with 5,000+ apps
  • Slack - Get run notifications in your channels
  • Airbyte - Pipe results into your warehouse
  • GitHub - Trigger runs from commits and releases
  • Google Drive - Export datasets straight to Sheets

You can also use webhooks to trigger downstream actions when a run finishes.


💡 Pro Tip: browse the complete ParseForge collection for more reference-data scrapers.


🆘 Need Help? Open our contact form to request a new scraper, propose a custom project, or report an issue.


⚠️ Disclaimer. This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Booksy. All trademarks mentioned are the property of their respective owners. The scraper accesses only publicly available pages and is intended for legitimate research, analytics, and lead-generation use. Users are responsible for compliance with the source site's Terms of Service and applicable law.