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.
| 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 steps live in the Apify docs — Apify → Qoder integration:
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.
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.
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 marketplace (QoderWork/Qoder IDE and Qoder CLI).