# AI AGENT SEARCH (`naz_here/ai-agent-search`) Actor

A small fast and simple search facility for ai agents

- **URL**: https://apify.com/naz\_here/ai-agent-search.md
- **Developed by:** [Nazmul Hasan](https://apify.com/naz_here) (community)
- **Categories:** AI, Agents, Developer tools
- **Stats:** 17 total users, 0 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

$5.00 / 1,000 contents

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Browser-like Content Extractor

This is a browser-like tool built using Apify's Puppeteer Crawler that:

1. Takes URLs as input
2. Loads pages with full JavaScript rendering
3. Extracts the visible content and structured data from each page

### Features

- Full JavaScript rendering using Puppeteer and Chrome
- Extracts both visible text content and structured data from pages
- Takes screenshots of each page (optional)
- Configurable crawl depth and maximum pages
- Works seamlessly with Apify platform

### Use case

Ever wanted your AI agent to fetch real time website data ?
I believe you did. I can assume that because I myself is an AI AGENT dev. So, many time needed a tool like this for my AI agent.
This actor doesn't provide like everything of a website, rather it just fetches the online publically visible data. This data contains
informations of a website that when an AI AGENT finds it they can have an idea of the website and build things better. Though this is not as exactly as the
chatgpt or other like perplexity ones, but something is always better than nothing. :)

### input example

```
{
    "startUrls": [
        {
            "url": "https://openrouter.ai/",
            "method": "GET"
        },
        {
            "url": "https://discord.com/",
            "method": "GET"
        }
    ]
}
```

### output example

