Apify Store API avatar

Apify Store API

Pricing

from $0.01 / 1,000 actor returneds

Go to Apify Store
Apify Store API

Apify Store API

Apify Store API - extract every public Actor's pricing, usage trends, success rate, ratings, and categories as structured JSON. Filter by keyword, category, pricing model, or developer, or sweep the whole store. For market research, competitor tracking, and AI agents.

Pricing

from $0.01 / 1,000 actor returneds

Rating

0.0

(0)

Developer

John

John

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 hours ago

Last modified

Share

Extract commercial intelligence on every public Actor in the Apify Store as structured JSON: pricing, usage trends, reliability, ratings, and categories. Filter by keyword, category, pricing model, or developer, or sweep the entire store in one run. Built for market research, competitor tracking, pricing analysis, and AI agents - and priced to be the cheapest Apify Store data API on the market.

What it does

This API reads the Apify Store and returns one row per Actor with the data that actually matters for analysis:

  • Pricing - pricing model, per-event price ladder, margin, trial, and the full pricing object preserved verbatim.
  • Usage trends - total users plus 7-, 30-, and 90-day active users, total runs, builds, and the last run time.
  • Reliability - 30-day run outcomes (succeeded / failed / aborted / timed out) and a computed success-rate percentage.
  • Demand and quality - bookmarks, review rating, and review count.
  • Identity - title, name, developer, categories, description, icon, and the Store URL.

Turn it on for a single keyword, one category, or the whole store. Optionally enrich each Actor with its full README and input schema.

What you can extract

GroupFields
IdentityactorId, name, username, title, url, categories, description, pictureUrl
MaintaineruserFullName, userPictureUrl
UsagetotalUsers, monthlyUsers, totalUsers7Days/30Days/90Days, totalRuns, totalBuilds, lastRunStartedAt
Reliabilityruns30DaysTotal/Succeeded/Failed/Aborted/TimedOut, successRate30Days
DemandbookmarkCount, reviewRating, reviewCount
PricingpricingModel, pricePerUnitUsd, apifyMarginPercentage, trialMinutes, pricingEvents, pricingInfo
Enrichment (optional)readme, inputSchema, exampleRunInput, defaultRunOptions, seoTitle, seoDescription, isDeprecated, latestVersion

Input

Every field is optional. Run with no input to sweep the whole store (capped by maxItems).

FieldTypeWhat it does
searchstringKeyword filter across title, name, description, developer, and README
categoryenumOne of the 25 Apify Store categories (AI, DEVELOPER_TOOLS, ECOMMERCE, ...)
pricingModelenumFREE, FLAT_PRICE_PER_MONTH, PRICE_PER_DATASET_ITEM, or PAY_PER_EVENT
usernamestringFilter to one developer handle (e.g. apify)
sortByenumrelevance (default), popularity, newest, lastUpdate
maxItemsintegerCap on Actors returned. 0 = the entire store. Default 1000
offsetintegerSkip this many Actors first (resume or shard a large scrape)
includeDetailsbooleanAdd full README + input schema per Actor (slower; use for small sets)

Example input

{
"category": "AI",
"pricingModel": "PAY_PER_EVENT",
"sortBy": "popularity",
"maxItems": 50
}

Pricing

Pay only per Actor returned, on Apify's transparent pay-per-event model - no subscription and no upstream API key to buy. The per-result price is set to undercut every comparable Actor in the store, so even a full-store sweep costs very little. See the live price on the Store card above.

How to get started

  1. Click Try for free.
  2. Optionally set a filter (or leave everything blank to scan the whole store).
  3. Run it, then preview or download your data from the Dataset tab.

View on Apify Store

Code examples (Python and MCP)

A ready-to-run example repo with a Python quick-start and MCP install walkthroughs for Claude, Cursor, and ChatGPT:

https://github.com/johnisanerd/Apify-Store-API

🔌 Use this API from Claude (MCP)

Add this API as a tool in Claude Code (free trial), Claude Cowork (free trial), Cursor, or any other MCP client, via the hosted Apify MCP server. Use this API-specific URL:

https://mcp.apify.com/?tools=actors,docs,johnvc/store-actor-intelligence-api

Apify MCP integration docs: https://docs.apify.com/platform/integrations/mcp

Use cases

  • Track Apify Store pricing changes over time and benchmark your own Actors.
  • Find the most-used or highest-rated Actors in any category.
  • Monitor competitor Actors' success rates and user growth.
  • Build a daily market-intelligence report on the state of the Apify Store.
  • Feed an AI agent a live, structured catalog of available Actors.

Ready-to-run, one-click examples - each is a saved configuration of this API for a specific question. Open one, hit Try for free, and get the ranked results.

By platform - compare the best scrapers for a given site, ranked by popularity:

By category - find the best Actors for a use case:

By role - curated picks for your job:

See all example tasks on the Store page.

Last Updated: 2026.06.30