Apify Store Scraper
Pricing
from $3.90 / 1,000 results
Apify Store Scraper
A powerful Apify Actor designed to extract comprehensive data from the Apify Store. This scraper can discover available Actors, collect detailed Actor information, and extract key metadata, making it perfect for market research and competitor analysis.
Pricing
from $3.90 / 1,000 results
Rating
5.0
(1)
Developer
ScoutLayer
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Scrape data from the Apify Store including actor details, reviews, pricing, issues, and organization profiles. Powered by ScoutLayer.
Features
- Seed: Discover all actor slugs from Apify's sitemaps
- Actor Detail: Get full metadata for specific actors (description, stats, pricing, categories, developer info)
- Actor Reviews: Extract reviews with ratings and content
- Actor Issues: Fetch issue threads with full body and comments
- Org Profile: Get organization profiles with their published actors
Input
Scrape Type
Select the type of data to scrape using the scrapeType field:
| Value | Description |
|---|---|
seed | Discover all actor slugs from Apify sitemaps (no slugs needed) |
actor | Fetch full detail + pricing for one or more actors |
actor-reviews | Extract reviews for one or more actors |
actor-issues | Fetch issue threads (with body and comments) for one or more actors |
org | Fetch organization profile and their published actors |
All Input Fields
| Field | Type | Required for | Description |
|---|---|---|---|
scrapeType | string | Always | Scrape type (see table above) |
slugs | array | actor, actor-reviews, actor-issues, org | Actor or org slugs, e.g. ["apify/web-scraper"] or ["apify"] |
Output
Results are stored in the dataset under the key results. The shape varies by scrape type.
Seed
Each result is a discovered actor slug.
{ "slug": "apify/web-scraper" }
Actor Detail
{"name": "Web Scraper","slug": "apify/web-scraper","description": "Crawls arbitrary websites using the Chrome browser...","avatarUrl": "https://apify.com/...","actorId": "moJRLRc85AitArpNN","pricingSummary": "Free, $49/month","rating": 4.7,"reviewCount": 312,"developer": {"name": "Apify","url": "https://apify.com/apify","maintainedBy": "Apify"},"stats": {"bookmarked": "2.5k","totalUsers": "180k","monthlyUsers": "12k","issuesResponse": "< 1 day","lastModified": "2 days ago"},"categories": [{ "name": "Scraping", "handle": "scraping", "url": "https://apify.com/store/categories/scraping" }],"pricing": {"plans": ["Free", "Scale"],"items": [{"name": "Actor compute units","isPrimary": true,"prices": { "Free": "$0.30/CU", "Scale": "$0.25/CU" }}]}}
Actor Reviews
{"slug": "apify/web-scraper","avgRating": 4.7,"totalReviews": 312,"reviews": [{"username": "john_doe","timestamp": "3 months ago","stars": 5,"content": "Works great for large-scale crawls."}]}
Actor Issues
{"slug": "apify/web-scraper","issues": [{"id": "abc123","title": "Memory limit exceeded on large datasets","url": "https://apify.com/apify/web-scraper/issues/abc123","author": "jane_smith","createdAt": "2024-05-10","status": "open","commentCount": 3,"body": "When processing more than 10k URLs the actor crashes with OOM...","comments": [{"author": "apify_support","createdAt": "2024-05-11","content": "Thank you for reporting this. We are investigating..."}]}]}
Org Profile
{"name": "Apify","username": "apify","avatarUrl": "https://apify.com/...","bio": "The full-stack web scraping and data extraction platform.","joinDate": "January 2018","metrics": {"Actors": "120","Runs": "50M+"},"actors": [{"name": "Web Scraper","slug": "apify/web-scraper","url": "https://apify.com/apify/web-scraper","description": "Crawls arbitrary websites using the Chrome browser...","authorFullName": "Apify","totalUsers": "180k","rating": "4.7","ratingCount": "312"}]}
Usage Examples
Discover All Actors (Seed)
{"scrapeType": "seed"}
Scrape Actor Detail
{"scrapeType": "actor","slugs": ["apify/web-scraper", "apify/cheerio-scraper"]}
Scrape Actor Reviews
{"scrapeType": "actor-reviews","slugs": ["apify/web-scraper"]}
Scrape Actor Issues
{"scrapeType": "actor-issues","slugs": ["apify/web-scraper"]}
Scrape Org Profile
{"scrapeType": "org","slugs": ["apify"]}
Support
For issues or questions, visit scoutlayer.io.