```
[
  {
    "url": "https://openrouter.ai/",
    "title": "OpenRouter",
    "content": "Skip to content OpenRouter / Models Chat Rankings Docs Sign in The Unified Interface For LLMs Better prices , better uptime , no subscription. Featured Models View Trending Qwen3 235B A22B by qwen 13.7B Tokens/wk 983ms Latency +29.32% Weekly growth GPT-4.1 by openai 33.1B Tokens/wk 628ms Latency -4.13% Weekly growth Claude 3.7 Sonnet by anthropic 273.9B Tokens/wk 1.8s Latency -4.51% Weekly growth 7.9T Monthly Tokens 2M Global Users 50+ Active Providers 300+ Models 1 Signup Create an account to get started. You can set up an org for your team later. 2 Buy credits Credits can be used with any model or provider. Apr 1 $99 Mar 30 $10 3 Get your API key Create an API key and start making requests. Fully OpenAI compatible . OPENROUTER_API_KEY •••••••••••••••• One API for Any Model Access all major models through a single, unified interface. OpenAI SDK works out of the box. Browse all anthropic/claude-3.7-sonnet Higher Availability Reliable AI models via our distributed infrastructure. Fall back to other providers when one goes down. Learn more Price and Performance Keep costs in check without sacrificing speed. OpenRouter runs at the edge, adding just ~25ms between your users and their inference. Learn more Custom Data Policies Protect your organization with fine grained data policies. Ensure prompts only go to the models and providers you trust. View docs Top Apps Largest public apps opting into usage tracking on OpenRouter Today Today This Week This Month 1 . Cline Autonomous coding agent right in your IDE 33.5B tokens 2 . Roo Code A whole dev team of AI agents in your editor 30.3B tokens 3 . SillyTavern LLM frontend for power users 5.01B tokens 4 . yourware Vibe coder's Instagram 3.85B tokens 5 . Chub AI GenAI for everyone 3.72B tokens 6 . liteLLM Open-source library to simplify LLM calls 3.43B tokens 7 . New API new 3.41B tokens 8 . aSim new 2.16B tokens 9 . Infinite Worlds Build your own adventures, share them with friends 1.49B tokens 10 . OpenRouter: Chatroom Chat with multiple LLMs at once 1.46B tokens 11 . Secret Desires AI Build your perfect partner 1.4B tokens 12 . Induced new 1.25B tokens 13 . Rubii.ai - Best AI Roleplay Ever! new 1.06B tokens 14 . Deepwriter Research & write anything with agentic AI. 1B tokens 15 . Caveduck AI character chat 968M tokens 16 . Character Tavern Uncensored character chat 840M tokens 17 . shapes inc General purpose social agents 805M tokens 18 . Quack Design and interact with characters 768M tokens 19 . Kilo Code new 718M tokens 20 . MathGPT Instant homework help from your personal AI math solver 595M tokens Status Announcements Docs Partners Careers Pricing Privacy Terms © 2023 – 2025 OpenRouter, Inc",
    "structuredData": {
      "title": "OpenRouter",
      "meta": {
        "viewport": "width=device-width, initial-scale=1, minimum-scale=1",
        "theme-color": "rgb(9, 10, 11)",
        "description": "The unified interface for LLMs. Find the best models & prices for your prompts",
        "og:title": "OpenRouter",
        "og:description": "The unified interface for LLMs. Find the best models & prices for your prompts",
        "og:url": "https://openrouter.ai/",
        "og:site_name": "OpenRouter",
        "og:image": "https://openrouter.ai/dynamic-og?pathname=default&title=OpenRouter&description=The+unified+interface+for+LLMs.+Find+the+best+models+%26+prices+for+your+prompts",
        "twitter:card": "summary_large_image",
        "twitter:site": "@openrouterai",
        "twitter:title": "OpenRouter",
        "twitter:description": "The unified interface for LLMs. Find the best models & prices for your prompts",
        "twitter:image": "https://openrouter.ai/dynamic-og?pathname=default&title=OpenRouter&description=The+unified+interface+for+LLMs.+Find+the+best+models+%26+prices+for+your+prompts",
        "sentry-trace": "e866d9979e5e087bf460630430c7a6b5-e44ff551aa9534af",
        "baggage": "sentry-environment=vercel-production,sentry-release=6f969c282b9957f8cbd7da12c4c4e9fbffb30ffb,sentry-public_key=pub476b8f2df7e59e34c19dbfefb8c80323,sentry-trace_id=e866d9979e5e087bf460630430c7a6b5"
      },
      "links": [
        {
          "text": "Skip to content",
          "href": "https://openrouter.ai/#skip",
          "rel": ""
        },
        {
          "text": "OpenRouter",
          "href": "https://openrouter.ai/",
          "rel": ""
        },
        {
          "text": "Models",
          "href": "https://openrouter.ai/models",
          "rel": ""
        },
        {
          "text": "Chat",
          "href": "https://openrouter.ai/chat",
          "rel": ""
        },
        {
          "text": "Rankings",
          "href": "https://openrouter.ai/rankings",
          "rel": ""
        },
        {
          "text": "Docs",
          "href": "https://openrouter.ai/docs/quick-start",
          "rel": ""
        },
        {
          "text": "prices",
          "href": "https://openrouter.ai/models?order=pricing-low-to-high",
          "rel": ""
        },
        {
          "text": "uptime",
          "href": "https://openrouter.ai/docs/features/uptime-optimization",
          "rel": ""
        },
        {
          "text": "Qwen3 235B A22B",
          "href": "https://openrouter.ai/qwen/qwen3-235b-a22b",
          "rel": ""
        },
        {
          "text": "qwen",
          "href": "https://openrouter.ai/qwen",
          "rel": ""
        },
        {
          "text": "View Trending",
          "href": "https://openrouter.ai/rankings?view=trending",
          "rel": ""
        },
        {
          "text": "Qwen3 235B A22B",
          "href": "https://openrouter.ai/qwen/qwen3-235b-a22b",
          "rel": ""
        },
        {
          "text": "qwen",
          "href": "https://openrouter.ai/qwen",
          "rel": ""
        },
        {
          "text": "GPT-4.1",
          "href": "https://openrouter.ai/openai/gpt-4.1",
          "rel": ""
        },
        {
          "text": "openai",
          "href": "https://openrouter.ai/openai",
          "rel": ""
        },
        {
          "text": "Claude 3.7 Sonnet",
          "href": "https://openrouter.ai/anthropic/claude-3.7-sonnet",
          "rel": ""
        },
        {
          "text": "anthropic",
          "href": "https://openrouter.ai/anthropic",
          "rel": ""
        },
        {
          "text": "7.9T\n\nMonthly Tokens",
          "href": "https://openrouter.ai/rankings",
          "rel": ""
        },
        {
          "text": "50+\n\nActive Providers",
          "href": "https://openrouter.ai/models",
          "rel": ""
        },
        {
          "text": "300+\n\nModels",
          "href": "https://openrouter.ai/models",
          "rel": ""
        },
        {
          "text": "Fully OpenAI compatible",
          "href": "https://openrouter.ai/docs/quickstart",
          "rel": ""
        },
        {
          "text": "One API for Any Model\n\nAccess all major models through a single, unified interface. OpenAI SDK works out of the box.\n\nBrowse all",
          "href": "https://openrouter.ai/models",
          "rel": ""
        },
        {
          "text": "anthropic/claude-3.7-sonnet\nHigher Availability\n\nReliable AI models via our distributed infrastructure. Fall back to other providers when one goes down.\n\nLearn more",
          "href": "https://openrouter.ai/docs/features/uptime-optimization",
          "rel": ""
        },
        {
          "text": "Price and Performance\n\nKeep costs in check without sacrificing speed. OpenRouter runs at the edge, adding just ~25ms between your users and their inference.\n\nLearn more",
          "href": "https://openrouter.ai/docs/features/provider-routing#provider-sorting",
          "rel": ""
        },
        {
          "text": "Custom Data Policies\n\nProtect your organization with fine grained data policies. Ensure prompts only go to the models and providers you trust.\n\nView docs",
          "href": "https://openrouter.ai/docs/features/privacy-and-logging",
          "rel": "noreferrer"
        },
        {
          "text": "opting into",
          "href": "https://openrouter.ai/docs/api-reference/overview#headers",
          "rel": ""
        },
        {
          "text": "Status",
          "href": "https://status.openrouter.ai/",
          "rel": ""
        },
        {
          "text": "Announcements",
          "href": "https://openrouter.ai/announcements",
          "rel": ""
        },
        {
          "text": "Docs",
          "href": "https://openrouter.ai/docs",
          "rel": ""
        },
        {
          "text": "Partners",
          "href": "https://openrouter.ai/partners",
          "rel": ""
        },
        {
          "text": "Careers",
          "href": "https://openrouter.ai/careers",
          "rel": ""
        },
        {
          "text": "Pricing",
          "href": "https://openrouter.ai/models",
          "rel": ""
        },
        {
          "text": "Privacy",
          "href": "https://openrouter.ai/privacy",
          "rel": ""
        },
        {
          "text": "Terms",
          "href": "https://openrouter.ai/terms",
          "rel": ""
        },
        {
          "text": "",
          "href": "https://discord.gg/fVyRaUDgxW",
          "rel": ""
        },
        {
          "text": "",
          "href": "https://github.com/OpenRouterTeam",
          "rel": ""
        },
        {
          "text": "",
          "href": "https://www.linkedin.com/company/104068329",
          "rel": ""
        },
        {
          "text": "",
          "href": "https://twitter.com/openrouterai",
          "rel": ""
        }
      ],
      "images": [
        {
          "src": "https://openrouter.ai/images/icons/Qwen.png",
          "alt": "Favicon for qwen",
          "width": 256,
          "height": 256
        },
        {
          "src": "https://openrouter.ai/images/icons/OpenAI.svg",
          "alt": "Favicon for openai",
          "width": 256,
          "height": 256
        },
        {
          "src": "https://openrouter.ai/images/icons/Anthropic.svg",
          "alt": "Favicon for anthropic",
          "width": 256,
          "height": 256
        },
        {
          "src": "https://openrouter.ai/images/icons/Qwen.png",
          "alt": "Favicon for qwen",
          "width": 256,
          "height": 256
        },
        {
          "src": "https://openrouter.ai/images/icons/Qwen.png",
          "alt": "Favicon for qwen",
          "width": 18,
          "height": 18
        },
        {
          "src": "https://openrouter.ai/images/icons/OpenAI.svg",
          "alt": "Favicon for openai",
          "width": 18,
          "height": 18
        },
        {
          "src": "https://openrouter.ai/images/icons/Anthropic.svg",
          "alt": "Favicon for anthropic",
          "width": 18,
          "height": 18
        },
        {
          "src": "https://openrouter.ai/images/icons/Microsoft.svg",
          "alt": "Favicon for microsoft",
          "width": 18,
          "height": 18
        },
        {
          "src": "https://openrouter.ai/images/icons/Perplexity.svg",
          "alt": "Favicon for perplexity",
          "width": 18,
          "height": 18
        },
        {
          "src": "https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://minimaxi.com/&size=256",
          "alt": "Favicon for minimax",
          "width": 18,
          "height": 18
        },
        {
          "src": "https://openrouter.ai/images/icons/Qwen.png",
          "alt": "Favicon for qwen",
          "width": 18,
          "height": 18
        },
        {
          "src": "https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://allenai.org/&size=256",
          "alt": "Favicon for allenai",
          "width": 18,
          "height": 18
        },
        {
          "src": "https://openrouter.ai/images/icons/DeepSeek.png",
          "alt": "Favicon for deepseek",
          "width": 18,
          "height": 18
        },
        {
          "src": "https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://huggingface.co/&size=256",
          "alt": "Favicon for huggingface",
          "width": 18,
          "height": 18
        },
        {
          "src": "https://openrouter.ai/images/icons/Cohere.png",
          "alt": "Favicon for cohere",
          "width": 18,
          "height": 18
        },
        {
          "src": "https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://ai.meta.com/&size=256",
          "alt": "Favicon for meta-llama",
          "width": 18,
          "height": 18
        },
        {
          "src": "https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://nvidia.com/&size=256",
          "alt": "Favicon for nvidia",
          "width": 18,
          "height": 18
        },
        {
          "src": "https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://nousresearch.com/&size=256",
          "alt": "Favicon for nousresearch",
          "width": 18,
          "height": 18
        },
        {
          "src": "https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://x.ai/&size=256",
          "alt": "Favicon for x-ai",
          "width": 18,
          "height": 18
        },
        {
          "src": "https://openrouter.ai/images/icons/Anthropic.svg",
          "alt": "Favicon for anthropic",
          "width": 18,
          "height": 18
        },
        {
          "src": "https://openrouter.ai/images/icons/OpenAI.svg",
          "alt": "Favicon for openai",
          "width": 18,
          "height": 18
        },
        {
          "src": "https://openrouter.ai/images/icons/GoogleGemini.svg",
          "alt": "Favicon for google",
          "width": 18,
          "height": 18
        },
        {
          "src": "https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://groq.com/&size=256",
          "alt": "Favicon for groq",
          "width": 18,
          "height": 18
        },
        {
          "src": "https://openrouter.ai/images/icons/GoogleAIStudio.svg",
          "alt": "Favicon for google ai studio",
          "width": 18,
          "height": 18
        },
        {
          "src": "https://openrouter.ai/images/icons/DeepSeek.png",
          "alt": "Favicon for deepseek",
          "width": 18,
          "height": 18
        },
        {
          "src": "https://openrouter.ai/images/icons/Mistral.png",
          "alt": "Favicon for mistral",
          "width": 18,
          "height": 18
        },
        {
          "src": "https://openrouter.ai/images/icons/Bedrock.svg",
          "alt": "Favicon for amazon",
          "width": 18,
          "height": 18
        },
        {
          "src": "https://openrouter.ai/images/icons/OpenAI.svg",
          "alt": "Favicon for openai",
          "width": 18,
          "height": 18
        },
        {
          "src": "https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://allenai.org/&size=256",
          "alt": "Favicon for allenai",
          "width": 18,
          "height": 18
        },
        {
          "src": "https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://www.together.ai/&size=256",
          "alt": "Favicon for together",
          "width": 18,
          "height": 18
        },
        {
          "src": "https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://nvidia.com/&size=256",
          "alt": "Favicon for nvidia",
          "width": 18,
          "height": 18
        },
        {
          "src": "https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://databricks.com/&size=256",
          "alt": "Favicon for databricks",
          "width": 18,
          "height": 18
        },
        {
          "src": "https://openrouter.ai/images/icons/GoogleGemini.svg",
          "alt": "Favicon for google",
          "width": 18,
          "height": 18
        },
        {
          "src": "https://openrouter.ai/images/icons/Anthropic.svg",
          "alt": "Favicon for anthropic",
          "width": 18,
          "height": 18
        },
        {
          "src": "https://openrouter.ai/images/icons/Bedrock.svg",
          "alt": "Favicon for amazon",
          "width": 18,
          "height": 18
        },
        {
          "src": "https://openrouter.ai/_next/image?url=%2Fperf-light.png&w=640&q=75",
          "alt": "Performance graph",
          "width": 428,
          "height": 175
        },
        {
          "src": "https://openrouter.ai/_next/image?url=%2Fperf-dark.png&w=640&q=75",
          "alt": "Performance graph",
          "width": 300,
          "height": 150
        },
        {
          "src": "https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://cline.bot/&size=256",
          "alt": "Favicon for https://cline.bot/",
          "width": 20,
          "height": 20
        },
        {
          "src": "https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://roocode.com/&size=256",
          "alt": "Favicon for https://roocode.com/",
          "width": 20,
          "height": 20
        },
        {
          "src": "https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://sillytavern.app/&size=256",
          "alt": "Favicon for https://sillytavern.app/",
          "width": 20,
          "height": 20
        },
        {
          "src": "https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://www.yourware.so/&size=256",
          "alt": "Favicon for https://www.yourware.so/",
          "width": 20,
          "height": 20
        },
        {
          "src": "https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://chub.ai/&size=256",
          "alt": "Favicon for https://chub.ai/",
          "width": 20,
          "height": 20
        },
        {
          "src": "https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://litellm.ai/&size=256",
          "alt": "Favicon for https://litellm.ai/",
          "width": 20,
          "height": 20
        },
        {
          "src": "https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://github.com/Calcium-Ion/new-api&size=256",
          "alt": "Favicon for https://github.com/Calcium-Ion/new-api",
          "width": 20,
          "height": 20
        },
        {
          "src": "https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://asim.sh/&size=256",
          "alt": "Favicon for https://asim.sh/",
          "width": 20,
          "height": 20
        },
        {
          "src": "https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://infiniteworlds.app/&size=256",
          "alt": "Favicon for https://infiniteworlds.app/",
          "width": 20,
          "height": 20
        },
        {
          "src": "https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://openrouter.ai/chat&size=256",
          "alt": "Favicon for https://openrouter.ai/chat",
          "width": 20,
          "height": 20
        },
        {
          "src": "https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://www.secretdesires.ai/&size=256",
          "alt": "Favicon for https://www.secretdesires.ai/",
          "width": 20,
          "height": 20
        },
        {
          "src": "https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://induced.com/&size=256",
          "alt": "Favicon for https://induced.com/",
          "width": 20,
          "height": 20
        },
        {
          "src": "https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://rubii.ai/&size=256",
          "alt": "Favicon for https://rubii.ai/",
          "width": 20,
          "height": 20
        },
        {
          "src": "https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://deepwriter.com/&size=256",
          "alt": "Favicon for https://deepwriter.com/",
          "width": 20,
          "height": 20
        },
        {
          "src": "https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://www.caveduck.io/&size=256",
          "alt": "Favicon for https://www.caveduck.io/",
          "width": 20,
          "height": 20
        },
        {
          "src": "https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://character-tavern.com/&size=256",
          "alt": "Favicon for https://character-tavern.com/",
          "width": 20,
          "height": 20
        },
        {
          "src": "https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://shapes.inc/&size=256",
          "alt": "Favicon for https://shapes.inc/",
          "width": 20,
          "height": 20
        },
        {
          "src": "https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://quack.im/&size=256",
          "alt": "Favicon for https://quack.im/",
          "width": 20,
          "height": 20
        },
        {
          "src": "https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://kilocode.ai/&size=256",
          "alt": "Favicon for https://kilocode.ai/",
          "width": 20,
          "height": 20
        },
        {
          "src": "https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://math-gpt.org/&size=256",
          "alt": "Favicon for https://math-gpt.org/",
          "width": 20,
          "height": 20
        }
      ],
      "text": {
        "The Unified\nInterface For LLMs": "Better prices, better uptime, no subscription.",
        "Featured Models": "View Trending",
        "One API for Any Model": "Access all major models through a single, unified interface. OpenAI SDK works out of the box.",
        "Higher Availability": "Reliable AI models via our distributed infrastructure. Fall back to other providers when one goes down.",
        "Price and Performance": "Keep costs in check without sacrificing speed. OpenRouter runs at the edge, adding just ~25ms between your users and their inference.",
        "Custom Data Policies": "Protect your organization with fine grained data policies. Ensure prompts only go to the models and providers you trust.",
        "MAIN_CONTENT": "Skip to content\nOpenRouter\n/\nModels\nChat\nRankings\nDocs\nSign in\nThe Unified\nInterface For LLMs\n\nBetter prices, better uptime, no subscription.\n\nFeatured Models\nView Trending\nQwen3 235B A22B\nby qwen\n\n13.7B\n\nTokens/wk\n\n983ms\n\nLatency\n\n+29.32%\n\nWeekly growth\n\nGPT-4.1\nby openai\n\n33.1B\n\nTokens/wk\n\n628ms\n\nLatency\n\n-4.13%\n\nWeekly growth\n\nClaude 3.7 Sonnet\nby anthropic\n\n273.9B\n\nTokens/wk\n\n1.8s\n\nLatency\n\n-4.51%\n\nWeekly growth\n\n7.9T\n\nMonthly Tokens\n\n2M\n\nGlobal Users\n\n50+\n\nActive Providers\n\n300+\n\nModels\n\n1\nSignup\n\nCreate an account to get started. You can set up an org for your team later.\n\n2\nBuy credits\n\nCredits can be used with any model or provider.\n\nApr 1\n$99\nMar 30\n$10\n3\nGet your API key\n\nCreate an API key and start making requests. Fully OpenAI compatible.\n\nOPENROUTER_API_KEY\n••••••••••••••••\nOne API for Any Model\n\nAccess all major models through a single, unified interface. OpenAI SDK works out of the box.\n\nBrowse all\nanthropic/claude-3.7-sonnet\nHigher Availability\n\nReliable AI models via our distributed infrastructure. Fall back to other providers when one goes down.\n\nLearn more\nPrice and Performance\n\nKeep costs in check without sacrificing speed. OpenRouter runs at the edge, adding just ~25ms between your users and their inference.\n\nLearn more\nCustom Data Policies\n\nProtect your organization with fine grained data policies. Ensure prompts only go to the models and providers you trust.\n\nView docs\nTop Apps\n\nLargest public apps opting into usage tracking on OpenRouter\n\nToday\nToday\nThis Week\nThis Month\n1.\nCline \nAutonomous coding agent right in your IDE\n33.5Btokens\n2.\nRoo Code \nA whole dev team of AI agents in your editor\n30.3Btokens\n3.\nSillyTavern \nLLM frontend for power users\n5.01Btokens\n4.\nyourware \nVibe coder's Instagram\n3.85Btokens\n5.\nChub AI \nGenAI for everyone\n3.72Btokens\n6.\nliteLLM \nOpen-source library to simplify LLM calls\n3.43Btokens\n7.\nNew API \nnew\n3.41Btokens\n8.\naSim \nnew\n2.16Btokens\n9.\nInfinite Worlds \nBuild your own adventures, share them with friends\n1.49Btokens\n10.\nOpenRouter: Chatroom \nChat with multiple LLMs at once\n1.46Btokens\n11.\nSecret Desires AI \nBuild your perfect partner\n1.4Btokens\n12.\nInduced \nnew\n1.25Btokens\n13.\nRubii.ai - Best AI Roleplay Ever! \nnew\n1.06Btokens\n14.\nDeepwriter \nResearch & write anything with agentic AI.\n1Btokens\n15.\nCaveduck \nAI character chat\n968Mtokens\n16.\nCharacter Tavern \nUncensored character chat\n840Mtokens\n17.\nshapes inc \nGeneral purpose social agents\n805Mtokens\n18.\nQuack \nDesign and interact with characters\n768Mtokens\n19.\nKilo Code \nnew\n718Mtokens\n20.\nMathGPT \nInstant homework help from your personal AI math solver\n595Mtokens\nStatus\nAnnouncements\nDocs\nPartners\nCareers\nPricing\nPrivacy\nTerms\n \n© 2023 – 2025 OpenRouter, Inc"
      }
    },
    "timestamp": "2025-05-14T13:47:29.380Z",
    "depth": 1
  },
```

# Actor input Schema

## `startUrls` (type: `array`):

URLs to start with.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://apify.com/"
    }
  ]
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        {
            "url": "https://apify.com/"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("naz_here/ai-agent-search").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "startUrls": [{ "url": "https://apify.com/" }] }

# Run the Actor and wait for it to finish
run = client.actor("naz_here/ai-agent-search").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    {
      "url": "https://apify.com/"
    }
  ]
}' |
apify call naz_here/ai-agent-search --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,naz_here/ai-agent-search"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/XyzIvdZdxtEEpzhOx/builds/ZPvywYpVJMTjbFnXW/openapi.json
