Configuration
Database (MySQL)
| Host | localhost |
| Port | 3306 |
| Database | bi_scraper |
| User | bi_scraper |
| Password | •••••••• |
Mindbody
| Studio ID | 262127 |
| Base URL | https://clients.mindbodyonline.com |
| Login URL | https://clients.mindbodyonline.com/LoginLaunch?studioid=262127 |
| Report URL | https://clients.mindbodyonline.com/app/business/AttendanceReport |
| Configured | |
| Password | Configured |
ClassPass
| Base URL | https://studios.classpass.com |
| Login URL | https://studios.classpass.com/login |
| Report URL | https://studios.classpass.com/stats/reports/classes |
| Configured | |
| Password | Configured |
Scraper Settings
| Viewport | 1366x768 |
| Type Delay | 80-180ms/char |
| Date Type Delay | 60-120ms/char |
| Hover Delay | 200-500ms |
| Page Delay | 1.0-3.0s |
| Rate Limit | 10s between scrapes |
| Scrape Timeout | 60s |
Mindbody Location Map
| ID | Location Name |
|---|---|
| 1 | Belsize Park |
| 2 | Crouch End |
| 3 | Bayswater |
| 4 | Turnham Green |
| 5 | Earls Court |
| 6 | Richmond |
| 7 | Fulham |
| 8 | Chiswick High Road |
| 9 | Islington |
API Authentication
| API Key | Configured |
| External URL | https://bi-scraper.spaandmassage.co.uk |
| Auth Header | X-API-Key: <your-key> |
| Test Endpoint | GET /api/test-connection |
The API key is shared between this service and the BI Platform WordPress admin. Set it in .env as API_KEY=...
Flask
| Host | 127.0.0.1 |
| Port | 5100 |
| Debug | False |
.env File Location
Edit credentials in: /home/ubuntu/projects/bi-scraper/.env
After editing, restart the service: sudo systemctl restart bi-scraper