# Apify (verified)

Apify is the world's largest marketplace of tools for web scraping, data extraction, and web automation. You can extract structured data from social media (Instagram, TikTok, Twitter, Facebook), e-co…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add apify/mcp

# Browse available tools
npx -y @smithery/cli@latest tool list apify/mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get apify/mcp search-actors

# Call a tool
npx -y @smithery/cli@latest tool call apify/mcp search-actors '{}'
```

## Direct MCP Connection

Endpoint: `https://mcp--apify.run.tools`

## Tools (8)

- `search-actors`
- `fetch-actor-details` — Get detailed information about an Actor by its ID or full name (format: "username/name", e.g., "apify/rag-web-browser").
- `call-actor` — Call any Actor from the Apify Store.
- `get-actor-run` — Get detailed information about a specific Actor run by runId.
- `get-actor-output` — Retrieve the output dataset items of a specific Actor run using its datasetId.
- `search-apify-docs` — Search Apify and Crawlee documentation using full-text search.
- `fetch-apify-docs` — Fetch the full content of an Apify or Crawlee documentation page by its URL.
- `apify-slash-rag-web-browser` — This tool calls the Actor "apify/rag-web-browser" and retrieves its output results.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get apify/mcp <tool-name>
```

## Prompts (1)

- `GetLatestNewsOnTopic` (topic, timespan) — This prompt retrieves the latest news articles on a selected topic.
