Apify Store Competitor Intel · Users, Ratings & Pricing avatar

Apify Store Competitor Intel · Users, Ratings & Pricing

Pricing

from $0.70 / 1,000 actor scrapeds

Go to Apify Store
Apify Store Competitor Intel · Users, Ratings & Pricing

Apify Store Competitor Intel · Users, Ratings & Pricing

Export public Apify Store Actors: 30-day users, ratings, pricing model, categories and seller. Search, category, seller, or full catalog (paid). One row per Actor — not per creator.

Pricing

from $0.70 / 1,000 actor scrapeds

Rating

0.0

(0)

Developer

Corentin Robert

Corentin Robert

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

What does Apify Store Competitor Intel do?

This Actor reads the public Apify Store API (GET /v2/store) and exports one row per Actor. You get the intel sellers actually use before they build: 30-day users, rating, flattened pricing, categories, and who publishes it.

It is not a creator-email scraper. For public creator profiles (optional email, socials), use Apify Creator Scraper. This Actor is the Actor-level ranking file.

Empty fields mean the Store did not publish that signal — not a failed scrape.

Why scrape the Apify Store?

If you sell (or want to sell) on Apify, the question is what already wins — not another gut-feel niche.

  • Rank a category by users / 30 days before you write a line of code
  • Compare PPE vs rental vs free on a single listPriceUsd column
  • Watch a seller (compass, apify, a competitor username) without clicking 40 listing pages
  • Export JSON / CSV / Excel, schedule a weekly snapshot, pipe it into Sheets or n8n

On Apify you can schedule runs, download datasets, and call the Actor from the API.

What data can this Apify Store scraper extract?

FieldDescription
title, name, username, storeUrlListing identity and public URL
users7Days, users30Days, users90Days, usersTotalStore user counts
rating, reviewCount, bookmarkCountSocial proof
pricingModel, pricingLabel, listPriceUsd, listPriceUnitFlattened pricing (PPE primary event, rental, PPR, or Free)
categories, categoriesLabelStore categories
runs30Days, successRate30DaysPublic run volume and success share
userFullName, profileUrlSeller identity

Not extracted (and not invented): private emails, source code, README full text, input schemas, unpublished Actors, your own analytics.

How to scrape Apify Store competitor intel

  1. Open this Actor in Apify Console.
  2. Step 1 — Mode: leave Search (keyword, cap 2,000) or switch to Full catalog (paid, up to 50,000). Catalog ignores the keyword; category and seller still apply.
  3. Step 2 — Search (Search mode only): keep maps, or paste username/actor-name, a listing URL, a category, and/or a seller username.
  4. Leave Max Actors at 20 for a first run, then raise it. Full catalog: raise toward 50,000.
  5. Optional: min users (30 days), min rating, pricing model, sort.
  6. Click Start. Download JSON, CSV, or Excel. Use Actors — Overview for the ranking table, Actors — Pricing for comparable prices.

In Search mode, a keyword, category, or seller is required. Full catalog is paid Apify plans only. The source is the official public Store JSON — no browser, no HTML parse.

See the Input tab for the visible options.

How much does it cost to scrape the Apify Store?

This Actor uses pay-per-event pricing. Actor start is $0.00005 (Apify default — first 5 seconds of compute included). You only pay per unique Actor written to the dataset. Paid Apify plans get a lower price per row.

Free plan: a run stops at 20 Actors — enough to test. Search: paid plans can raise Max Actors up to 2,000. Full catalog (paid only) goes up to 50,000.

Apify planPer ActorPer 1,000
Free$0.001$1.00
Bronze$0.0009$0.90
Silver$0.0008$0.80
Gold$0.0007$0.70
Platinum$0.0006$0.60
Diamond$0.0005$0.50
RunApprox. cost
Default / Free cap (20 Actors)$0.02
100 Actors (paid plans)$0.10
1,000 Actors (paid plans)$1.00
Full Store (~46k, paid)~$46 on Free-tier PPE; ~$23 on Diamond

Set Max Actors and, on Apify, a max total charge so a run cannot exceed your budget.

Default memory is 512 MB (HTTP JSON only, no browser).

Input

See the Input tab for full configuration options.

FieldNotes
ModeSearch vs Full catalog (paid)
Keyword or Actor URLmaps, compass/crawler-google-places, or a listing / profile URL (ignored in Full catalog)
Store categoryOfficial Store slugs — works in Search and Full catalog
Seller usernameOnly that publisher — works in Search and Full catalog
Pricing model / Sort / Min users / Min ratingOptional filters
Max ActorsGlobal unique-row cap

Output

You can download the dataset as JSON, HTML, CSV, or Excel.

{
"title": "Example Maps Scraper",
"name": "example-maps-scraper",
"username": "example-seller",
"storeUrl": "https://apify.com/example-seller/example-maps-scraper",
"users30Days": 1200,
"rating": 4.7,
"reviewCount": 80,
"pricingModel": "PAY_PER_EVENT",
"pricingLabel": "PPE · $0.004 / Scraped place",
"listPriceUsd": 0.004,
"listPriceUnit": "per_event",
"categoriesLabel": "Lead generation, Travel"
}

Console views:

  • Overview — title, seller, users 30d, rating, pricing
  • Rankings — users 7 / 30 / 90, reviews, bookmarks, success %
  • Pricing — model, list price, primary event, rental trial

Tips

  • Sort Popularity in a category to see what actually gets used.
  • listPriceUsd is a comparable number (primary PPE event at the Free Apify plan, or monthly rental). Add-on PPE events are not summed.
  • Full catalog ignores the keyword only. Keep a category or seller if you want “all of Lead generation” or “everything from compass”.
  • Creator emails live on a different Actor: Apify Creator Scraper.

FAQ

Is this the same as Apify Creator Scraper?

No. Creator Scraper = one row per profile (optional public email). This Actor = one row per Store Actor (users, stars, pricing). Complementary, not a duplicate.

Do I need an Apify API token to read the Store?

No. GET https://api.apify.com/v2/store is public. This Actor paginates it, flattens pricing, and writes a dataset.

Can I export the whole Store?

Yes, on a paid Apify plan: Mode Full catalog, raise Max Actors (the Store is ~46k public Actors). Free plans are capped at 20 rows and cannot use Full catalog.

Are the numbers official?

They are whatever Apify publishes on the public Store API at run time (users, ratings, pricing). They are not your Console analytics.

This Actor only reads public Store listings via Apify’s own public API. It does not log into accounts or extract private data. You should still use the export for legitimate research (what to build, how to price, who already owns a niche) and respect Apify’s Terms of Service.

Support

Questions or issues? Open the Issues tab on this Actor, or email corentin@outreacher.fr. Programmatic runs: see the API tab.