Join our hackathon to build next-gen interfaces with goose and win prizes. Deadline Nov 14.
Skip to main content

Apify Extension

This tutorial covers how to add the Apify MCP server as a goose extension, enabling goose to call thousands of tools from Apify Store to extract data from social media, e-commerce sites, search engines, online maps, or any other website.

Configuration

TLDR

Custom Request Header

Authorization: Bearer <YOUR_APIFY_TOKEN>
  1. Launch the installer
  2. Click Yes to confirm the installation
  3. Get your Apify Token and paste it in
  4. Click Add Extension
  5. Click the button in the top-left to open the sidebar
  6. Navigate to the chat

Example Usage

The Apify MCP server lets you connect goose to Apify Store, a marketplace of thousands of ready-made tools (called Actors) for all kinds of web scraping, crawling, and data extraction use cases. Learn more about Apify Actors in the official documentation

In this example, goose will use the Google Places Scraper Actor to identify the most credible, top-rated Italian restaurant in Prague based on public ratings, reviews, and fine-dining recognition.

goose Prompt


( O)> Find the top-rated Italian restaurant in Prague with verifiable credibility — use Apify MCP to find Google Maps review scraper Actor, focus on places with at least 200+ reviews, an average rating of 4.7 or higher on Google, TripAdvisor, or OpenTable, and any Michelin or fine-dining recognition. Include the restaurant’s name, rating, total review count, address, cuisine style, and a short summary of what makes it stand out (e.g., service, ambiance, or signature dishes). Return to me only 1 restaurant with the highest rating to review count ratio

goose Output


Based on the gathered information, the top-rated Italian restaurant in Prague with verifiable credibility is:

### **Al Tagliere**

* **Rating:** 4.7/5
* **Total Reviews:** 457
* **Address:** [Al Tagliere on TripAdvisor](https://www.tripadvisor.com/Restaurant_Review-g274707-d6835155-Reviews-Al_Tagliere-Prague_Bohemia.html)
* **Cuisine Style:** Italian
* **Summary:** Al Tagliere is celebrated for its authentic Italian dishes that showcase regional flavors. The restaurant is known for its delightful ambiance, attentive service, and signature dishes such as homemade pasta and traditional desserts. Patrons frequently highlight the freshness of ingredients and the welcoming atmosphere, making it a preferred choice for both locals and tourists.

This restaurant has a strong reputation and meets your criteria for quality and credibility.