Skip to content

Commit 7e6df02

Browse files
committed
fix: docs section improvements
Signed-off-by: Gokdeniz Kaymak <[email protected]>
1 parent d776f54 commit 7e6df02

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

documentation/docs/mcp/apify-mcp.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Apify Extension
3-
description: Add Apify as a Goose Extension
3+
description: Add Apify MCP Server as a Goose Extension
44
---
55

66
import Tabs from '@theme/Tabs';
@@ -9,7 +9,7 @@ import CLIExtensionInstructions from '@site/src/components/CLIExtensionInstructi
99
import GooseDesktopInstaller from '@site/src/components/GooseDesktopInstaller';
1010
import { PanelLeft } from 'lucide-react';
1111

12-
This tutorial covers how to add the [Apify MCP Server](https://github.com/apify/apify-mcp-server) as a Goose extension, enabling Goose to fetch context directly from Apify’s 6,000+ ready-to-use web scrapers.
12+
This tutorial covers how to add the [Apify MCP Server](https://mcp.apify.com) as a Goose extension, enabling Goose to call thousands tools from [Apify Store](https://apify.com/store) to extract data from social media, e-commerce sites, search engines, online maps, or any other website.
1313

1414
:::tip TLDR
1515
<Tabs groupId="interface">
@@ -29,10 +29,6 @@ This tutorial covers how to add the [Apify MCP Server](https://github.com/apify/
2929

3030
## Configuration
3131

32-
:::info
33-
Note that you'll need [Node.js](https://nodejs.org/) installed on your system to run this command, as it uses `npx`.
34-
:::
35-
3632
<Tabs groupId="interface">
3733
<TabItem value="ui" label="Goose Desktop" default>
3834
1. Click the <PanelLeft className="inline" size={16} /> button in the top-left to open the sidebar
@@ -59,8 +55,9 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
5955

6056
## Example Usage
6157

62-
The Apify MCP server connects Goose with [Apify](https://apify.com), a platform for web scraping and automation.
63-
On Apify, tasks are packaged as **Actors** — serverless apps that run scrapers, crawlers, or automation scripts.
58+
The Apify MCP server lets you connect Goose to [Apify Store](https://apify.com/store), a marketplace of thousands of read-made tools (called _Actors_) for all kinds of web scraping, crawling, and data extraction use cases.
59+
60+
In this example, Goose will find an Actor for [scraping LinkedIn posts](https://apify.com/store/categories?search=linkedin) to perform a quick research.
6461

6562
- **Thousands of public Actors** for sites like LinkedIn, Google, Amazon, Airbnb
6663
- **Custom Actors** you can build and run privately

0 commit comments

Comments
 (0)