Apify Store Scraper
by igolaizola
Automatically scrape Apify Store listings for data, stats, and pricing. Export JSON/CSV for market research, competitor tracking, and trend analysis.
Opens on Apify.com
About Apify Store Scraper
Need to understand what's trending in the Apify Store or keep tabs on the competition? This scraper is your backstage pass. I built it because I wanted to track new actors and pricing changes without manually checking the store every day. It pulls everything you see on a listing page: the full description, monthly run stats, pricing tiers, categories, and all the tags. You can filter results by a search query to narrow things down, and it runs smoothly through Apify Proxy to avoid blocks. When it's done, you get clean, structured data in JSON or CSV format. I use the output for a few key things: market research to spot gaps for new actors, competitor tracking to see who's launching what, and trend analysis to understand which categories are heating up. It just automates the tedious part of gathering public info so you can focus on the insights.
What does this actor do?
Apify Store Scraper is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.
Key Features
- Cloud-based execution - no local setup required
- Scalable infrastructure for large-scale operations
- API access for integration with your applications
- Built-in proxy rotation and anti-blocking measures
- Scheduled runs and webhooks for automation
How to Use
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
Apify Store Scraper
Scrapes public listings from the Apify Store to collect data on actors, including their metadata, usage statistics, and pricing. Outputs structured data (JSON/CSV) suitable for market research, competitive analysis, lead generation, or building internal dashboards.
Looking for developer profiles instead of actor listings? Use the Apify Developers Scraper Open actor
Key Features
- Collects comprehensive actor data: Fetches titles, names, owner details, categories, descriptions, images, and pricing models.
- Exports usage statistics: Captures run history, user counts, recent activity (7/30/90 days), and success/failure rates.
- Search and filter: Optionally filter results using a free-text
queryparameter to search actor titles and descriptions. - Controlled output: Limit the number of results with the required
maxItemsparameter. - Reliable scraping: Uses the Apify proxy (defaulting to the RESIDENTIAL proxy group) by default for robust operation.
How to Use
- Add the actor to your Apify account.
- Configure the input (see below). Only
maxItemsis strictly required. - Run the actor.
- Download the results from the Dataset tab in JSON or CSV format.
Input Parameters
Provide input as a JSON object. The proxyConfiguration shown here uses the recommended default.
| Parameter | Type | Default | Description |
|---|---|---|---|
maxItems |
integer (≥ 1) | 10 |
Required. The maximum number of actor records to return. |
query |
string | "" |
Optional. A search string to filter actors by title, description, etc. Leave empty for no filter. |
proxyConfiguration |
object | { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] } |
Proxy settings. The prefill uses Apify's RESIDENTIAL proxy group. |
Example Inputs
Get the first 50 actors (no filter):
{
"maxItems": 50,
"query": "",
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}
Search for "tiktok" and get up to 25 results:
{
"maxItems": 25,
"query": "tiktok",
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}
Output
The actor saves results to a dataset where each item represents one Apify Store actor. Key output fields include:
- Basic Info:
title,name,username,description,categories[],pictureUrl - Owner Info:
userFullName,userPictureUrl - Pricing:
currentPricingInfo(model and details) - Statistics:
statsobject containing:totalRuns,totalUsers,totalBuildstotalUsers7Days,totalUsers30Days,totalUsers90DayslastRunStartedAtpublicActorRunStats30Days(counts for SUCCEEDED, FAILED, TIMED-OUT, ABORTED, TOTAL)
- Identifier:
objectID(internal store ID)
Sample Output (Shortened)
{
"title": "Website Content Crawler",
"name": "website-content-crawler",
"username": "apify",
"stats": {
"totalRuns": 18969894,
"totalUsers": 76615,
"totalUsers30Days": 8888,
"publicActorRunStats30Days": {
"SUCCEEDED": 1212273,
"FAILED": 11353,
"TOTAL": 1273677
}
},
"description": "Crawl websites and extract text content...",
"categories": ["AI", "DEVELOPER_TOOLS"],
"userFullName": "Apify",
"currentPricingInfo": { "pricingModel": "FREE" },
"objectID": "aYG0l9s7dbB7j3gbS"
}
Categories
Common Use Cases
Market Research
Gather competitive intelligence and market data
Lead Generation
Extract contact information for sales outreach
Price Monitoring
Track competitor pricing and product changes
Content Aggregation
Collect and organize content from multiple sources
Ready to Get Started?
Try Apify Store Scraper now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- igolaizola
- Pricing
- Paid
- Total Runs
- 84
- Active Users
- 7
Related Actors
Web Scraper
by apify
Cheerio Scraper
by apify
Website Content Crawler
by apify
Legacy PhantomJS Crawler
by apify
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support