Apify Store Opportunity Radar avatar

Apify Store Opportunity Radar

Pricing

Pay per usage

Go to Apify Store
Apify Store Opportunity Radar

Apify Store Opportunity Radar

Find underserved Apify Store opportunities by comparing search demand signals, competition, run counts, and top Actor metadata.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

jaehan byun

jaehan byun

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Find underserved Apify Store niches by querying the Store API and scoring demand, competition, pricing, and quality signals.

What it does

This Actor helps Apify builders decide what to build next. It searches Apify Store for each query you provide, then returns a scored dataset of competing Actors with signals such as recent users, run volume, pricing model, reviews, rating, agentic-payment eligibility, and a short opportunity note.

It is designed for early product research, not revenue forecasting. Use it to compare niches, spot weak competitors, and choose where to do deeper manual validation.

Input

  • queries: Store search phrases such as saas pricing, website change, or apify store.
  • maxResultsPerQuery: Number of results to evaluate per query.
  • minUsers30Days: Threshold used to flag low-demand niches.

Example:

{
"queries": ["saas pricing", "website change", "apify store"],
"maxResultsPerQuery": 10,
"minUsers30Days": 3
}

Output

Each dataset item contains the Actor identity, usage signals, pricing model, review quality, an opportunity score, and short notes explaining the score.

Important fields:

  • opportunityScore: 0-100 score combining demand, paid-market signal, review gap, competition gap, and reliability penalty.
  • users30Days: Recent usage signal from Apify Store.
  • runs30Days: Recent public run volume.
  • pricingModel: Whether competitors already use paid pricing.
  • notes: Human-readable reasons behind the score.

Example output item:

{
"query": "saas pricing",
"title": "SaaS Pricing & Feature Tracker",
"actorName": "constructive_calm/saas-pricing-tracker",
"pricingModel": "PAY_PER_EVENT",
"users30Days": 3,
"runs30Days": 34,
"opportunityScore": 71,
"notes": [
"paid model exists in this niche",
"few reviews: quality gap may be available"
]
}

Intended use

Use this as a research tool before building new Actors. It does not scrape private data, log in to websites, or bypass access controls.

Limitations

  • Search relevance depends on Apify Store search results.
  • A high score means "worth investigating", not "guaranteed revenue".
  • Low recent usage can mean either an underserved niche or weak demand; validate manually before building.