|
378 | 378 | "label": "One‑Page HTML Scraper with Cheerio", |
379 | 379 | "description": "Scrape single page with provided URL with Axios and extract data from page's HTML with Cheerio.", |
380 | 380 | "category": "javascript", |
381 | | - "technologies": ["nodejs", "cheerio", "axios"], |
| 381 | + "technologies": ["nodejs", "cheerio"], |
382 | 382 | "archiveUrl": "https://github.com/apify/actor-templates/blob/master/dist/templates/js-start.zip?raw=true", |
383 | 383 | "defaultRunOptions": { |
384 | 384 | "build": "latest", |
|
475 | 475 | "name": "getting_started_typescript", |
476 | 476 | "label": "One‑Page HTML Scraper with Cheerio", |
477 | 477 | "category": "typescript", |
478 | | - "technologies": ["nodejs", "cheerio", "axios"], |
| 478 | + "technologies": ["nodejs", "cheerio"], |
479 | 479 | "description": "Scrape single page with provided URL with Axios and extract data from page's HTML with Cheerio.", |
480 | 480 | "archiveUrl": "https://github.com/apify/actor-templates/blob/master/dist/templates/ts-start.zip?raw=true", |
481 | 481 | "defaultRunOptions": { |
|
539 | 539 | "name": "project_playwright_test_runner", |
540 | 540 | "label": "Playwright + Chrome Test Runner", |
541 | 541 | "category": "typescript", |
542 | | - "technologies": ["nodejs", "playwright", "chrome"], |
| 542 | + "technologies": ["nodejs", "playwright"], |
543 | 543 | "skipTests": true, |
544 | 544 | "description": "Example of using the Playwright Test project to run automated website tests in the cloud and display their results. Usable as an API.", |
545 | 545 | "archiveUrl": "https://github.com/apify/actor-templates/blob/master/dist/templates/ts-playwright-test-runner.zip?raw=true", |
|
675 | 675 | "name": "getting_started_typescript_bun", |
676 | 676 | "label": "Start with TypeScript on Bun", |
677 | 677 | "category": "typescript", |
678 | | - "technologies": ["bun", "cheerio", "axios"], |
| 678 | + "technologies": ["bun", "cheerio"], |
679 | 679 | "description": "Scrape single page with provided URL with Axios and extract data from page's HTML with Cheerio.", |
680 | 680 | "archiveUrl": "https://github.com/apify/actor-templates/blob/master/dist/templates/ts-start-bun.zip?raw=true", |
681 | 681 | "defaultRunOptions": { |
|
692 | 692 | "label": "🐝 BeeAI agent", |
693 | 693 | "skipRunTest": true, |
694 | 694 | "category": "typescript", |
695 | | - "technologies": ["beeai"], |
| 695 | + "technologies": ["nodejs", "beeai"], |
696 | 696 | "description": "Example of how to use Bee Agent Framework with Apify Actors to create a social media analysis agent.", |
697 | 697 | "archiveUrl": "https://github.com/apify/actor-templates/blob/master/dist/templates/ts-beeai-agent.zip?raw=true", |
698 | 698 | "defaultRunOptions": { |
|
708 | 708 | "name": "ts-mastraai", |
709 | 709 | "label": "Mastra agent", |
710 | 710 | "category": "typescript", |
711 | | - "technologies": ["mastraai"], |
| 711 | + "technologies": ["nodejs", "mastraai"], |
712 | 712 | "description": "Example of how to use Mastra with Apify Actors to create a social media analysis agent.", |
713 | 713 | "archiveUrl": "https://github.com/apify/actor-templates/blob/master/dist/templates/ts-mastraai.zip?raw=true", |
714 | 714 | "defaultRunOptions": { |
|
724 | 724 | "name": "ts-mcp-proxy", |
725 | 725 | "label": "TypeScript MCP proxy", |
726 | 726 | "category": "typescript", |
727 | | - "technologies": ["mcp"], |
| 727 | + "technologies": ["nodejs", "mcp"], |
728 | 728 | "description": "Example of how to turn a Model Context Protocol stdio, HTTP Streamable, or SSE server into an Apify Actor.", |
729 | 729 | "archiveUrl": "https://github.com/apify/actor-templates/blob/master/dist/templates/ts-mcp-proxy.zip?raw=true", |
730 | 730 | "defaultRunOptions": { |
|
741 | 741 | "name": "ts-mcp-empty", |
742 | 742 | "label": "TypeScript MCP server", |
743 | 743 | "category": "typescript", |
744 | | - "technologies": ["mcp"], |
| 744 | + "technologies": ["nodejs", "mcp"], |
745 | 745 | "description": "Create a Model Context Protocol server using TypeScript and Express with Apify Actor integration for pay-per-event monetization.", |
746 | 746 | "archiveUrl": "https://github.com/apify/actor-templates/blob/master/dist/templates/ts-mcp-empty.zip?raw=true", |
747 | 747 | "defaultRunOptions": { |
|
758 | 758 | "name": "cli-start", |
759 | 759 | "label": "CLI-based Actor starter", |
760 | 760 | "category": "javascript", |
761 | | - "technologies": ["jq"], |
762 | 761 | "description": "Turn any CLI utility into an Apify Actor using the Apify CLI.", |
763 | 762 | "archiveUrl": "https://github.com/apify/actor-templates/blob/master/dist/templates/cli-start.zip?raw=true", |
764 | 763 | "defaultRunOptions": { |
|
0 commit comments