Apify Store Scraper
This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?
See alternative ActorsApify Store Scraper
Extract all Actors from the Apify Store. Includes cost, trial minutes, number of users, number of builds, version, author, and more. Optionally filter by category or search term. Download as JSON, JSONL, XML, CSV, Excel, or HTML formats.
You can access the Apify Store Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "startUrls": [
3 {
4 "url": "https://apify.com/store"
5 }
6 ],
7 "listingFilterMaxCount": 100,
8 "maxRequestRetries": 3,
9 "maxRequestsPerMinute": 120,
10 "minConcurrency": 1,
11 "requestHandlerTimeoutSecs": 180,
12 "logLevel": "info",
13 "errorReportingDatasetId": "REPORTING"
14}' |
15apify call jurooravec/apify-store-scraper --silent --output-dataset
Apify Store Scraper API through CLI
The Apify CLIis the official tool that allows you to use Apify Store Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: