Apify Creator Analytics & Performance Tracker avatar

Apify Creator Analytics & Performance Tracker

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Apify Creator Analytics & Performance Tracker

Apify Creator Analytics & Performance Tracker

Track any Apify creator's portfolio in seconds. Extract real-time performance metrics: Monthly Active Users (MAU), total users, ratings, bookmarks, pricing, and last modified dates. Perfect for competitor research, market analysis, and optimizing your own Apify Store actors.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

CIN

CIN

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

7 days ago

Last modified

Share

🚀 Apify Store Actor Analytics & Competitor Tracker

Apify Store Actor Analytics & Competitor Tracker is a fast, lightweight data extraction tool designed for Apify creators, developers, and product managers. It extracts real-time performance metrics for any Apify Store developer portfolio without running heavy headless browsers or relying on slow DOM renders.

Whether you are conducting competitor research, monitoring market demand for specific web scrapers, or keeping a historical log of your own Actor growth, this tool provides instant access to crucial backend metrics.


💡 Why Track Apify Store Actors?

Building successful web scrapers on Apify requires understanding market demand and developer performance. This Actor helps you answer critical business questions:

  • Which Actors are gaining traction? Monitor Monthly Active Users (MAU) to identify growing market demand.
  • How are competitors pricing their tools? Analyze pay-per-result rates, flat monthly subscription prices, and free tier options across the store.
  • Are users sticking around? Compare total historical users against 30-day active users to assess user retention and Actor utility.
  • How popular is a tool? Track total bookmarks and star ratings to measure user satisfaction and community interest.
  • Is the project actively maintained? Check the last modified date to see if a competitor is continuously updating their tool.

✨ Key Features & Extracted Data Points

This Actor retrieves clean, structured backend data for every public Actor associated with any given Apify handle/username:

Data FieldTypeDescription & Business Value
actorNameStringTechnical slug identifier for the Actor
titleStringHuman-readable title displayed in the Apify Store
actorUrlStringDirect web URL to the published Actor page
priceStringFormatted pricing structure (e.g., $20 / 1,000 results, Free)
ratingStringAverage star rating out of 5.0 alongside total review count
bookmarkedIntegerTotal number of Apify users who have saved/bookmarked the Actor
totalUsersIntegerAll-time total users who have added or run the Actor
monthlyActiveUsersIntegerActive user count over the last 30 days (MAU)
lastModifiedStringISO formatted date (YYYY-MM-DD) of the last published build
scrapedAtTimestampISO timestamp indicating when the data was extracted

⚡ How It Works (No Headless Browser Required)

Unlike traditional web scrapers that load heavy Chrome/Playwright instances and parse fragile HTML elements, this Actor queries Apify's internal Store API endpoints directly.

Key Advantages:

  1. Ultra-Fast Performance: Scrapes an entire profile with 50+ Actors in under 2 seconds.
  2. Zero Browser Overhead: Uses minimal RAM and compute power, keeping your run costs at fractions of a cent.
  3. 100% Reliable: Immune to frontend layout changes or CSS selector breaks.

📥 Input Parameters

Configuring the Actor is simple. You only need to pass the target developer's Apify handle.

Input JSON Example

{
"username": "https://apify.com/complex_intricate_networks"
}
[
{
"actorName": "ecomdata-pro-amazon-flipkart-meesho-scraper",
"title": "EcomData Pro: Amazon, Flipkart & Meesho Scraper",
"actorUrl": "[https://apify.com/complex_intricate_networks/ecomdata-pro-amazon-flipkart-meesho-scraper](https://apify.com/complex_intricate_networks/ecomdata-pro-amazon-flipkart-meesho-scraper)",
"price": "$20 / 1,000 results",
"rating": "5.0 (2 reviews)",
"bookmarked": 14,
"totalUsers": 152,
"monthlyActiveUsers": 41,
"lastModified": "2026-07-20",
"scrapedAt": "2026-07-22T16:38:00.000Z"
},
{
"actorName": "founder-contact-enricher-hiring-signals",
"title": "Startup Hiring Signals & Founder Contact Finder",
"actorUrl": "[https://apify.com/complex_intricate_networks/founder-contact-enricher-hiring-signals](https://apify.com/complex_intricate_networks/founder-contact-enricher-hiring-signals)",
"price": "Free",
"rating": "4.8 (12 reviews)",
"bookmarked": 45,
"totalUsers": 1250,
"monthlyActiveUsers": 310,
"lastModified": "2026-07-18",
"scrapedAt": "2026-07-22T16:38:00.000Z"
}
]