Skip to content
Apify MCP logo

Web search and fetch tool for AI agents and RAG pipelines.

Visit Website
Tracked since2026
0 reviews tracked

The Bottom Line

Entry price

Free plan available, paid tiers above

Biggest pro

Quick response times for great user experience.

Biggest con

Standard Actor run may be too slow for production applications due to Docker container and browser startup time.

TL;DR - Apify MCP

  • Queries Google Search and scrapes top results using a full web browser, returning clean Markdown for LLM processing.
  • Supports dynamic JavaScript-heavy websites, anti-scraping bypass, and flexible scraping modes.
  • Offers a Standby mode for production use, enabling fast, parallel request handling via HTTP.
Pricing: Free plan available
Best for: Growing teams

What is Apify MCP?

Editorial review
RAG Web Browser is an Apify Actor that provides web browsing functionality for AI agents and LLM applications, similar to the web browsing feature in ChatGPT. It accepts a search phrase or a URL, queries Google Search, then crawls web pages from the top search results, cleans the HTML, converts it to text or Markdown, and returns it back for processing by the LLM application. The extracted text can then be injected into prompts and retrieval augmented generation (RAG) pipelines, to provide your LLM application with up-to-date context from the web. It supports dynamic JavaScript-heavy websites using a headless browser, automatically bypasses anti-scraping protections using proxies and browser fingerprints, and offers flexible scraping with Browser mode for complex websites or Plain HTML mode for faster scraping. Output formats include Markdown, plain text, and HTML. It also supports OpenAPI and MCP for easy integration and is open source, so you can review and modify it. The Actor can be used in two ways: as a standard Actor by passing it an input object with the settings, or in the Standby mode by sending it an HTTP request. Standby mode is preferred for production applications because if the Actor is already running, it will return the results much faster and can handle multiple requests in parallel, utilizing computing resources more efficiently.

Pros & Cons

Pros

  • Quick response times for great user experience.
  • Flexible scraping with Browser mode for complex websites or Plain HTML mode for faster scraping.
  • Supports OpenAPI and MCP for easy integration.

Cons

  • Standard Actor run may be too slow for production applications due to Docker container and browser startup time.
  • Pricing is pay-per-usage, which can become costly with high-volume usage.

Key Features

Accepts search phrases or URLs for web content extraction.Queries Google Search and crawls top N pages from search results.Supports dynamic JavaScript-heavy websites using a headless browser.Automatically bypasses anti-scraping protections using proxies and browser fingerprints.Output formats include Markdown, plain text, and HTML.Supports OpenAPI and MCP for easy integration.Open source for review and modification.Standby mode for production use with fast, parallel HTTP request handling.

Pricing Plans

Pricing checked Jul 31, 2026

Free

$0 / mo or Free

  • $5 to spend in Apify Store or on your own Actors
  • $0.2 per compute unit
  • Community support
  • No Apify Store discount

Starter

$29 / mo + pay as you go

  • $29 to spend in Apify Store or on your own Actors
  • $0.2 per compute unit
  • Chat support
  • Bronze Apify Store discount

Scale

$199 / mo + pay as you go

  • $199 to spend in Apify Store or on your own Actors
  • $0.16 per compute unit
  • Priority chat support
  • Silver Apify Store discount

Business

$999 / mo + pay as you go

  • $999 to spend in Apify Store or on your own Actors
  • $0.13 per compute unit
  • Account manager
  • Gold Apify Store discount

Enterprise

Custom

  • Custom scraping solutions
  • Scalable pricing
  • SLAs with guaranteed data
  • Dedicated team of experts

Is Apify MCP worth the price?

72/100

Apify MCP's pricing is fair for a managed web scraping and search tool, with the Free tier offering a generous $5 credit to start.

The Starter tier at $29/mo is a solid entry point for small-scale AI agents, but the Scale tier at $199/mo and Business tier at $999/mo get expensive quickly for heavy usage, especially with per-compute-unit costs that don't drop dramatically. Best for developers and teams needing reliable, scalable web data extraction without building their own infrastructure.

Hidden Costs & Gotchas

Overage fees at $0.20 per compute unit

No free trial, only free tier with $5 credit

Yearly billing required for any discount

Apify Store discount only applies to certain actors

Account manager only at $999/mo Business tier

How Apify MCP Compares to Competitors

Apify MCP is more expensive than self-hosting open-source scrapers like Scrapy or Playwright, but offers a managed platform with built-in AI agent integration. Compared to proprietary APIs like SerpAPI or Zyte, Apify's pricing is competitive for its compute-unit model, though heavy users may find costs add up quickly versus flat-rate alternatives.

Reviews

Improve Your Thinking Patterns Using ChatGPT cover
$99Free with your review

Review Apify MCP, get a free AI guide

Share your experience and we will send you Improve Your Thinking Patterns Using ChatGPT, free.

Write a review

Best Apify MCP Alternatives

Top alternatives based on features, pricing, and user needs.

View full list →

Most buyers shortlist 2 or 3 tools before committing. Pull a side-by-side comparison or browse the full alternatives shortlist below.

Explore More

Apify MCP FAQ

How does the Standby mode improve performance for production applications?

In Standby mode, the Actor runs an HTTP web server that receives requests with search phrases and responds with extracted web content. If the Actor is already running, it returns results much faster than starting a new Docker container and browser each time. Additionally, Standby mode can handle multiple requests in parallel, utilizing computing resources more efficiently.

Can RAG Web Browser handle JavaScript-heavy websites?

Yes, it supports dynamic JavaScript-heavy websites using a headless browser. It also offers a Plain HTML mode for faster scraping when JavaScript rendering is not needed.

What output formats does RAG Web Browser support?

It supports Markdown, plain text, and HTML output formats, allowing you to choose the best format for your LLM application or RAG pipeline.

How does RAG Web Browser bypass anti-scraping protections?

It automatically bypasses anti-scraping protections using proxies and browser fingerprints, making it reliable for scraping a wide range of websites.

Can I integrate RAG Web Browser with my AI agent using MCP?

Yes, it supports MCP (Model Context Protocol) for easy integration with AI agents and LLM applications, along with OpenAPI support.

What is the difference between a normal Actor run and Standby mode?

A normal Actor run starts a Docker container and browser for each query, which can be slow for production. Standby mode runs an HTTP web server that handles multiple requests in parallel, returning results much faster for production applications and RAG pipelines.

Is RAG Web Browser open source?

Yes, it is open source, so you can review the code, modify it, and even run it on your own infrastructure if needed.

Can I use RAG Web Browser to fetch a single specific URL?

Yes, you can enter a specific URL, and the Actor will extract the web page content directly, returning it as clean Markdown along with metadata.

Source: apify.com

Guides & Articles