Skip to content
Vinkius

Apify Connector for AI agents.

10 live capabilities

Command web scraping and data extraction workflows through natural conversation.

Live agent request Apify / Connector

Waiting for input…

AI Agent

Why people use Apify

Stop Manual Data Entry with the Apify for Web Scraping

With this Connector, you just tell your agent to go grab the data. It triggers the right actor, waits for the results, and hands you a clean JSON file or a markdown table. You go from manual clicking to instant data.

  • Claude
  • ChatGPT
  • Gemini
  • Cursor
  • Visual Studio Code
  • Windsurf

What Vinkius changes

You get a conversational interface for your entire Apify scraping infrastructure.

Use it from Claude, ChatGPT, Cursor or another AI client you already have.

One account · 5,900+ Connectors

  1. Real-world use case 01

    Competitive Price Tracking

    A researcher asks the agent to scrape a list of electronics from a retail site.

  2. Real-world use case 02

    Dynamic Crawling

    A dev needs to scrape a site where links are generated on the fly.

  3. Real-world use case 03

    Data Enrichment

    An engineer uses the agent to pull structured product profiles from a completed run to update a local database.

Complete set · 10capabilities

The complete Apify capability set.

These are the exact actions your AI can choose when you ask it to work with Apify.

Capability set01 / 03

01—04

4 capabilities in this set.

Part of 10 available through Apify.

  1. 01 Capability

    Abort run

    Stop an active Apify actor run. Use this to end runaway scrapes while preserving already collected data.

  2. 02 Capability

    Get account limits

    Check your Apify account subscription limits. Monitor compute unit usage to avoid overage charges.

  3. 03 Capability

    Get dataset items

    Export structured JSON data from an Apify dataset. Use limit and offset for paginated bulk downloads.

  4. 04 Capability

    Get key value store

    Retrieve an item from an Apify actor key-value store. This is useful for getting screenshots or config files.

Capability set02 / 03

05—07

3 capabilities in this set.

Part of 10 available through Apify.

  1. 05 Capability

    Get run

    Check the status and metadata of a specific Apify actor run. Poll this to track long-running scrapes.

  2. 06 Capability

    List actors

    List all accessible actors in your Apify account. See both owned actors and saved public templates.

  3. 07 Capability

    List webhooks

    List all configured webhooks in your account. See target URLs and associated actor IDs for event-driven tasks.

Capability set03 / 03

08—10

3 capabilities in this set.

Part of 10 available through Apify.

  1. 08 Capability

    Push to queue

    Dynamically push new URLs to an active Apify request queue. This lets you add discovered pages mid-run.

  2. 09 Capability

    Run actor sync

    Run an Apify actor and block until completion. This is best for short-lived tasks under five minutes.

  3. 10 Capability

    Run actor

    Start an Apify actor asynchronously with custom JSON input. Use this for large scrapes to get a run ID back.

Set up in minutes

One URL. Then ask Apify to work.

Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Apify from the conversation.

Choose your client

Live preview
Advanced clients IDE · CLI

Claude · Web + desktop

Official guide ↗

Connector URL · ready to paste

Streamable HTTP
https://edge.vinkius.com/vk_preview_kyOCHu4Rvz1CsEZ7ViQMTOM5deCOQwTatWoMs4PP/mcp
  1. Step 01

    Open Connectors

    In Claude Web or Claude Desktop, open Settings and choose Connectors.

  2. Step 02

    Add the URL

    Choose Add custom connector, name it Apify, and paste the URL above.

  3. Step 03

    Turn it on in chat

    Select +, open Connectors, and enable Apify for the conversation.

Where the request belongs

Work Apify can move forward.

Built around the request

This is for data engineers who need to automate extraction, market researchers gathering pricing, and developers who want to feed fresh web data into their own applications.

01

Data Engineer

Triggers scheduled extractions and maps Apify objects during QA checks without writing extra glue code.

02

Market Researcher

Commands the agent to scrape competitor prices and turn them into markdown tables for quick analysis.

03

AI Developer

Feeds fresh, structured site data into their own agents using headless browser scrapers.

Bring your own AI

Change the model, client or framework. Keep Apify connected.

  • Claude
  • ChatGPT
  • Gemini
  • Cursor
  • VS Code
  • Windsurf
  • ZCode
  • Cline
  • Zed
  • Continue
  • Kiro
  • Roo Code
  • Zencoder
  • Goose
  • Void
  • Augment Code
  • Amp
  • Qodo
  • Tabnine
  • Pieces
  • Sourcegraph Cody
  • JetBrains
  • Warp
  • Amazon Q
  • Antigravity
  • BoltAI
  • Raycast
  • Jan
  • LM Studio
  • AnythingLLM
  • Open WebUI
  • Msty
  • Cherry Studio
  • LibreChat
  • TypingMind
  • Chorus
  • 5ire
  • n8n
  • LangChain
  • LlamaIndex
  • CrewAI
  • Vercel AI SDK

Before you connect

Questions about Apify.

The practical details behind the request, access and result.

Can I use the Apify MCP to scrape social media sites?

Yes, you can use your agent to run specific actors designed for social platforms. The Connector allows your agent to trigger these runs and pull the resulting data back into your chat.

Does the Apify MCP support bypassing bot detection?

Yes, because it connects to your Apify workspace, it uses Apify's proxy networks and browser management to handle bot detection for you.

How do I see how many compute units I have left with Apify MCP?

You can simply ask your agent to check your account limits. It will pull your current subscription data and tell you how much of your monthly quota remains.

Can my agent find new URLs while a scrape is running?

Yes, the Connector supports pushing new URLs to an active queue. This allows your agent to manage dynamic crawls where new pages are discovered as the scraper moves.

Is it possible to get screenshots of a website using the Apify MCP?

Yes, you can ask your agent to retrieve items from your key-value store. This includes visual snapshots and configuration files from your completed runs.

How can the AI agent run a scrape on a list of product URLs?

First, find your specific scraping Actor ID via list_actors. Then, prompt your agent to execute run_actor, providing the target URLs formatted as a structured JSON input payload. It returns a 'Run ID'. You can poll this run via get_run, and once it succeeds, the agent calls get_dataset_items to pull all acquired data straight to your window.

Can the agent interact with run configurations mid-way during crawling?

Yes. If an Apify crawler is currently executing and utilizes a Request Queue, you can instruct your agent to call push_to_queue. Doing so dynamically ships new URLs to the active queue instance, extending the current web crawl without needing to stop or restart the Actor.

Can my AI automatically detect scraping timeouts and debug the failure?

Absolutely. Because your agent can track real execution flows with get_run, it's aware if it transitions to TIMED-OUT or FAILED states. Subsequently, you can ask the agent to examine the KV Store log outputs ensuring the underlying issue (e.g. captcha block, blocking proxy) is identified immediately.

One connection away

Give your agent a direct line to Apify.

Connect Apify once. Keep it beside 5,900+ managed Connectors when the next task needs more.

Explore every Connector No credit card required · Free tier available