Apify Store Scraper
Pricing
from $1.00 / 1,000 result extracteds
Apify Store Scraper
Scrape the entire Apify Store and export 30+ fields per actor — usage trends, run success rates, pricing, ratings, and more. 10 built-in filters. Results in under 10 seconds. Built for niche validation, competitor analysis, and pricing intelligence.
Pricing
from $1.00 / 1,000 result extracteds
Rating
0.0
(0)
Developer
extractmaster01
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
2
Monthly active users
19 hours ago
Last modified
Categories
Share
What does Apify Store Scraper do?
Apify Store Scraper is the only actor that exports structured data from the entire Apify Store — the world's largest collection of web scraping and automation tools. Search, filter, and export the full catalog in under 10 seconds, with 10 built-in filters, 35 output fields (including usage trends and run success rates), and no proxies or coding required.
Built for Apify developers who want to know what to build before they build it — validate your niche, benchmark competitors, and set the right price in under a minute. Also used by analysts studying the Apify ecosystem and AI pipelines that need structured actor metadata at scale. From $0.10 for 100 results.
With this scraper, you can filter actors by category, pricing model, rating, and user count, then export everything as JSON or CSV. Each result includes the actor's title, description, pricing details, review score, and developer information — all in one clean, structured dataset.
What can Apify Store Scraper extract?
The following data is extracted for each actor found in the Apify Store:
| Field | Description |
|---|---|
actorId | Unique actor ID on the Apify platform |
url | Direct link to the actor's Store page |
title | Display title of the actor |
name | URL slug (e.g. google-maps-scraper) |
username | Developer's Apify username |
userFullName | Developer's display name |
userPictureUrl | URL of the developer's profile picture |
pictureUrl | URL of the actor's icon or thumbnail |
description | Short description shown in the Store listing |
readmeSummary | Auto-generated summary of the actor's README |
categories | Categories the actor belongs to (e.g. AI, SOCIAL_MEDIA) |
managedBy | APIFY (official) or COMMUNITY (independent developer) |
notice | Status notice: NONE, DEPRECATED, UNDER_MAINTENANCE |
badge | Quality badge assigned by Apify (e.g. VERIFIED), or null |
isCritical | Whether Apify considers this a critical infrastructure actor |
createdAt | Publication date |
modifiedAt | Date of last update |
totalUsers | All-time total number of users |
totalUsers7Days | Users in the last 7 days |
totalUsers30Days | Users in the last 30 days |
totalUsers90Days | Users in the last 90 days |
totalRuns | All-time total number of runs |
totalBuilds | All-time total number of builds |
lastRunStartedAt | Timestamp of the most recent run |
runStats30Days | Run outcome breakdown over the last 30 days: SUCCEEDED, FAILED, ABORTED, TIMED-OUT, TOTAL |
bookmarkCount | Number of times the actor was bookmarked |
actorReviewRating | Average rating (1–5 scale) |
actorReviewCount | Number of user reviews |
currentPricingInfo.pricingModel | Pricing type: FREE, PAY_PER_EVENT, PRICE_PER_DATASET_ITEM, PAY_PER_USAGE, FLAT_PRICE_PER_MONTH |
currentPricingInfo.pricingPerEvent | Price per event breakdown (if Pay Per Event model) |
seoTitle | SEO title configured by the developer |
seoDescription | SEO description configured by the developer |
storePosition | Position in the Apify Store listing |
isWhiteListedForAgenticPayments | Whether the actor supports agentic payment flows |
Why use Apify Store Scraper?
Whether you're a developer building tools on top of the Apify ecosystem or a researcher analyzing the marketplace, Apify Store Scraper gives you the data you need — instantly and at scale.
Here are the most common use cases:
- 🏗️ Niche validation — before spending weeks building, check if your actor idea already exists, how saturated the category is, and what price point is winning
- 🔍 Market research — analyze which actor categories and pricing models dominate the Store
- 🏆 Competitor analysis — benchmark actors in your niche by user count, rating, bookmarks, and pricing
- 👤 Developer profiling — collect all actors published by a specific username or organization
- 💡 Tool discovery — find the best-rated, most popular, or newest actors for a specific task
- 💰 Pricing intelligence — see what pricing models and price points are winning in each category
- 📊 Ecosystem monitoring — schedule weekly runs to track new actors and changes in popularity over time
- 🤖 AI pipelines — feed Store metadata into LLMs for automated actor recommendations or gap analysis
Why Apify Store Scraper vs alternatives?
| Approach | Cost | Coverage | Setup time | Scheduling | Export formats |
|---|---|---|---|---|---|
| Apify Store Scraper (this actor) | From $0.10/1K | Full catalog | ⚡ 1 click | ✅ Built-in | JSON, CSV, Excel, XML |
| Manual Store browsing | Free | Limited by time | — | ❌ Manual | None |
| Direct Apify API | Free | Full | 🔧 2–4 hours coding | ❌ Custom | Custom |
| Other Store scrapers | $0.50–$100/1K | Partial | 1 click | Varies | Varies |
Apify Store Scraper is the only option that combines one-click setup, full catalog coverage, 10 filters, scheduling, and instant multi-format export at the lowest cost per result.
How to use Apify Store Scraper
- Click Try for free on this page
- Set your search query (e.g.
"instagram","tiktok","google") or leave empty to get all actors - Choose filters: category, pricing model, minimum rating, or maintainer (Apify vs. Community)
- Set the maximum number of results you need — use a small value for a quick sample or a high value to cover the entire Store
- Click Run and wait a few seconds
- Download your data from the Dataset tab as JSON, CSV, Excel, or XML
💡 Tip: Sort by
mostPopularto get actors with the largest user base first. Sort bynewestto monitor newly published actors.
Input examples
Find all paid competitors in a category before launching your own actor
{"maxItems": 200,"categories": ["LEAD_GENERATION"],"pricingModel": ["PAY_PER_EVENT", "PRICE_PER_DATASET_ITEM", "FLAT_PRICE_PER_MONTH"],"minUsers": 100,"sortBy": "mostPopular"}
Find the most popular TikTok scrapers
{"query": "tiktok","maxItems": 50,"sortBy": "mostPopular","categories": ["SOCIAL_MEDIA"]}
Find all free AI actors from Apify
{"maxItems": 200,"categories": ["AI"],"pricingModel": ["FREE"],"managedBy": "APIFY"}
Find all actors by a specific developer
{"username": "apify","maxItems": 1000,"sortBy": "mostPopular"}
Find highly-rated lead generation actors
{"maxItems": 100,"categories": ["LEAD_GENERATION"],"minRating": 4,"minUsers": 500,"sortBy": "mostPopular"}
Monitor newly launched actors in a category
{"maxItems": 100,"categories": ["AI"],"sortBy": "newest"}
Find well-bookmarked actors in a niche
{"query": "email","maxItems": 50,"minBookmarks": 10,"sortBy": "mostPopular"}
Find recently updated actors in a category
{"maxItems": 100,"categories": ["ECOMMERCE"],"sortBy": "lastUpdated"}
Export the entire Apify Store
To export all actors, simply remove the maxItems field from your input. The actor will automatically scrape everything until the Store is fully extracted.
{"sortBy": "mostPopular"}
Output example
Each item in the dataset represents one actor from the Apify Store:
{"actorId": "zcVlfasqL3DpUAJxc","url": "https://apify.com/extractmaster01/website-screenshot-generator","title": "🔥 Website Screenshot Generator","name": "website-screenshot-generator","username": "extractmaster01","userFullName": "extractmaster01","userPictureUrl": "https://images.apifyusercontent.com/u5z2K3LyL_hv5FjSA2e-HdoMbmA7aXPpaslEwtn5ZrM/rs:fill:32:32/cb:1/aHR0cHM6Ly9...","description": "[🥇 high-quality 🏆] Website Screenshot generator for full-page, viewport, and element screenshots. Capture websites as PNG, JPEG, WebP, or PDF with mobile emulation, metadata extraction, and batch processing.","readmeSummary": "A scalable website screenshot tool that captures high-fidelity screenshots (full-page, viewport, or element) across desktop and mobile device emulations and exports visual outputs in PNG, JPEG, WebP, or PDF.","pictureUrl": "https://apify-image-uploads-prod.s3.us-east-1.amazonaws.com/wBmqLlMi5gbu8DiD6-actor-zcVlfasqL3DpUAJxc-Ls971RMJV7-download-icone.png","categories": ["AUTOMATION", "DEVELOPER_TOOLS", "SEO_TOOLS"],"managedBy": "COMMUNITY","notice": "NONE","badge": null,"isCritical": false,"createdAt": "2026-06-12T04:20:50.448Z","modifiedAt": "2026-06-12T05:01:41.000Z","totalUsers": 2,"totalUsers7Days": 1,"totalUsers30Days": 1,"totalUsers90Days": 1,"totalRuns": 7,"totalBuilds": 5,"lastRunStartedAt": "2026-06-13T05:04:15.066Z","runStats30Days": {"SUCCEEDED": 2,"FAILED": 0,"ABORTED": 0,"TIMED-OUT": 0,"TOTAL": 2},"bookmarkCount": 0,"actorReviewRating": 0,"actorReviewCount": 0,"currentPricingInfo": {"pricingModel": "PAY_PER_EVENT","pricingPerEvent": {"actorChargeEvents": {"apify-actor-start": {"eventTitle": "Actor Start","eventDescription": "Charged when the Actor starts running.","isOneTimeEvent": true,"eventPriceUsd": 0.01},"apify-default-dataset-item": {"eventTitle": "result","eventDescription": "Single result in the default dataset.","isOneTimeEvent": false,"eventPriceUsd": 0.003,"isPrimaryEvent": true}}}},"seoTitle": null,"seoDescription": null,"storePosition": 22714,"isWhiteListedForAgenticPayments": false}
Note:
currentPricingInforeflects the pricing of the actor being described (in this example, Website Screenshot Generator charges $0.003 per result). This is data returned by the scraper — it is not related to the cost of running Apify Store Scraper itself.
How much does it cost to run Apify Store Scraper?
Apify Store Scraper uses a Pay Per Event pricing model — you only pay for the actors successfully extracted. No subscription, no minimums.
| Use case | Results | Estimated cost |
|---|---|---|
| Quick niche snapshot | 100 actors | ~$0.10 |
| Category competitor sweep | 500 actors | ~$0.50 |
| Full developer catalog | 1,000 actors | ~$1.00 |
| Deep market analysis | 5,000 actors | ~$5.00 |
| Large-scale export | 25,000 actors | ~$25.00 |
Apify Store Scraper does not use proxies or browser rendering — it calls the Apify Store's public search API directly. This makes runs extremely fast (typically under 10 seconds for 100 results) and very cheap to operate.
Real-world example: validating a niche in 60 seconds
Scenario: You're about to build a TikTok scraper. Before spending two weeks coding, you want to know how saturated the market is.
Step 1: Run this actor with the input below.
{"query": "tiktok","maxItems": 50,"sortBy": "mostPopular","categories": ["SOCIAL_MEDIA"]}
Step 2: The run completes in under 5 seconds. Click Dataset → Download → CSV.
Step 3: Open the CSV in Google Sheets (File → Import → Upload). Sort by totalUsers descending.
Step 4: You now see the top 50 TikTok actors, their user counts, ratings, pricing models, and when they were last updated. You can instantly identify which niches are dominated, which have weak competition, and what price point the market accepts.
Total time: Under 2 minutes. Cost: ~$0.05.
Apify platform advantages
By running Apify Store Scraper on the Apify platform, you get all of these for free:
- ⏱️ Scheduling — run on a daily, weekly, or custom cron schedule to monitor the Store over time
- 🔌 API access — trigger runs and retrieve data programmatically via the Apify API
- 🔗 Integrations — connect directly with Google Sheets, Zapier, Make, Slack, Airbyte, and more
- 📦 Export formats — download results as JSON, CSV, XML, Excel, or HTML
- 📡 Webhooks — trigger actions automatically when a run completes
- 📊 Run monitoring — track performance, logs, and history from the Apify Console
- 🔒 Secure storage — your datasets are stored securely and available on demand
Is it legal to scrape the Apify Store?
Apify Store Scraper only accesses publicly available data from the Apify Store marketplace — the same data you can see by visiting apify.com/store in any browser.
This scraper does not extract any private user data, passwords, email addresses, or any information not explicitly displayed on the public Store pages. We therefore believe that using this scraper for ethical research, market analysis, or tool discovery purposes is safe.
However, you are responsible for how you use the extracted data. Personal data (such as developer names and profile pictures that are publicly listed) is protected under GDPR in the European Union and other regulations worldwide. Use data responsibly and in compliance with applicable laws. If in doubt, consult your legal team.
Frequently asked questions
Why not just call the Apify Store API directly?
You can — api.apify.com/v2/store is public. But to use it you need to write code, handle pagination, build your own filters, manage authentication for rate limits, and manually export results to a spreadsheet. This actor does all of that for you in a single click, with 10 built-in filters, instant CSV/JSON/Excel export, scheduling, and integrations with Google Sheets, Zapier, and Make. For non-coders, it's the only option. For developers, it saves hours.
Does Apify Store Scraper work without an Apify account?
No — you need a free Apify account to run actors on the platform. Creating one takes less than a minute.
How many actors are available on the Apify Store?
Thousands of actors and growing continuously. The actor stops automatically when there are no more results, so set maxItems to any large value to cover the full Store.
How do I validate a niche before building my own actor?
Run this actor with your niche keyword as the search query (e.g., "instagram") and sortBy set to mostPopular. You'll instantly see how many actors already exist, who the dominant players are, what pricing models they use, and how many users the top actors have. This tells you whether the niche is saturated, underserved, or nonexistent — in under 60 seconds.
Can I filter actors by multiple categories at once?
Yes. Set the categories input to an array with multiple values, for example ["AI", "SOCIAL_MEDIA", "ECOMMERCE"]. Results will include actors that match any of the selected categories.
Can I get all actors from a specific developer?
Yes — use the username input field with the developer's Apify username. For example, setting username to "apify" returns all actors published by Apify's official team.
What is the difference between APIFY and COMMUNITY in the managedBy filter?
APIFY— actors built and maintained by the Apify teamCOMMUNITY— actors built by independent developers (the vast majority of the Store)
What pricing models exist in the Apify Store?
Based on live Store data, three models are active:
FREE— no cost beyond standard platform usagePAY_PER_EVENT— pay per result extracted (most common)FLAT_PRICE_PER_MONTH— fixed monthly subscription
How do I get only free actors?
Set pricingModel to ["FREE"]. This returns all actors that have no cost beyond standard Apify platform usage.
Can I scrape Apify Store data via API?
Yes. Once you have an Apify account, you can trigger this Actor and retrieve results via the Apify API. The API tab on this page shows ready-to-use code examples in Node.js, Python, and cURL.
How often is the Apify Store data updated?
The data reflects the live state of the Apify Store at the time of each run. Schedule the Actor to run daily or weekly to track changes over time — new actors, rating changes, and user count shifts.
Can I monitor competitor actors over time?
Yes. Schedule this actor to run weekly with a fixed query (e.g., your niche keyword + sortBy: mostPopular). Each run produces a new dataset snapshot. Compare datasets across runs to detect new entrants, rating changes, and user count growth in your category.
You might also like
If you found this Actor useful, you might also like:
| Actor | What it does |
|---|---|
| 🔥 Website Screenshot Generator | Full-page, viewport, and element screenshots in PNG, JPEG, WebP, or PDF. Supports mobile emulation, metadata extraction, and batch processing. |
| Website Contact Scraper | Crawls any website and extracts emails, phone numbers, and 14 social media profiles (LinkedIn, Twitter/X, Instagram, Facebook, WhatsApp, and more). Pay per email found. |
| 🔥 Google Ads Transparency Center Scraper | Extract VIDEO, IMAGE, and TEXT ad creatives for any advertiser from the Google Ads Transparency Center. Filter by region, platform, and date. $1 per 1,000 ads. |
Support
Found a bug or want a new feature? Open a ticket on the Issues tab above — I read and respond to all feedback.
For custom data extraction needs or integrations, feel free to reach out through the Issues tab.


