
Apify Store Scraper
Pricing
Pay per usage

Apify Store Scraper
Scrape the Apify Store at scale. Collect actor listings, descriptions, stats, pricing, categories, and tags. Filter by query, use Apify Proxy, and export JSON/CSV for market research, competitor tracking, and trend analysis.
0.0 (0)
Pricing
Pay per usage
0
2
2
Last modified
5 days ago
Apify Store Scraper — scrape actors & stats from the Apify marketplace
Looking for developer profiles instead of actor listings?
Use the Apify Developers Scraper 👉 Open actor
Collect public data about actors listed on the [Apify Store]: titles, names, owners, categories, descriptions, images, usage stats, pricing model, and more—perfect for market research, competitive analysis, lead lists, or internal dashboards.
🤖 What does Apify Store Scraper do?
This actor fetches public actor listings from the Apify Store and saves them to a dataset (JSON/CSV). You can:
- 🔎 Search by a free-text query (title, description, etc.)
- 📊 Export rich stats (runs, users, recent usage, success rates)
- 🧩 Capture metadata (owner, categories, pricing model, images)
It supports an optional query
filter and a maxItems
cap for output size.
💡 Why use this scraper?
- 📈 Track trending tools, categories, and publishers on Apify
- 🧪 Build internal catalogs or “best of” lists with usage metrics
- 🤝 Generate lead lists (creators, emails if publicly listed in bios/readmes)
- 🧠 Benchmark your actors vs. category peers
🚀 How to use
- Add the actor to your Apify account.
- (Optional) Set a Search Query to filter by keywords.
- Set
maxItems
(required). - Run the actor and download results from the Dataset tab.
Tip: The default proxy uses the Apify RESIDENTIAL group for reliability.
📝 Input parameters
Supply inputs as JSON. Only maxItems
is required.
Parameter | Type / Options | Default | Description |
---|---|---|---|
maxItems | integer (≥ 1) | 10 | Required. Maximum number of actor records to save. |
query | string | "" | Optional text filter to search actors by title/description/etc. Empty means “no filter”. |
proxyConfiguration | object (Apify proxy config) | Proxy settings. Prefill uses Apify RESIDENTIAL proxy group. |
🔧 Examples
Get the first 50 actors (no filter):
{"maxItems": 50,"query": "","proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"]}}
Search for “tiktok” and limit to 25 actors:
{"maxItems": 25,"query": "tiktok","proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"]}}
Research “crawler” tools (top 200):
{"maxItems": 200,"query": "crawler","proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"]}}
📊 Output
Each dataset item corresponds to one actor. Common fields include:
-
title
,name
,username
,description
-
categories
(array),pictureUrl
,notice
-
userFullName
,userPictureUrl
-
currentPricingInfo
(pricing model and details if available) -
stats
:totalBuilds
,totalRuns
,totalUsers
totalUsers7Days
,totalUsers30Days
,totalUsers90Days
lastRunStartedAt
,totalMetamorphs
publicActorRunStats30Days
(SUCCEEDED, FAILED, TIMED-OUT, ABORTED, TOTAL)
-
objectID
(internal/store identifier)
Sample (shortened):
{"title": "Website Content Crawler","name": "website-content-crawler","username": "apify","stats": {"totalBuilds": 357,"totalRuns": 18969894,"totalUsers": 76615,"totalUsers7Days": 2918,"totalUsers30Days": 8888,"totalUsers90Days": 22035,"lastRunStartedAt": "2025-09-24T17:16:16.626Z","totalMetamorphs": 476,"publicActorRunStats30Days": {"ABORTED": 9570,"FAILED": 11353,"SUCCEEDED": 1212273,"TIMED-OUT": 38128,"TOTAL": 1273677}},"description": "Crawl websites and extract text content to feed AI models...","categories": ["AI", "DEVELOPER_TOOLS"],"pictureUrl": "https://…/CleanShot.png","notice": "NONE","userPictureUrl": "https://…/profile.png","userFullName": "Apify","currentPricingInfo": { "pricingModel": "FREE" },"objectID": "aYG0l9s7dbB7j3gbS"}
💳 Pricing
Runs consume Apify platform resources (compute units, storage, proxy). The actor itself does not add extra fees beyond standard Apify usage. See Apify Pricing for plan details.
📥 Integrations
- Export results as JSON, CSV, or Parquet.
- Stream to your app or warehouse via the Apify API.
- Connect with Zapier/Make, webhooks, or your own pipelines.
🆘 Support
Need help or a custom field? Open an issue or message me on Telegram: t.me/igolaizola.
⚖️ Legal & Ethics
- Review and comply with Apify's terms and acceptable-use policies.
- Use results responsibly and respect applicable laws (e.g., GDPR/CCPA).
- Do not misuse scraped data or misrepresent affiliations.
📜 Disclaimer
This actor is an independent tool and is not affiliated with, endorsed, or sponsored by Apify. All trademarks are the property of their respective owners.