Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 2.66 KB

File metadata and controls

51 lines (32 loc) · 2.66 KB

Apify plugin for Qoder

Extract data from any website with thousands of trusted scrapers, crawlers, and automations from the Apify Store. Run ready-made Actors for social media, video, e-commerce, search engines, maps, and travel sites, or build, debug, and publish your own, directly from Qoder.

What's inside

Component Purpose
apify subagent (agents/) Routes any Apify request to the right skill or MCP tool
apify-ultimate-scraper skill Run existing Actors across 15+ platforms for data extraction
apify-actor-development skill Build, debug, and deploy new Actors
apify-actorization skill Convert an existing project into an Actor
apify-generate-output-schema skill Generate an Actor's output schemas
apify-sdk-integration skill Call Actors from an existing app via apify-client
apify MCP server (.mcp.json) Actor search, run, and dataset tools over https://mcp.apify.com

Installation

Installation steps live in the Apify docs:

  • Qoder integration — install the plugin in the Qoder CLI, IDE, Desktop app, or QoderWork, or connect the Apify MCP server in QoderWake and the JetBrains plugin.
  • Qwen Code integration — Qwen Code reuses the same plugin.

Authentication

The apify MCP server uses OAuth. On the first Actor call, Qoder opens a browser window to authorize against your Apify account, no API token to paste. Don't have an account? Sign up free at console.apify.com/sign-up.

Usage

Ask naturally, for example:

  • "Scrape the latest 100 posts from an Instagram profile."
  • "Find an Apify Actor that scrapes Google Maps reviews and run it for this place."
  • "Help me build an Actor that crawls this documentation site."

The apify subagent picks the right route and skill automatically.

Links

Maintainers

The plugin lives in apify/. Its skills/ and agents/ are generated from the apify-plugins-internal source of truth (the qoder platform) and propagate into this repo automatically via the sync — do not hand-edit or hand-add them here; change them upstream. The manifest (apify/.qoder-plugin/plugin.json), apify/.mcp.json, and apify/qoder.md are maintained directly in this repo.

  • RELEASE.md: versioning, cutting a release, and publishing to the Qoder marketplace.

License

Apache-2.0