Skip to content

docs: update to Actor numbers across docs #1631

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apify-api/openapi/components/tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@
- '#/reference/store/store-actors-collection'
- '#tag/StoreStore-Actors-collection'
description: |
[Apify Store](https://apify.com/store) is home to hundreds of public Actors available
[Apify Store](https://apify.com/store) is home to thousands of public Actors available
to the Apify community.
The API endpoints described in this section are used to retrieve these Actors.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ category: apify platform
slug: /actor-marketing-playbook/store-basics/how-store-works
---

**Out of the 3,000+ Actors on [Apify Store](https://apify.com/store) marketplace, hundreds of them were created by developers just like you. Let's get acquainted with the concept of Apify Store and what it takes to publish an Actor there.**
**Out of thousands of Actors on [Apify Store](https://apify.com/store) marketplace, most of them were created by developers just like you. Let's get acquainted with the concept of Apify Store and what it takes to publish an Actor there.**

---

Expand All @@ -18,7 +18,7 @@ The term "Actor" is used because, like human actors, these programs follow a scr

## What is Apify Store?

[Apify Store](https://apify.com/store) is a public library of Actors that is constantly growing and evolving. It's basically a publicly visible (and searchable) part of the Apify platform. With over 3,000 Actors currently available, most of them are created and maintained by the community. Actors that consistently perform well remain on Apify Store, while those reported as malfunctioning or under maintenance are eventually removed. This keeps the tools in our ecosystem reliable, effective, and competitive.
[Apify Store](https://apify.com/store) is a public library of Actors that is constantly growing and evolving. It's basically a publicly visible (and searchable) part of the Apify platform. With thousands of Actors currently available, most of them are created and maintained by the community. Actors that consistently perform well remain on Apify Store, while those reported as malfunctioning or under maintenance are eventually removed. This keeps the tools in our ecosystem reliable, effective, and competitive.

### Types of Actors

Expand Down
4 changes: 2 additions & 2 deletions sources/platform/actors/running/store.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: Actors in Store
description: Apify Store is home to hundreds of public Actors available to the Apify community. It's the easiest way for you to start with Apify.
description: Apify Store is home to thousands of public Actors available to the Apify community. It's the easiest way for you to start with Apify.
sidebar_position: 1
slug: /actors/running/actors-in-store
#display H2 to H4 heading
toc_min_heading_level: 2
toc_max_heading_level: 4
---

**[Apify Store](https://apify.com/store) is home to hundreds of public Actors available to the Apify community. It's the easiest way for you to start with Apify.**
**[Apify Store](https://apify.com/store) is home to thousands of public Actors available to the Apify community. It's the easiest way for you to start with Apify.**

---

Expand Down
2 changes: 1 addition & 1 deletion sources/platform/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import homepageContent from "./homepage_content.json";
<CardGrid>
<Card
title="Run Actor from Apify Store"
desc="Apify Store is home to hundreds of public Actors available to the Apify community. It's the easiest way for you to start with Apify."
desc="Apify Store is home to thousands of public Actors available to the Apify community. It's the easiest way for you to start with Apify."
to="/platform/actors/running"
/>
<Card
Expand Down