Celestial Time Engine
by visita
The Celestial Time Engine is an all-in-one astronomical and religious time calculator. It calculates sunrise, sunset, twilight phases, prayer times, Q...
Opens on Apify.com
About Celestial Time Engine
The Celestial Time Engine is an all-in-one astronomical and religious time calculator. It calculates sunrise, sunset, twilight phases, prayer times, Qibla direction, moon phases, weather data, and more β for any location on Earth.
What does this actor do?
Celestial Time Engine is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.
Key Features
- Cloud-based execution - no local setup required
- Scalable infrastructure for large-scale operations
- API access for integration with your applications
- Built-in proxy rotation and anti-blocking measures
- Scheduled runs and webhooks for automation
How to Use
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
π Celestial Time Engine β Multi-Faith Astronomical & Prayer Time Calculator The Celestial Time Engine v2 is an all-in-one astronomical and religious time calculator built for automation on Apify. It calculates sunrise, sunset, twilight phases, prayer times, Qibla direction, moon phases, weather data, and more β for any location on Earth. Provide place names, coordinates, or presets (e.g., π Mecca, πΏπ¦ Cape Town, πΉπ· Istanbul) and receive a detailed dataset of celestial and faith-based time events. --- ## β¨ What Celestial Time Engine can do Main features * βοΈ Core Sun Module β sunrise, sunset, solar noon and midnight, day length. * βοΈ Aviation Twilight β civil, nautical and astronomical dawn and dusk. * π Islamic Prayer Times β Fajr to Isha, Asr methods, and Qibla direction. * πΈ Photography Hours β golden and blue hour start and end times. * π Moon Phases and Rise/Set β phase name, illumination, rise, and set. * π€οΈ Weather Layer β live conditions and cloud cover (via OpenWeatherMap API). * β‘οΈ Jewish Zmanim β Alot HaShachar and Tzeit HaKochavim. * π§ Magnetic Declination β calculate magnetic north offset (geomagnetic model). * ποΈ Lunar Calendars β Chinese and Hindu day data (optional). Highlights * Process multiple locations at once (batch input). * Smart geocoding with automatic timezone detection. * Works for any date β past or future. * Outputs are standard ISO timestamps, ideal for data pipelines or CSV exports. --- ## π Why use Celestial Time Engine v2 on Apify? Running the Engine on Apify gives you: * Automation & Scheduling β calculate times daily or hourly. * API Access β integrate directly with apps and dashboards. * Proxy & Network Tools β ensure geolocation accuracy. * Scalable Batch Processing β thousands of locations per run. * Integrated Storage β save and export datasets in JSON, CSV, or Excel. Unlike local apps, Apify Actors run entirely in the cloud and scale automatically. --- ## π₯ Input options You can see all inputs under the Input tab in Apify Console. | Field | Type | Description | | ----------------------- | ------------------ | ----------------------------------------------------------------------------------------------------------------- | | locations | array | A list of places or coordinates (e.g. "Cape Town, South Africa" or { "latitude": 21.42, "longitude": 39.82 }) | | date | string | Date in YYYY-MM-DD format (defaults to today). | | modules | array | Which modules to calculate (core, islamic, moon, weather, etc.). | | config.islamic.method | string | Calculation method (ISNA, Makkah, Turkey, Dubai, etc.). | | config.islamic.asr | string | Asr method (Standard or Hanafi). | | weatherApiKey | string π (secret) | Your OpenWeatherMap API key (if Weather module is enabled). | | flattenOutput | boolean | Flatten output for easy CSV import. | --- ### π§ Preset locations Quickly select from popular places: | Preset | Example | | -------------- | ----------------------- | | πΈπ¦ Mecca | "preset": "mecca" | | πΏπ¦ Cape Town | "preset": "cape_town" | | πΉπ· Istanbul | "preset": "istanbul" | | πͺπ¬ Cairo | "preset": "cairo" | | π¦πͺ Dubai | "preset": "dubai" | --- ## π€ Output example Each location is saved as one item in the Actorβs default dataset. json { "resolved": { "name": "Cape Town, South Africa", "latitude": -33.9249, "longitude": 18.4241 }, "date": "2025-11-07", "timezone": "Africa/Johannesburg", "modules": { "core_sun": { "sunrise": "2025-11-07T05:23:41+02:00", "sunset": "2025-11-07T19:31:12+02:00", "day_length_seconds": 50951 }, "islamic_prayer": { "fajr": "2025-11-07T04:21:00+02:00", "dhuhr": "2025-11-07T12:08:00+02:00", "asr": "2025-11-07T15:24:00+02:00", "maghrib": "2025-11-07T19:31:00+02:00", "isha": "2025-11-07T20:47:00+02:00", "qibla_direction_degrees": 21.38 }, "moon": { "phase_name": "Waxing Crescent", "illumination_percent": 23.4 }, "weather": { "conditions": "clear sky", "temp_c": 23.8, "cloud_cover_percent": 0 } } } All datasets can be downloaded as JSON, CSV, HTML, or Excel from the dataset tab. --- ## π§© How to use Celestial Time Engine v2 1. Open the Actor in Apify Console. 2. Click Run β Input. 3. Enter a list of locations or choose presets. 4. (Optional) Add your OpenWeatherMap API key to enable weather data. 5. Select modules you want (e.g. core, islamic, moon). 6. Click Run and watch the dataset populate in real time. --- ## π° Pricing and usage expectations This Actor uses Apifyβs pay-per-compute-unit (PPU) model. You pay only for the resources used during your run β no fixed fee. * Typical single-location run β 0.01 CU (less than $0.001). * Multi-location batch (100 entries) β 1 CU. * Includes all calculations and geocoding. You can start for free on Apifyβs starter plan and scale as needed. --- ## βοΈ Advanced configuration | Module | Options | | ------------------------ | ------------------------------------------------------------------------ | | Islamic Prayer Times | Method (ISNA, Makkah, Turkey, Dubai, etc.), Asr Method (Standard/Hanafi) | | Weather | Requires OpenWeatherMap API Key | | Output | Toggle flattenOutput to make dataset spreadsheet-friendly | | Batch Processing | Input multiple locations in one run | --- ## π‘ Tips for best results * Keep location names precise (e.g., βMecca, Saudi Arabiaβ). * For the Weather module, use metric data (units=metric). * Schedule daily runs to automatically generate prayer timetables. * Combine this Actor with Apify Webhooks to send notifications at Fajr or Sunset. --- ## π§Ύ FAQ and support ### Is Celestial Time Engine v2 accurate? Yes β it uses Astral and verified astronomical equations for the sun, plus standard ISNA/Makkah angles for prayers. ### Is it free to use? You can run small batches for free under Apifyβs free plan. ### Can I add my own API keys or custom angles? Yes β you can extend the JSON config object in the input schema. ### Where to get help? If you face issues or want custom features (e.g., holiday calendar integration), open an issue in Apify Console or contact support. --- ## π Integrations and use cases * Generate daily Islamic prayer times for apps or IoT devices. * Automate photography schedules based on golden hour. * Sync moon phase data to lighting systems or agriculture tools. * Export CSV timetables for religious websites or community boards. --- Start now β Run Celestial Time Engine v2 on Apify and get precise sun, moon, and prayer data for any place on Earth βοΈππ
Categories
Common Use Cases
Market Research
Gather competitive intelligence and market data
Lead Generation
Extract contact information for sales outreach
Price Monitoring
Track competitor pricing and product changes
Content Aggregation
Collect and organize content from multiple sources
Ready to Get Started?
Try Celestial Time Engine now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- visita
- Pricing
- Paid
- Total Runs
- 48
- Active Users
- 3
Related Actors
Web Scraper
by apify
Cheerio Scraper
by apify
Website Content Crawler
by apify
Legacy PhantomJS Crawler
by apify
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support