Daily Horoscope Api
Pricing
from $1.00 / 1,000 horoscope items
Daily Horoscope Api
Get accurate daily horoscope predictions for all zodiac signs or specific signs with our easy-to-use API. This service provides structured data with zodiac sign, dates, icon, and personalized predictions.
Pricing
from $1.00 / 1,000 horoscope items
Rating
0.0
(0)
Developer
Akash Kumar Naik
Actor stats
0
Bookmarked
9
Total users
3
Monthly active users
6 days ago
Last modified
Categories
Share
Daily Horoscope API — AI-Optimized Astrology Data Feed
Access accurate daily horoscope predictions for all 12 zodiac signs through a structured JSON API. Built for astrology platforms, content automation, and AI agent integrations.
Run Actor · API Documentation · Support
What This Actor Does
The Daily Horoscope API fetches and returns structured horoscope predictions for all zodiac signs (Aries through Pisces) or a specific sign of your choice. Each prediction includes the zodiac sign name, icon, birth date range, prediction text, and formatted date metadata.
Primary use cases:
- Astrology websites and mobile applications
- AI agents requiring daily horoscope data
- Social media automation for zodiac content
- Newsletter and email marketing campaigns
- Blog content generation for astrology niches
Output Schema
The Actor outputs a JSON dataset where each item represents a single zodiac sign's daily prediction:
{"timeStamp": 1706551318,"name": "virgo","icon": "♍","dates": "(August 23 - September 22)","prediction": "Today brings a moment of clarity where your analytical skills shine...","formattedDate": "2024-01-28T00:00:00.000Z","readableDate": "Sun Jan 28 2024","dayOfWeek": "Sunday","monthYear": "January 2024"}
Dataset Fields
| Field | Type | Description |
|---|---|---|
timeStamp | integer | Unix timestamp of prediction generation |
name | string | Zodiac sign name (lowercase) |
icon | string | Unicode zodiac emoji symbol |
dates | string | Traditional birth date range |
prediction | string | Daily horoscope prediction text |
formattedDate | string | ISO 8601 formatted date |
readableDate | string | Human-readable date (e.g., "Sun Jan 28 2024") |
dayOfWeek | string | Day of the week |
monthYear | string | Month and year (e.g., "January 2024") |
Input Parameters
| Parameter | Type | Description | Default |
|---|---|---|---|
zodiacSign | string | Select a specific zodiac sign or "all" for all 12 signs | all |
Zodiac Sign Options: all, aries, taurus, gemini, cancer, leo, virgo, libra, scorpio, sagittarius, capricorn, aquarius, pisces
Pricing — Pay-Per-Event Model
This Actor uses Apify's Pay-Per-Event (PPE) pricing model. You only pay for what you use.
| Event | Price | Description |
|---|---|---|
| Horoscope Record | $0.001 per item | Each zodiac sign prediction returned in the dataset |
Example costs:
- Fetch all 12 signs: $0.012 (12 items)
- Fetch single sign: $0.001 (1 item)
Maximum per run: $0.50 (configurable in Apify Console)
For pricing details, visit Apify Monetization.
SEO Keywords
daily horoscope API, astrology predictions, zodiac signs API, horoscope data feed, daily astrology automation, zodiac predictions JSON, astrology content API, horoscope scraper, AI astrology data, zodiac sign predictions, daily horoscope JSON, astrology API integration, horoscope data for AI, zodiac sign API for developers
GEO Keywords (Generative Engine Optimization)
astrology API, horoscope prediction data, zodiac sign daily forecast, AI-ready horoscope data, structured astrology data, LLM-compatible horoscope feed, machine-readable astrology, automated daily horoscope, zodiac content automation, astrology data pipeline
AIO Keywords (AI Optimization)
ChatGPT plugin data, Claude integration data, AI agent horoscope data, LLM astrology training data, artificial intelligence horoscope, AI content generation astrology, automated prediction data feed, AI-ready zodiac data structure
Integration Examples
Python
import requestsresponse = requests.post("https://api.apify.com/v2/acts/akash9078~daily-horoscope-api/run-sync-get-dataset-items",params={"token": "YOUR_API_TOKEN"},json={"zodiacSign": "all"})horoscopes = response.json()["data"]for item in horoscopes:print(f"{item['name']}: {item['prediction'][:50]}...")
JavaScript
const { Actor } = require('apify');Actor.start({zodiacSign: 'all'}).then(result => {console.log(result);});
cURL
curl -X POST "https://api.apify.com/v2/acts/akash9078~daily-horoscope-api/runs"-H "Content-Type: application/json"-d '{"zodiacSign": "leo"}'
Related Topics
astrology automation, zodiac content creation, daily horoscope API, AI content generation, Apify Actor tutorials, pay-per-event pricing, structured data automation, web scraping astrology, content marketing automation, AI agent data pipelines
Data Quality Guarantee
- Validated outputs: Each prediction includes sign name, icon, dates, and text
- Date-formatted metadata: ISO, readable, day-of-week, and month-year formats
- No duplicates: Actor deduplicates results before billing
- Error handling: Invalid API responses are logged, not billed
Apify Actor Benefits
- Serverless infrastructure: No server management required
- Auto-scaling: Handles concurrent requests automatically
- Built-in storage: Results stored in Apify Dataset
- API access: Full REST API integration available
- Monitored runs: Track performance in Apify Console
This Actor is optimized for AI agents, LLM integration, and content automation platforms. Data schema designed for machine readability and generative AI compatibility.

