VOOZH about

URL: https://apify.com/applora/apify-store-scraper

⇱ Apify Store Scraper Β· Apify


Pricing

from $3.90 / 1,000 results

Go to Apify Store

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

πŸ‘ Applora

Applora

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

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:

ValueDescription
seedDiscover all actor slugs from Apify sitemaps (no slugs needed)
actorFetch full detail + pricing for one or more actors
actor-reviewsExtract reviews for one or more actors
actor-issuesFetch issue threads (with body and comments) for one or more actors
orgFetch organization profile and their published actors

All Input Fields

FieldTypeRequired forDescription
scrapeTypestringAlwaysScrape type (see table above)
slugsarrayactor, actor-reviews, actor-issues, orgActor 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.

You might also like

Apify Actor Scraper

viridian_butter/apify-actor-scraper

The Apify Actor Scraper is a high-performance, reliable web scraping tool designed to extract comprehensive metadata from the Apify Store. It provides developers and researchers with a clear view of the Apify ecosystem by collecting detailed information on available Actors.

3

Apify Store Scraper

vulnv/apify-store-scraper

Scrape detailed information about Apify Actors from the Apify Store. Extract actor metadata, pricing, statistics, reviews, and more with advanced filtering options.

Shopify AppStore Scraper

applora/shopify-appstore-scraper

A powerful Apify Actor designed to extract comprehensive data from the Shopify App Store. This scraper can discover all available apps, collect detailed application information, and extract user reviews from any Shopify app, making it perfect for market research, and competitor analysis.

Apify Store Scraper

gio21/apify-store-scraper

Scrape and analyze 20,000+ public actors from the Apify Store.

Apify Store Scraper

igolaizola/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.

πŸ‘ User avatar

IΓ±igo Garcia Olaizola

21

Apify Store Actors Scraper 2025

jupri/apify-store

πŸ’« Apify.com Store Extension

πŸŽ‰ Apify Actors

prog-party/apify-actors

This Apify Actors Actor retrieves data from Apify, allowing to filter, and returns a list of actors as a Dataset.

Related articles

Introduction to Apify Store: the world’s largest marketplace of web scrapers
Read more
How to monetize your API (and get new users)
Read more
Announcing Apify CLI v1
Read more