Skip to content

Commit fe12d52

Browse files
authored
docs: update to Actor numbers across docs (#1631)
Update to prose where we mention hundreds or specific number which gets invalid quickly
1 parent 6849c4d commit fe12d52

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

apify-api/openapi/components/tags.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@
375375
- '#/reference/store/store-actors-collection'
376376
- '#tag/StoreStore-Actors-collection'
377377
description: |
378-
[Apify Store](https://apify.com/store) is home to hundreds of public Actors available
378+
[Apify Store](https://apify.com/store) is home to thousands of public Actors available
379379
to the Apify community.
380380
The API endpoints described in this section are used to retrieve these Actors.
381381

sources/academy/platform/get_most_of_actors/store_basics/how_store_works.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ category: apify platform
66
slug: /actor-marketing-playbook/store-basics/how-store-works
77
---
88

9-
**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.**
9+
**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.**
1010

1111
---
1212

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

1919
## What is Apify Store?
2020

21-
[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.
21+
[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.
2222

2323
### Types of Actors
2424

sources/platform/actors/running/store.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Actors in Store
3-
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.
3+
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.
44
sidebar_position: 1
55
slug: /actors/running/actors-in-store
66
#display H2 to H4 heading
77
toc_min_heading_level: 2
88
toc_max_heading_level: 4
99
---
1010

11-
**[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.**
11+
**[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.**
1212

1313
---
1414

sources/platform/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import homepageContent from "./homepage_content.json";
2222
<CardGrid>
2323
<Card
2424
title="Run Actor from Apify Store"
25-
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."
25+
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."
2626
to="/platform/actors/running"
2727
/>
2828
<Card

0 commit comments

Comments
 (0)