Apify Store Scraper avatar
Apify Store Scraper

Deprecated

Pricing

Pay per usage

Go to Store
Apify Store Scraper

Apify Store Scraper

Deprecated

Developed by

Juro Oravec

Juro Oravec

Maintained by Community

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.

0.0 (0)

Pricing

Pay per usage

3

Total users

43

Monthly users

1

Last modified

2 years ago

You can access the Apify Store Scraper programmatically from your own applications by using the Apify API. You can also 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 CLI is 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: