Skip to content
Open
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 sources/academy/glossary/tools/apify_cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The [Apify CLI](/cli) helps you create, develop, build and run Apify Actors, and

## Installing {#installing}

To install the Apfiy CLI, you'll first need npm, which comes preinstalled with Node.js. If you haven't yet installed Node, [learn how to do that](../../webscraping/scraping_basics_javascript/data_extraction/computer_preparation.md). Additionally, make sure you've got an Apify account, as you will need to log in to the CLI to gain access to its full potential.
To install the Apify CLI, you'll first need npm, which comes preinstalled with Node.js. If you haven't yet installed Node, [learn how to do that](../../webscraping/scraping_basics_javascript/data_extraction/computer_preparation.md). Additionally, make sure you've got an Apify account, as you will need to log in to the CLI to gain access to its full potential.

Open up a terminal instance and run the following command:

Expand Down
2 changes: 1 addition & 1 deletion sources/platform/actors/development/automated_tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ await expectAsync(runResult).withKeyValueStore(({ contentType }) => {
},

// This also checks for existence of the key-value key
{ keyName: 'apify.com-scroll_losless-comp' },
{ keyName: 'apify.com-scroll_lossless-comp' },
);
```

Expand Down
2 changes: 1 addition & 1 deletion sources/platform/actors/publishing/badge.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The Badge is a dynamic SVG image loaded from the Apify platform. The Badge is se
https://apify.com/actor-badge?actor=<USERNAME>/<ACTOR>
```

In order to embed the badge in the HTML documentation, just use it as an image wrapped in a link as shown in the example below. Don't froget to use the `username` and `actor-name` of your Actor.
In order to embed the badge in the HTML documentation, just use it as an image wrapped in a link as shown in the example below. Don't forget to use the `username` and `actor-name` of your Actor.

#### Example

Expand Down
4 changes: 2 additions & 2 deletions sources/platform/actors/publishing/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ To ensure long-term quality and improve your chances of successfully monetizing

- Addressing bug reports & issues
- Implementing updates & improvements
- Responding to user inquireies & feedback
- Responding to user inquiries & feedback

<img src={require("./images/apify-store.webp").default} title="Apify Store" />

Expand All @@ -72,7 +72,7 @@ Ensure periodic testing, either manually or by [setting up automatic testing](..
To find ideas for new Actor, consider the following sources:

- Your own experiences with friends, colleagues, and customers
- SEO tools to identify search terms, websites related to web scrapint, web automation, or web integrations (see the [SEO article](https://apify.notion.site/SEO-990259fe88a84fd0a85ce6d3b394d8c1) for more details)
- SEO tools to identify search terms, websites related to web scraping, web automation, or web integrations (see the [SEO article](https://apify.notion.site/SEO-990259fe88a84fd0a85ce6d3b394d8c1) for more details)
- The [Actor ideas page](https://apify.com/ideas) to find Actors in demand by the Apify community
- Our [Discord community](https://discord.com/invite/jyEM2PRvMU), especially the [#hire-freelancers](https://discord.com/channels/801163717915574323/1022804760484659210) channel can offer great insights

Expand Down
6 changes: 3 additions & 3 deletions sources/platform/actors/publishing/monetize/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ Choose the pricing model for your Actor.
Follow the monetization wizard to configure your pricing model.
<Tabs>
<TabItem value="Rental" label="Rental">
![rental moentization wizard](../images/rental-wizard.png)
![rental monetization wizard](../images/rental-wizard.png)
</TabItem>
<TabItem value="Pay-per-result" label="Pay-per-result">
![ppr moentization wizard](../images/ppr-wizard.png)
![ppr monetization wizard](../images/ppr-wizard.png)
</TabItem>
<TabItem value="Pay-per-event" label="Pay-per-event">
![ppe moentization wizard](../images/ppe-wizard.png)
![ppe monetization wizard](../images/ppe-wizard.png)
</TabItem>
</Tabs>

Expand Down
4 changes: 2 additions & 2 deletions sources/platform/actors/publishing/publish.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Before making your Actor public, it's important to ensure your Actor has a clear
Once you've finished coding and testing your Actor, it's time to publish it. Follow these steps:

1. From your Actor's page in the Apify Console, go to **Publication** > **Display information**
2. Fill in all the relevaent fields for your Actor (e.g., **Icon**, **Actor name**, **Description**, **Categories**)
2. Fill in all the relevant fields for your Actor (e.g., **Icon**, **Actor name**, **Description**, **Categories**)
3. Save your changes

![Actor settings](./images/actor-display-information.webp)
Expand All @@ -25,7 +25,7 @@ After filling in all the required fields, the **Publish to Store** button will t

![Publish your Actor](./images/publish-actor-to-store.webp)

To verity that your Actor has been published successfully, go to the [Apify Store](https://apify.com/store), search for your Actor's name. Click on your Actor's card, to view its dedicated page. This is the page where users will likely have their first interaction with your ACtor, so carefully review it and ensure everything is set up correctly.
To verify that your Actor has been published successfully, go to the [Apify Store](https://apify.com/store), search for your Actor's name. Click on your Actor's card, to view its dedicated page. This is the page where users will likely have their first interaction with your Actor, so carefully review it and ensure everything is set up correctly.

![Apify Store](./images/apify-store.webp)

Expand Down
2 changes: 1 addition & 1 deletion sources/platform/actors/running/store.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Pay per event Actor pricing model is very similar to the pay per result model. Y

#### How do I know Actor is paid per events?

You will the that the Actor is paid per events next to the Actor name.
You will see that the Actor is paid per events next to the Actor name.

[//]: # (TODO: also show the screenshot from Apify Store on Web)

Expand Down
2 changes: 1 addition & 1 deletion sources/platform/collaboration/list_of_permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 12.2
slug: /collaboration/list-of-permissions
---

**Learn about the access rights you can grant to other users. See a list of all access options for Apify resources such as Actors, actActoror runs/tasks and storage.**
**Learn about the access rights you can grant to other users. See a list of all access options for Apify resources such as Actors, runs/tasks and storage.**

---

Expand Down
2 changes: 1 addition & 1 deletion sources/platform/integrations/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import CardGrid from '@site/src/components/CardGrid';

Integrations allow you to combine separate applications and take advantage of their combined capabilities. Automation of these online processes increases your productivity. That's why we made Apify in a way that allows you to connect it with practically any cloud service or web app and make it part of your larger projects.

If you are building a service and your users could benefit from integrating with Apify or wise-versa then ready the [integrate with Apify](./integrate_with_apify.md).
If you are building a service and your users could benefit from integrating with Apify or vise-versa then ready to [integrate with Apify](./integrate_with_apify.md).

## Built-in integrations

Expand Down
2 changes: 1 addition & 1 deletion sources/platform/storage/request_queue.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ import { CheerioCrawler, Dataset } from 'crawlee';

interface Input {
startUrls: string[];
persistRquestQueueName: string;
persistRequestQueueName: string;
}

await Actor.init();
Expand Down
Loading