Skip to content

Commit e9a0136

Browse files
authored
chore: audit and refine template technology tags (#824)
1 parent 9479848 commit e9a0136

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

templates/manifest.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@
378378
"label": "One‑Page HTML Scraper with Cheerio",
379379
"description": "Scrape single page with provided URL with Axios and extract data from page's HTML with Cheerio.",
380380
"category": "javascript",
381-
"technologies": ["nodejs", "cheerio", "axios"],
381+
"technologies": ["nodejs", "cheerio"],
382382
"archiveUrl": "https://github.com/apify/actor-templates/blob/master/dist/templates/js-start.zip?raw=true",
383383
"defaultRunOptions": {
384384
"build": "latest",
@@ -475,7 +475,7 @@
475475
"name": "getting_started_typescript",
476476
"label": "One‑Page HTML Scraper with Cheerio",
477477
"category": "typescript",
478-
"technologies": ["nodejs", "cheerio", "axios"],
478+
"technologies": ["nodejs", "cheerio"],
479479
"description": "Scrape single page with provided URL with Axios and extract data from page's HTML with Cheerio.",
480480
"archiveUrl": "https://github.com/apify/actor-templates/blob/master/dist/templates/ts-start.zip?raw=true",
481481
"defaultRunOptions": {
@@ -539,7 +539,7 @@
539539
"name": "project_playwright_test_runner",
540540
"label": "Playwright + Chrome Test Runner",
541541
"category": "typescript",
542-
"technologies": ["nodejs", "playwright", "chrome"],
542+
"technologies": ["nodejs", "playwright"],
543543
"skipTests": true,
544544
"description": "Example of using the Playwright Test project to run automated website tests in the cloud and display their results. Usable as an API.",
545545
"archiveUrl": "https://github.com/apify/actor-templates/blob/master/dist/templates/ts-playwright-test-runner.zip?raw=true",
@@ -675,7 +675,7 @@
675675
"name": "getting_started_typescript_bun",
676676
"label": "Start with TypeScript on Bun",
677677
"category": "typescript",
678-
"technologies": ["bun", "cheerio", "axios"],
678+
"technologies": ["bun", "cheerio"],
679679
"description": "Scrape single page with provided URL with Axios and extract data from page's HTML with Cheerio.",
680680
"archiveUrl": "https://github.com/apify/actor-templates/blob/master/dist/templates/ts-start-bun.zip?raw=true",
681681
"defaultRunOptions": {
@@ -692,7 +692,7 @@
692692
"label": "🐝 BeeAI agent",
693693
"skipRunTest": true,
694694
"category": "typescript",
695-
"technologies": ["beeai"],
695+
"technologies": ["nodejs", "beeai"],
696696
"description": "Example of how to use Bee Agent Framework with Apify Actors to create a social media analysis agent.",
697697
"archiveUrl": "https://github.com/apify/actor-templates/blob/master/dist/templates/ts-beeai-agent.zip?raw=true",
698698
"defaultRunOptions": {
@@ -708,7 +708,7 @@
708708
"name": "ts-mastraai",
709709
"label": "Mastra agent",
710710
"category": "typescript",
711-
"technologies": ["mastraai"],
711+
"technologies": ["nodejs", "mastraai"],
712712
"description": "Example of how to use Mastra with Apify Actors to create a social media analysis agent.",
713713
"archiveUrl": "https://github.com/apify/actor-templates/blob/master/dist/templates/ts-mastraai.zip?raw=true",
714714
"defaultRunOptions": {
@@ -724,7 +724,7 @@
724724
"name": "ts-mcp-proxy",
725725
"label": "TypeScript MCP proxy",
726726
"category": "typescript",
727-
"technologies": ["mcp"],
727+
"technologies": ["nodejs", "mcp"],
728728
"description": "Example of how to turn a Model Context Protocol stdio, HTTP Streamable, or SSE server into an Apify Actor.",
729729
"archiveUrl": "https://github.com/apify/actor-templates/blob/master/dist/templates/ts-mcp-proxy.zip?raw=true",
730730
"defaultRunOptions": {
@@ -741,7 +741,7 @@
741741
"name": "ts-mcp-empty",
742742
"label": "TypeScript MCP server",
743743
"category": "typescript",
744-
"technologies": ["mcp"],
744+
"technologies": ["nodejs", "mcp"],
745745
"description": "Create a Model Context Protocol server using TypeScript and Express with Apify Actor integration for pay-per-event monetization.",
746746
"archiveUrl": "https://github.com/apify/actor-templates/blob/master/dist/templates/ts-mcp-empty.zip?raw=true",
747747
"defaultRunOptions": {
@@ -758,7 +758,6 @@
758758
"name": "cli-start",
759759
"label": "CLI-based Actor starter",
760760
"category": "javascript",
761-
"technologies": ["jq"],
762761
"description": "Turn any CLI utility into an Apify Actor using the Apify CLI.",
763762
"archiveUrl": "https://github.com/apify/actor-templates/blob/master/dist/templates/cli-start.zip?raw=true",
764763
"defaultRunOptions": {

0 commit comments

Comments
 (0)