Apify Monitor
Pricing
$16.00/month + usage
Pricing
$16.00/month + usage
Rating
0.0
(0)
Developer

Live
Actor stats
0
Bookmarked
1
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
📊 Apify Monetization Monitor
Monitor your Apify Actor monetization insights automatically. This Actor logs into the Apify Console, navigates to your organization's monetization dashboard, and extracts key financial metrics including Costs, Revenue, Profit, and Margin.
🚀 Features
- Automated Login: Securely logs into your Apify account.
- Organization Insights: Targets specific organization monetization data.
- Detailed Metrics: Extracts real-time Cost, Revenue, Profit, and Margin.
- Human-like Behavior: Uses random delays and retries for high reliability.
- Dataset Integration: Saves results directly to Apify's persistent storage.
🛠️ How it works
- Authentication: The Actor navigates to the Apify sign-in page and handles the login flow, including "Welcome back" screens.
- Navigation: It automatically navigates to the organization's monetization insights sub-page.
- Extraction: It waits for the dynamic dashboard to load and scrapes the latest stats.
- Output: Data is pushed to the default dataset and set as the Actor's
OUTPUT.
📥 Input Parameters
The Actor requires your Apify credentials to access the console.
| Field | Type | Required | Description |
|---|---|---|---|
email | String | Yes | Your Apify account email address. |
password | String | Yes | Your Apify account password. |
orgHash | String | Yes | The ID of your organization (e.g., IAUyfOgIW9ajK4CyG) or its full URL. |
Example Input
{"email": "your-email@example.com","password": "your-password","orgHash": "IAUyfOgIW9ajK4CyG"}
📤 Output Data
The Actor saves the extracted statistics in the following format:
{"cost": "$49","revenue": "$6165","profit": "$6115","margin": "99.2%","organization_id": "IAUyfOgIW9ajK4CyG","url": "https://console.apify.com/organization/IAUyfOgIW9ajK4CyG/actors/insights/monetization"}
💡 Use Cases
- Profit Monitoring: Track your Actor's profitability over time.
- Automatic Reporting: Send periodic snapshots of your earnings to Discord, Slack, or Email.
- Cost Control: Get alerted if compute costs exceed expectations.
🔒 Security Note
Your credentials are only used by the Actor to perform the login via Playwright on the official Apify console website. To enhance security, consider using an Apify account with appropriate permissions or managing credentials via Apify Secrets.
📄 License
This project is for informational monitoring purposes. Use according to Apify's Terms of Service.