# Apify Store API (`johnvc/store-actor-intelligence-api`) Actor

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.

- **URL**: https://apify.com/johnvc/store-actor-intelligence-api.md
- **Developed by:** [John](https://apify.com/johnvc) (community)
- **Categories:** Developer tools, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.01 / 1,000 actor returneds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Apify Store API

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

| Group | Fields |
| --- | --- |
| Identity | actorId, name, username, title, url, categories, description, pictureUrl |
| Maintainer | userFullName, userPictureUrl |
| Usage | totalUsers, monthlyUsers, totalUsers7Days/30Days/90Days, totalRuns, totalBuilds, lastRunStartedAt |
| Reliability | runs30DaysTotal/Succeeded/Failed/Aborted/TimedOut, successRate30Days |
| Demand | bookmarkCount, reviewRating, reviewCount |
| Pricing | pricingModel, 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`).

| Field | Type | What it does |
| --- | --- | --- |
| `search` | string | Keyword filter across title, name, description, developer, and README |
| `category` | enum | One of the 25 Apify Store categories (AI, DEVELOPER_TOOLS, ECOMMERCE, ...) |
| `pricingModel` | enum | FREE, FLAT_PRICE_PER_MONTH, PRICE_PER_DATASET_ITEM, or PAY_PER_EVENT |
| `username` | string | Filter to one developer handle (e.g. `apify`) |
| `sortBy` | enum | relevance (default), popularity, newest, lastUpdate |
| `maxItems` | integer | Cap on Actors returned. `0` = the entire store. Default 1000 |
| `offset` | integer | Skip this many Actors first (resume or shard a large scrape) |
| `includeDetails` | boolean | Add full README + input schema per Actor (slower; use for small sets) |

#### Example input

```json
{
  "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](https://apify.com/johnvc/store-actor-intelligence-api?fpr=9n7kx3)

### 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](https://claude.ai/referral/uIlpa7nPLg)
(free trial), [Claude Cowork](https://claude.ai/referral/uIlpa7nPLg) (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.

### Featured example tasks

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:

- [Best Instagram Scrapers on Apify](https://apify.com/johnvc/store-actor-intelligence-api/examples/best-instagram-scrapers?fpr=9n7kx3)
- [Best TikTok Scrapers on Apify](https://apify.com/johnvc/store-actor-intelligence-api/examples/best-tiktok-scrapers?fpr=9n7kx3)
- [Best Amazon Scrapers on Apify](https://apify.com/johnvc/store-actor-intelligence-api/examples/best-amazon-scrapers?fpr=9n7kx3)
- [Best LinkedIn Scrapers on Apify](https://apify.com/johnvc/store-actor-intelligence-api/examples/best-linkedin-scrapers?fpr=9n7kx3)
- [Best YouTube Scrapers on Apify](https://apify.com/johnvc/store-actor-intelligence-api/examples/best-youtube-scrapers?fpr=9n7kx3)
- [Best Google Maps Scrapers on Apify](https://apify.com/johnvc/store-actor-intelligence-api/examples/best-google-maps-scrapers?fpr=9n7kx3)

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

- [Best AI Scrapers on Apify](https://apify.com/johnvc/store-actor-intelligence-api/examples/best-ai-scrapers?fpr=9n7kx3)
- [Best Social Media Scrapers on Apify](https://apify.com/johnvc/store-actor-intelligence-api/examples/best-social-media-scrapers?fpr=9n7kx3)
- [Best E-commerce Scrapers on Apify](https://apify.com/johnvc/store-actor-intelligence-api/examples/best-e-commerce-scrapers?fpr=9n7kx3)
- [Best SEO Tools Scrapers on Apify](https://apify.com/johnvc/store-actor-intelligence-api/examples/best-seo-tools-scrapers?fpr=9n7kx3)

**By role** - curated picks for your job:

- [Best Apify Actors for Developers](https://apify.com/johnvc/store-actor-intelligence-api/examples/best-apify-actors-for-developers?fpr=9n7kx3)
- [Best Apify Actors for Marketers](https://apify.com/johnvc/store-actor-intelligence-api/examples/best-apify-actors-for-marketers?fpr=9n7kx3)

See all example tasks on the [Store page](https://apify.com/johnvc/store-actor-intelligence-api?fpr=9n7kx3).

Last Updated: 2026.06.30

# Actor input Schema

## `search` (type: `string`):

Filter Actors by keyword across title, name, description, developer, and README (e.g. 'instagram', 'pdf', 'maps'). Leave empty to match all Actors.

## `category` (type: `string`):

Return only Actors in this Apify Store category. Leave empty for all categories.

## `pricingModel` (type: `string`):

Return only Actors on this pricing model. Leave empty for all models.

## `username` (type: `string`):

Return only Actors published by this developer handle (e.g. 'apify', 'johnvc'). Leave empty for all developers.

## `sortBy` (type: `string`):

Order the results. 'relevance' (default), 'popularity' (most users first), 'newest', or 'lastUpdate'.

## `maxItems` (type: `integer`):

Maximum number of Actors to return. Set to 0 to scrape the entire store (~33,000+ Actors, paged automatically). Defaults to 1000.

## `offset` (type: `integer`):

Skip this many Actors before returning results. Use for resuming or sharding a large scrape. Defaults to 0.

## `includeDetails` (type: `boolean`):

Enrich each Actor with its full README and input schema (1-2 extra API calls per Actor). Use only with small result sets - it makes large scrapes slow. Defaults to false.

## Actor input object example

```json
{
  "sortBy": "relevance",
  "maxItems": 1000,
  "offset": 0,
  "includeDetails": false
}
```

# Actor output Schema

## `allResults` (type: `string`):

Every dataset item from this run.

## `overview` (type: `string`):

Tabular overview using the dataset's default view: Actor, developer, pricing, users, success rate, rating, bookmarks, and Store URL.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("johnvc/store-actor-intelligence-api").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("johnvc/store-actor-intelligence-api").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call johnvc/store-actor-intelligence-api --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=johnvc/store-actor-intelligence-api",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Apify Store API",
        "description": "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.",
        "version": "0.0",
        "x-build-id": "awwwC3Q3qOyWoEl5j"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/johnvc~store-actor-intelligence-api/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-johnvc-store-actor-intelligence-api",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/johnvc~store-actor-intelligence-api/runs": {
            "post": {
                "operationId": "runs-sync-johnvc-store-actor-intelligence-api",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/johnvc~store-actor-intelligence-api/run-sync": {
            "post": {
                "operationId": "run-sync-johnvc-store-actor-intelligence-api",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "search": {
                        "title": "Search keyword",
                        "type": "string",
                        "description": "Filter Actors by keyword across title, name, description, developer, and README (e.g. 'instagram', 'pdf', 'maps'). Leave empty to match all Actors."
                    },
                    "category": {
                        "title": "Category",
                        "enum": [
                            "AI",
                            "AGENTS",
                            "AUTOMATION",
                            "BUSINESS",
                            "COVID_19",
                            "DEVELOPER_EXAMPLES",
                            "DEVELOPER_TOOLS",
                            "ECOMMERCE",
                            "FOR_CREATORS",
                            "GAMES",
                            "JOBS",
                            "LEAD_GENERATION",
                            "MARKETING",
                            "NEWS",
                            "SEO_TOOLS",
                            "SOCIAL_MEDIA",
                            "TRAVEL",
                            "VIDEOS",
                            "REAL_ESTATE",
                            "SPORTS",
                            "EDUCATION",
                            "INTEGRATIONS",
                            "OTHER",
                            "OPEN_SOURCE",
                            "MCP_SERVERS"
                        ],
                        "type": "string",
                        "description": "Return only Actors in this Apify Store category. Leave empty for all categories."
                    },
                    "pricingModel": {
                        "title": "Pricing model",
                        "enum": [
                            "FREE",
                            "FLAT_PRICE_PER_MONTH",
                            "PRICE_PER_DATASET_ITEM",
                            "PAY_PER_EVENT"
                        ],
                        "type": "string",
                        "description": "Return only Actors on this pricing model. Leave empty for all models."
                    },
                    "username": {
                        "title": "Developer username",
                        "type": "string",
                        "description": "Return only Actors published by this developer handle (e.g. 'apify', 'johnvc'). Leave empty for all developers."
                    },
                    "sortBy": {
                        "title": "Sort by",
                        "enum": [
                            "relevance",
                            "popularity",
                            "newest",
                            "lastUpdate"
                        ],
                        "type": "string",
                        "description": "Order the results. 'relevance' (default), 'popularity' (most users first), 'newest', or 'lastUpdate'.",
                        "default": "relevance"
                    },
                    "maxItems": {
                        "title": "Max Actors",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum number of Actors to return. Set to 0 to scrape the entire store (~33,000+ Actors, paged automatically). Defaults to 1000.",
                        "default": 1000
                    },
                    "offset": {
                        "title": "Start offset",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Skip this many Actors before returning results. Use for resuming or sharding a large scrape. Defaults to 0.",
                        "default": 0
                    },
                    "includeDetails": {
                        "title": "Include full README and input schema",
                        "type": "boolean",
                        "description": "Enrich each Actor with its full README and input schema (1-2 extra API calls per Actor). Use only with small result sets - it makes large scrapes slow. Defaults to false.",
                        "default": false
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
