Skip to content

Commit 7edcb1d

Browse files
ohlavajirispilka
andcommitted
Add links and small tweaks
Co-authored-by: Jiří Spilka <[email protected]>
1 parent 562885d commit 7edcb1d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tools/toolkits/others/apify.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ You can easily integrate any Apify Actor as a tool. Here are some examples:
5151

5252
### 1. RAG Web Browser
5353

54-
The RAG Web Browser Actor is specifically designed for AI and LLM applications. It searches the web for a query or processes a URL, then cleans and formats the content for your agent. This tool is enabled by default.
54+
The [RAG Web Browser](https://apify.com/apify/rag-web-browser) Actor is specifically designed for AI and LLM applications. It searches the web for a query or processes a URL, then cleans and formats the content for your agent. This tool is enabled by default.
5555

5656
```python
5757
from agno.agent import Agent
@@ -71,7 +71,7 @@ agent.print_response("What are the latest developments in large language models?
7171

7272
### 2. Website Content Crawler
7373

74-
This tool uses Apify's Website Content Crawler Actor to extract text content from websites, making it perfect for RAG applications.
74+
This tool uses Apify's [Website Content Crawler](https://apify.com/apify/website-content-crawler) Actor to extract text content from websites, making it perfect for RAG applications.
7575

7676
```python
7777
from agno.agent import Agent
@@ -90,7 +90,7 @@ agent.print_response("Summarize the content from https://docs.agno.com/introduct
9090

9191
### 3. Google Places Crawler
9292

93-
This tool extracts data about businesses from Google Maps and Google Places.
93+
The [Google Places Crawler](https://apify.com/compass/crawler-google-places) extracts data about businesses from Google Maps and Google Places.
9494

9595
```python
9696
from agno.agent import Agent
@@ -153,8 +153,7 @@ agent.print_response(
153153

154154
## Resources
155155

156-
- [Apify Platform Documentation](https://docs.apify.com)
157156
- [Apify Actor Documentation](https://docs.apify.com/Actors)
158157
- [Apify Store - Browse available Actors](https://apify.com/store)
159-
- [How to build an AI Agent](https://blog.apify.com/how-to-build-an-ai-agent/)
158+
- [How to build and monetize an AI agent on Apify](https://blog.apify.com/how-to-build-an-ai-agent/)
160159
- [Agno Framework Documentation](https://docs.agno.com)

0 commit comments

Comments
 (0)