diff --git a/templates/cli-start/.actorignore b/templates/cli-start/.actorignore new file mode 100644 index 000000000..0641c039e --- /dev/null +++ b/templates/cli-start/.actorignore @@ -0,0 +1,9 @@ +# .actorignore — files NOT included in `apify push` archives. +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store +.git/ diff --git a/templates/js-bootstrap-cheerio-crawler/.actor/dataset_schema.json b/templates/js-bootstrap-cheerio-crawler/.actor/dataset_schema.json new file mode 100644 index 000000000..392262d45 --- /dev/null +++ b/templates/js-bootstrap-cheerio-crawler/.actor/dataset_schema.json @@ -0,0 +1,47 @@ +{ + "$schema": "https://apify.com/schemas/v1/dataset.ide.json", + "actorSpecification": 1, + "fields": { + "title": "Pages", + "type": "object", + "properties": { + "title": { + "type": "string", + "title": "Title" + }, + "url": { + "type": "string", + "format": "uri", + "title": "URL" + } + }, + "required": [ + "title", + "url" + ] + }, + "views": { + "overview": { + "title": "Overview", + "transformation": { + "fields": [ + "title", + "url" + ] + }, + "display": { + "component": "table", + "properties": { + "title": { + "label": "Title", + "format": "text" + }, + "url": { + "label": "URL", + "format": "link" + } + } + } + } + } +} diff --git a/templates/js-bootstrap-cheerio-crawler/.actorignore b/templates/js-bootstrap-cheerio-crawler/.actorignore new file mode 100644 index 000000000..1aa284863 --- /dev/null +++ b/templates/js-bootstrap-cheerio-crawler/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. +# Mirrors .dockerignore where the rationale is "don't ship to the platform", +# diverging only where Docker semantics need different contents. + +# Build artifacts (Dockerfile rebuilds these inside the image) +dist/ +build/ +*.tsbuildinfo + +# Dependencies (installed by the platform image) +node_modules/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/js-crawlee-cheerio/.actor/dataset_schema.json b/templates/js-crawlee-cheerio/.actor/dataset_schema.json index e4a74d29d..d0e1e6abc 100644 --- a/templates/js-crawlee-cheerio/.actor/dataset_schema.json +++ b/templates/js-crawlee-cheerio/.actor/dataset_schema.json @@ -1,12 +1,33 @@ { "$schema": "https://apify.com/schemas/v1/dataset.ide.json", "actorSpecification": 1, - "fields": {}, + "fields": { + "title": "Overview", + "type": "object", + "properties": { + "title": { + "type": "string", + "title": "Title" + }, + "url": { + "type": "string", + "format": "uri", + "title": "URL" + } + }, + "required": [ + "title", + "url" + ] + }, "views": { "overview": { "title": "Overview", "transformation": { - "fields": ["title", "url"] + "fields": [ + "title", + "url" + ] }, "display": { "component": "table", diff --git a/templates/js-crawlee-cheerio/.actorignore b/templates/js-crawlee-cheerio/.actorignore new file mode 100644 index 000000000..1aa284863 --- /dev/null +++ b/templates/js-crawlee-cheerio/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. +# Mirrors .dockerignore where the rationale is "don't ship to the platform", +# diverging only where Docker semantics need different contents. + +# Build artifacts (Dockerfile rebuilds these inside the image) +dist/ +build/ +*.tsbuildinfo + +# Dependencies (installed by the platform image) +node_modules/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/js-crawlee-playwright-camoufox/.actor/dataset_schema.json b/templates/js-crawlee-playwright-camoufox/.actor/dataset_schema.json index e4a74d29d..d0e1e6abc 100644 --- a/templates/js-crawlee-playwright-camoufox/.actor/dataset_schema.json +++ b/templates/js-crawlee-playwright-camoufox/.actor/dataset_schema.json @@ -1,12 +1,33 @@ { "$schema": "https://apify.com/schemas/v1/dataset.ide.json", "actorSpecification": 1, - "fields": {}, + "fields": { + "title": "Overview", + "type": "object", + "properties": { + "title": { + "type": "string", + "title": "Title" + }, + "url": { + "type": "string", + "format": "uri", + "title": "URL" + } + }, + "required": [ + "title", + "url" + ] + }, "views": { "overview": { "title": "Overview", "transformation": { - "fields": ["title", "url"] + "fields": [ + "title", + "url" + ] }, "display": { "component": "table", diff --git a/templates/js-crawlee-playwright-camoufox/.actorignore b/templates/js-crawlee-playwright-camoufox/.actorignore new file mode 100644 index 000000000..1aa284863 --- /dev/null +++ b/templates/js-crawlee-playwright-camoufox/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. +# Mirrors .dockerignore where the rationale is "don't ship to the platform", +# diverging only where Docker semantics need different contents. + +# Build artifacts (Dockerfile rebuilds these inside the image) +dist/ +build/ +*.tsbuildinfo + +# Dependencies (installed by the platform image) +node_modules/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/js-crawlee-playwright-chrome/.actor/dataset_schema.json b/templates/js-crawlee-playwright-chrome/.actor/dataset_schema.json index e4a74d29d..d0e1e6abc 100644 --- a/templates/js-crawlee-playwright-chrome/.actor/dataset_schema.json +++ b/templates/js-crawlee-playwright-chrome/.actor/dataset_schema.json @@ -1,12 +1,33 @@ { "$schema": "https://apify.com/schemas/v1/dataset.ide.json", "actorSpecification": 1, - "fields": {}, + "fields": { + "title": "Overview", + "type": "object", + "properties": { + "title": { + "type": "string", + "title": "Title" + }, + "url": { + "type": "string", + "format": "uri", + "title": "URL" + } + }, + "required": [ + "title", + "url" + ] + }, "views": { "overview": { "title": "Overview", "transformation": { - "fields": ["title", "url"] + "fields": [ + "title", + "url" + ] }, "display": { "component": "table", diff --git a/templates/js-crawlee-playwright-chrome/.actorignore b/templates/js-crawlee-playwright-chrome/.actorignore new file mode 100644 index 000000000..1aa284863 --- /dev/null +++ b/templates/js-crawlee-playwright-chrome/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. +# Mirrors .dockerignore where the rationale is "don't ship to the platform", +# diverging only where Docker semantics need different contents. + +# Build artifacts (Dockerfile rebuilds these inside the image) +dist/ +build/ +*.tsbuildinfo + +# Dependencies (installed by the platform image) +node_modules/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/js-crawlee-puppeteer-chrome/.actor/dataset_schema.json b/templates/js-crawlee-puppeteer-chrome/.actor/dataset_schema.json index e4a74d29d..d0e1e6abc 100644 --- a/templates/js-crawlee-puppeteer-chrome/.actor/dataset_schema.json +++ b/templates/js-crawlee-puppeteer-chrome/.actor/dataset_schema.json @@ -1,12 +1,33 @@ { "$schema": "https://apify.com/schemas/v1/dataset.ide.json", "actorSpecification": 1, - "fields": {}, + "fields": { + "title": "Overview", + "type": "object", + "properties": { + "title": { + "type": "string", + "title": "Title" + }, + "url": { + "type": "string", + "format": "uri", + "title": "URL" + } + }, + "required": [ + "title", + "url" + ] + }, "views": { "overview": { "title": "Overview", "transformation": { - "fields": ["title", "url"] + "fields": [ + "title", + "url" + ] }, "display": { "component": "table", diff --git a/templates/js-crawlee-puppeteer-chrome/.actorignore b/templates/js-crawlee-puppeteer-chrome/.actorignore new file mode 100644 index 000000000..1aa284863 --- /dev/null +++ b/templates/js-crawlee-puppeteer-chrome/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. +# Mirrors .dockerignore where the rationale is "don't ship to the platform", +# diverging only where Docker semantics need different contents. + +# Build artifacts (Dockerfile rebuilds these inside the image) +dist/ +build/ +*.tsbuildinfo + +# Dependencies (installed by the platform image) +node_modules/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/js-cypress/.actor/dataset_schema.json b/templates/js-cypress/.actor/dataset_schema.json index 723dbd493..aa622bc45 100644 --- a/templates/js-cypress/.actor/dataset_schema.json +++ b/templates/js-cypress/.actor/dataset_schema.json @@ -1,7 +1,50 @@ { "$schema": "https://apify.com/schemas/v1/dataset.ide.json", "actorSpecification": 1, - "fields": {}, + "fields": { + "title": "Filtered output", + "type": "object", + "properties": { + "testSuiteTitle": { + "type": "string", + "title": "Test Suite Title" + }, + "totalDuration": { + "type": "number", + "title": "Total Duration" + }, + "totalFailed": { + "type": "number", + "title": "Total Failed" + }, + "totalPassed": { + "type": "string", + "title": "Total Passed" + }, + "totalPending": { + "type": "number", + "title": "Total Pending" + }, + "totalSkipped": { + "type": "number", + "title": "Total Skipped" + }, + "videoLink": { + "type": "string", + "format": "uri", + "title": "Video recording" + } + }, + "required": [ + "testSuiteTitle", + "totalDuration", + "totalFailed", + "totalPassed", + "totalPending", + "totalSkipped", + "videoLink" + ] + }, "views": { "overview": { "title": "Filtered output", diff --git a/templates/js-cypress/.actorignore b/templates/js-cypress/.actorignore new file mode 100644 index 000000000..1aa284863 --- /dev/null +++ b/templates/js-cypress/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. +# Mirrors .dockerignore where the rationale is "don't ship to the platform", +# diverging only where Docker semantics need different contents. + +# Build artifacts (Dockerfile rebuilds these inside the image) +dist/ +build/ +*.tsbuildinfo + +# Dependencies (installed by the platform image) +node_modules/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/js-empty/.actor/dataset_schema.json b/templates/js-empty/.actor/dataset_schema.json new file mode 100644 index 000000000..7a22f4203 --- /dev/null +++ b/templates/js-empty/.actor/dataset_schema.json @@ -0,0 +1,37 @@ +{ + "$schema": "https://apify.com/schemas/v1/dataset.ide.json", + "$comment": "Starter dataset schema. Replace the `value` field below with your Actor's actual output fields, then run `apify push` to upload.", + "actorSpecification": 1, + "fields": { + "title": "Records", + "type": "object", + "properties": { + "value": { + "type": "string", + "title": "Value" + } + }, + "required": [ + "value" + ] + }, + "views": { + "overview": { + "title": "Overview", + "transformation": { + "fields": [ + "value" + ] + }, + "display": { + "component": "table", + "properties": { + "value": { + "label": "Value", + "format": "text" + } + } + } + } + } +} diff --git a/templates/js-empty/.actorignore b/templates/js-empty/.actorignore new file mode 100644 index 000000000..1aa284863 --- /dev/null +++ b/templates/js-empty/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. +# Mirrors .dockerignore where the rationale is "don't ship to the platform", +# diverging only where Docker semantics need different contents. + +# Build artifacts (Dockerfile rebuilds these inside the image) +dist/ +build/ +*.tsbuildinfo + +# Dependencies (installed by the platform image) +node_modules/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/js-langchain/.actorignore b/templates/js-langchain/.actorignore new file mode 100644 index 000000000..1aa284863 --- /dev/null +++ b/templates/js-langchain/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. +# Mirrors .dockerignore where the rationale is "don't ship to the platform", +# diverging only where Docker semantics need different contents. + +# Build artifacts (Dockerfile rebuilds these inside the image) +dist/ +build/ +*.tsbuildinfo + +# Dependencies (installed by the platform image) +node_modules/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/js-langgraph-agent/.actor/dataset_schema.json b/templates/js-langgraph-agent/.actor/dataset_schema.json index 0395a737d..f2a161fe3 100644 --- a/templates/js-langgraph-agent/.actor/dataset_schema.json +++ b/templates/js-langgraph-agent/.actor/dataset_schema.json @@ -1,12 +1,32 @@ { "$schema": "https://apify.com/schemas/v1/dataset.ide.json", "actorSpecification": 1, - "fields": {}, + "fields": { + "title": "Overview", + "type": "object", + "properties": { + "answer": { + "type": "string", + "title": "Answer" + }, + "question": { + "type": "string", + "title": "Question" + } + }, + "required": [ + "answer", + "question" + ] + }, "views": { "overview": { "title": "Overview", "transformation": { - "fields": ["question", "answer"] + "fields": [ + "question", + "answer" + ] }, "display": { "component": "table", diff --git a/templates/js-langgraph-agent/.actorignore b/templates/js-langgraph-agent/.actorignore new file mode 100644 index 000000000..1aa284863 --- /dev/null +++ b/templates/js-langgraph-agent/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. +# Mirrors .dockerignore where the rationale is "don't ship to the platform", +# diverging only where Docker semantics need different contents. + +# Build artifacts (Dockerfile rebuilds these inside the image) +dist/ +build/ +*.tsbuildinfo + +# Dependencies (installed by the platform image) +node_modules/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/js-standby/.actorignore b/templates/js-standby/.actorignore new file mode 100644 index 000000000..1aa284863 --- /dev/null +++ b/templates/js-standby/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. +# Mirrors .dockerignore where the rationale is "don't ship to the platform", +# diverging only where Docker semantics need different contents. + +# Build artifacts (Dockerfile rebuilds these inside the image) +dist/ +build/ +*.tsbuildinfo + +# Dependencies (installed by the platform image) +node_modules/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/js-start/.actor/dataset_schema.json b/templates/js-start/.actor/dataset_schema.json index 4ab99990c..97b98dc1f 100644 --- a/templates/js-start/.actor/dataset_schema.json +++ b/templates/js-start/.actor/dataset_schema.json @@ -1,12 +1,32 @@ { "$schema": "https://apify.com/schemas/v1/dataset.ide.json", "actorSpecification": 1, - "fields": {}, + "fields": { + "title": "Overview", + "type": "object", + "properties": { + "level": { + "type": "string", + "title": "Level" + }, + "text": { + "type": "string", + "title": "Text" + } + }, + "required": [ + "level", + "text" + ] + }, "views": { "overview": { "title": "Overview", "transformation": { - "fields": ["level", "text"] + "fields": [ + "level", + "text" + ] }, "display": { "component": "table", diff --git a/templates/js-start/.actorignore b/templates/js-start/.actorignore new file mode 100644 index 000000000..1aa284863 --- /dev/null +++ b/templates/js-start/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. +# Mirrors .dockerignore where the rationale is "don't ship to the platform", +# diverging only where Docker semantics need different contents. + +# Build artifacts (Dockerfile rebuilds these inside the image) +dist/ +build/ +*.tsbuildinfo + +# Dependencies (installed by the platform image) +node_modules/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/python-beautifulsoup/.actor/dataset_schema.json b/templates/python-beautifulsoup/.actor/dataset_schema.json index 388358a54..95c23f0e2 100644 --- a/templates/python-beautifulsoup/.actor/dataset_schema.json +++ b/templates/python-beautifulsoup/.actor/dataset_schema.json @@ -1,12 +1,60 @@ { "$schema": "https://apify.com/schemas/v1/dataset.ide.json", "actorSpecification": 1, - "fields": {}, + "fields": { + "title": "Overview", + "type": "object", + "properties": { + "h1s": { + "type": "array", + "items": { + "type": "string" + }, + "title": "H1s" + }, + "h2s": { + "type": "array", + "items": { + "type": "string" + }, + "title": "H2s" + }, + "h3s": { + "type": "array", + "items": { + "type": "string" + }, + "title": "H3s" + }, + "title": { + "type": "string", + "title": "Title" + }, + "url": { + "type": "string", + "format": "uri", + "title": "URL" + } + }, + "required": [ + "h1s", + "h2s", + "h3s", + "title", + "url" + ] + }, "views": { "overview": { "title": "Overview", "transformation": { - "fields": ["title", "url", "h1s", "h2s", "h3s"] + "fields": [ + "title", + "url", + "h1s", + "h2s", + "h3s" + ] }, "display": { "component": "table", diff --git a/templates/python-beautifulsoup/.actorignore b/templates/python-beautifulsoup/.actorignore new file mode 100644 index 000000000..0f6c0b888 --- /dev/null +++ b/templates/python-beautifulsoup/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. + +# Bytecode +__pycache__/ +*.pyc +*.pyo + +# Virtual environments +.venv/ +venv/ +env/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/python-crawlee-beautifulsoup/.actor/dataset_schema.json b/templates/python-crawlee-beautifulsoup/.actor/dataset_schema.json index 388358a54..95c23f0e2 100644 --- a/templates/python-crawlee-beautifulsoup/.actor/dataset_schema.json +++ b/templates/python-crawlee-beautifulsoup/.actor/dataset_schema.json @@ -1,12 +1,60 @@ { "$schema": "https://apify.com/schemas/v1/dataset.ide.json", "actorSpecification": 1, - "fields": {}, + "fields": { + "title": "Overview", + "type": "object", + "properties": { + "h1s": { + "type": "array", + "items": { + "type": "string" + }, + "title": "H1s" + }, + "h2s": { + "type": "array", + "items": { + "type": "string" + }, + "title": "H2s" + }, + "h3s": { + "type": "array", + "items": { + "type": "string" + }, + "title": "H3s" + }, + "title": { + "type": "string", + "title": "Title" + }, + "url": { + "type": "string", + "format": "uri", + "title": "URL" + } + }, + "required": [ + "h1s", + "h2s", + "h3s", + "title", + "url" + ] + }, "views": { "overview": { "title": "Overview", "transformation": { - "fields": ["title", "url", "h1s", "h2s", "h3s"] + "fields": [ + "title", + "url", + "h1s", + "h2s", + "h3s" + ] }, "display": { "component": "table", diff --git a/templates/python-crawlee-beautifulsoup/.actorignore b/templates/python-crawlee-beautifulsoup/.actorignore new file mode 100644 index 000000000..0f6c0b888 --- /dev/null +++ b/templates/python-crawlee-beautifulsoup/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. + +# Bytecode +__pycache__/ +*.pyc +*.pyo + +# Virtual environments +.venv/ +venv/ +env/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/python-crawlee-parsel/.actor/dataset_schema.json b/templates/python-crawlee-parsel/.actor/dataset_schema.json index 388358a54..95c23f0e2 100644 --- a/templates/python-crawlee-parsel/.actor/dataset_schema.json +++ b/templates/python-crawlee-parsel/.actor/dataset_schema.json @@ -1,12 +1,60 @@ { "$schema": "https://apify.com/schemas/v1/dataset.ide.json", "actorSpecification": 1, - "fields": {}, + "fields": { + "title": "Overview", + "type": "object", + "properties": { + "h1s": { + "type": "array", + "items": { + "type": "string" + }, + "title": "H1s" + }, + "h2s": { + "type": "array", + "items": { + "type": "string" + }, + "title": "H2s" + }, + "h3s": { + "type": "array", + "items": { + "type": "string" + }, + "title": "H3s" + }, + "title": { + "type": "string", + "title": "Title" + }, + "url": { + "type": "string", + "format": "uri", + "title": "URL" + } + }, + "required": [ + "h1s", + "h2s", + "h3s", + "title", + "url" + ] + }, "views": { "overview": { "title": "Overview", "transformation": { - "fields": ["title", "url", "h1s", "h2s", "h3s"] + "fields": [ + "title", + "url", + "h1s", + "h2s", + "h3s" + ] }, "display": { "component": "table", diff --git a/templates/python-crawlee-parsel/.actorignore b/templates/python-crawlee-parsel/.actorignore new file mode 100644 index 000000000..0f6c0b888 --- /dev/null +++ b/templates/python-crawlee-parsel/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. + +# Bytecode +__pycache__/ +*.pyc +*.pyo + +# Virtual environments +.venv/ +venv/ +env/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/python-crawlee-playwright-camoufox/.actor/dataset_schema.json b/templates/python-crawlee-playwright-camoufox/.actor/dataset_schema.json index 388358a54..95c23f0e2 100644 --- a/templates/python-crawlee-playwright-camoufox/.actor/dataset_schema.json +++ b/templates/python-crawlee-playwright-camoufox/.actor/dataset_schema.json @@ -1,12 +1,60 @@ { "$schema": "https://apify.com/schemas/v1/dataset.ide.json", "actorSpecification": 1, - "fields": {}, + "fields": { + "title": "Overview", + "type": "object", + "properties": { + "h1s": { + "type": "array", + "items": { + "type": "string" + }, + "title": "H1s" + }, + "h2s": { + "type": "array", + "items": { + "type": "string" + }, + "title": "H2s" + }, + "h3s": { + "type": "array", + "items": { + "type": "string" + }, + "title": "H3s" + }, + "title": { + "type": "string", + "title": "Title" + }, + "url": { + "type": "string", + "format": "uri", + "title": "URL" + } + }, + "required": [ + "h1s", + "h2s", + "h3s", + "title", + "url" + ] + }, "views": { "overview": { "title": "Overview", "transformation": { - "fields": ["title", "url", "h1s", "h2s", "h3s"] + "fields": [ + "title", + "url", + "h1s", + "h2s", + "h3s" + ] }, "display": { "component": "table", diff --git a/templates/python-crawlee-playwright-camoufox/.actorignore b/templates/python-crawlee-playwright-camoufox/.actorignore new file mode 100644 index 000000000..0f6c0b888 --- /dev/null +++ b/templates/python-crawlee-playwright-camoufox/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. + +# Bytecode +__pycache__/ +*.pyc +*.pyo + +# Virtual environments +.venv/ +venv/ +env/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/python-crawlee-playwright/.actor/dataset_schema.json b/templates/python-crawlee-playwright/.actor/dataset_schema.json index 388358a54..95c23f0e2 100644 --- a/templates/python-crawlee-playwright/.actor/dataset_schema.json +++ b/templates/python-crawlee-playwright/.actor/dataset_schema.json @@ -1,12 +1,60 @@ { "$schema": "https://apify.com/schemas/v1/dataset.ide.json", "actorSpecification": 1, - "fields": {}, + "fields": { + "title": "Overview", + "type": "object", + "properties": { + "h1s": { + "type": "array", + "items": { + "type": "string" + }, + "title": "H1s" + }, + "h2s": { + "type": "array", + "items": { + "type": "string" + }, + "title": "H2s" + }, + "h3s": { + "type": "array", + "items": { + "type": "string" + }, + "title": "H3s" + }, + "title": { + "type": "string", + "title": "Title" + }, + "url": { + "type": "string", + "format": "uri", + "title": "URL" + } + }, + "required": [ + "h1s", + "h2s", + "h3s", + "title", + "url" + ] + }, "views": { "overview": { "title": "Overview", "transformation": { - "fields": ["title", "url", "h1s", "h2s", "h3s"] + "fields": [ + "title", + "url", + "h1s", + "h2s", + "h3s" + ] }, "display": { "component": "table", diff --git a/templates/python-crawlee-playwright/.actorignore b/templates/python-crawlee-playwright/.actorignore new file mode 100644 index 000000000..0f6c0b888 --- /dev/null +++ b/templates/python-crawlee-playwright/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. + +# Bytecode +__pycache__/ +*.pyc +*.pyo + +# Virtual environments +.venv/ +venv/ +env/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/python-crewai/.actor/dataset_schema.json b/templates/python-crewai/.actor/dataset_schema.json index ea2d6b856..9b11b0d6d 100644 --- a/templates/python-crewai/.actor/dataset_schema.json +++ b/templates/python-crewai/.actor/dataset_schema.json @@ -5,7 +5,10 @@ "overview": { "title": "Overview", "transformation": { - "fields": ["query", "response"] + "fields": [ + "query", + "response" + ] }, "display": { "component": "table", @@ -21,5 +24,23 @@ } } } + }, + "fields": { + "title": "Overview", + "type": "object", + "properties": { + "query": { + "type": "string", + "title": "Query" + }, + "response": { + "type": "string", + "title": "Response" + } + }, + "required": [ + "query", + "response" + ] } } diff --git a/templates/python-crewai/.actorignore b/templates/python-crewai/.actorignore new file mode 100644 index 000000000..0f6c0b888 --- /dev/null +++ b/templates/python-crewai/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. + +# Bytecode +__pycache__/ +*.pyc +*.pyo + +# Virtual environments +.venv/ +venv/ +env/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/python-empty/.actor/dataset_schema.json b/templates/python-empty/.actor/dataset_schema.json new file mode 100644 index 000000000..7a22f4203 --- /dev/null +++ b/templates/python-empty/.actor/dataset_schema.json @@ -0,0 +1,37 @@ +{ + "$schema": "https://apify.com/schemas/v1/dataset.ide.json", + "$comment": "Starter dataset schema. Replace the `value` field below with your Actor's actual output fields, then run `apify push` to upload.", + "actorSpecification": 1, + "fields": { + "title": "Records", + "type": "object", + "properties": { + "value": { + "type": "string", + "title": "Value" + } + }, + "required": [ + "value" + ] + }, + "views": { + "overview": { + "title": "Overview", + "transformation": { + "fields": [ + "value" + ] + }, + "display": { + "component": "table", + "properties": { + "value": { + "label": "Value", + "format": "text" + } + } + } + } + } +} diff --git a/templates/python-empty/.actorignore b/templates/python-empty/.actorignore new file mode 100644 index 000000000..0f6c0b888 --- /dev/null +++ b/templates/python-empty/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. + +# Bytecode +__pycache__/ +*.pyc +*.pyo + +# Virtual environments +.venv/ +venv/ +env/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/python-langgraph/.actor/dataset_schema.json b/templates/python-langgraph/.actor/dataset_schema.json index 3bf92117c..2fe4a25ef 100644 --- a/templates/python-langgraph/.actor/dataset_schema.json +++ b/templates/python-langgraph/.actor/dataset_schema.json @@ -5,7 +5,10 @@ "overview": { "title": "Overview", "transformation": { - "fields": ["response", "structured_response"] + "fields": [ + "response", + "structured_response" + ] }, "display": { "component": "table", @@ -21,5 +24,24 @@ } } } + }, + "fields": { + "title": "Overview", + "type": "object", + "properties": { + "response": { + "type": "string", + "title": "Response" + }, + "structured_response": { + "type": "object", + "additionalProperties": true, + "title": "Structured Response" + } + }, + "required": [ + "response", + "structured_response" + ] } } diff --git a/templates/python-langgraph/.actorignore b/templates/python-langgraph/.actorignore new file mode 100644 index 000000000..0f6c0b888 --- /dev/null +++ b/templates/python-langgraph/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. + +# Bytecode +__pycache__/ +*.pyc +*.pyo + +# Virtual environments +.venv/ +venv/ +env/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/python-llamaindex-agent/.actor/dataset_schema.json b/templates/python-llamaindex-agent/.actor/dataset_schema.json index b296a2732..86967150d 100644 --- a/templates/python-llamaindex-agent/.actor/dataset_schema.json +++ b/templates/python-llamaindex-agent/.actor/dataset_schema.json @@ -1,12 +1,32 @@ { "$schema": "https://apify.com/schemas/v1/dataset.ide.json", "actorSpecification": 1, - "fields": {}, + "fields": { + "title": "Overview", + "type": "object", + "properties": { + "answer": { + "type": "string", + "title": "Answer" + }, + "query": { + "type": "string", + "title": "Query" + } + }, + "required": [ + "answer", + "query" + ] + }, "views": { "overview": { "title": "Overview", "transformation": { - "fields": ["query", "answer"] + "fields": [ + "query", + "answer" + ] }, "display": { "component": "table", diff --git a/templates/python-llamaindex-agent/.actorignore b/templates/python-llamaindex-agent/.actorignore new file mode 100644 index 000000000..0f6c0b888 --- /dev/null +++ b/templates/python-llamaindex-agent/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. + +# Bytecode +__pycache__/ +*.pyc +*.pyo + +# Virtual environments +.venv/ +venv/ +env/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/python-mcp-empty/.actorignore b/templates/python-mcp-empty/.actorignore new file mode 100644 index 000000000..0f6c0b888 --- /dev/null +++ b/templates/python-mcp-empty/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. + +# Bytecode +__pycache__/ +*.pyc +*.pyo + +# Virtual environments +.venv/ +venv/ +env/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/python-mcp-proxy/.actorignore b/templates/python-mcp-proxy/.actorignore new file mode 100644 index 000000000..0f6c0b888 --- /dev/null +++ b/templates/python-mcp-proxy/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. + +# Bytecode +__pycache__/ +*.pyc +*.pyo + +# Virtual environments +.venv/ +venv/ +env/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/python-playwright/.actor/dataset_schema.json b/templates/python-playwright/.actor/dataset_schema.json index e4a74d29d..d0e1e6abc 100644 --- a/templates/python-playwright/.actor/dataset_schema.json +++ b/templates/python-playwright/.actor/dataset_schema.json @@ -1,12 +1,33 @@ { "$schema": "https://apify.com/schemas/v1/dataset.ide.json", "actorSpecification": 1, - "fields": {}, + "fields": { + "title": "Overview", + "type": "object", + "properties": { + "title": { + "type": "string", + "title": "Title" + }, + "url": { + "type": "string", + "format": "uri", + "title": "URL" + } + }, + "required": [ + "title", + "url" + ] + }, "views": { "overview": { "title": "Overview", "transformation": { - "fields": ["title", "url"] + "fields": [ + "title", + "url" + ] }, "display": { "component": "table", diff --git a/templates/python-playwright/.actorignore b/templates/python-playwright/.actorignore new file mode 100644 index 000000000..0f6c0b888 --- /dev/null +++ b/templates/python-playwright/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. + +# Bytecode +__pycache__/ +*.pyc +*.pyo + +# Virtual environments +.venv/ +venv/ +env/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/python-pydanticai/.actor/dataset_schema.json b/templates/python-pydanticai/.actor/dataset_schema.json index 7d27dac99..248b979f7 100644 --- a/templates/python-pydanticai/.actor/dataset_schema.json +++ b/templates/python-pydanticai/.actor/dataset_schema.json @@ -1,12 +1,32 @@ { "$schema": "https://apify.com/schemas/v1/dataset.ide.json", "actorSpecification": 1, - "fields": {}, + "fields": { + "title": "Overview", + "type": "object", + "properties": { + "Joke": { + "type": "string", + "title": "Joke" + }, + "Topic": { + "type": "string", + "title": "Topic" + } + }, + "required": [ + "Joke", + "Topic" + ] + }, "views": { "overview": { "title": "Overview", "transformation": { - "fields": ["Topic", "Joke"] + "fields": [ + "Topic", + "Joke" + ] }, "display": { "component": "table", diff --git a/templates/python-pydanticai/.actorignore b/templates/python-pydanticai/.actorignore new file mode 100644 index 000000000..0f6c0b888 --- /dev/null +++ b/templates/python-pydanticai/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. + +# Bytecode +__pycache__/ +*.pyc +*.pyo + +# Virtual environments +.venv/ +venv/ +env/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/python-scrapy/.actor/dataset_schema.json b/templates/python-scrapy/.actor/dataset_schema.json new file mode 100644 index 000000000..392262d45 --- /dev/null +++ b/templates/python-scrapy/.actor/dataset_schema.json @@ -0,0 +1,47 @@ +{ + "$schema": "https://apify.com/schemas/v1/dataset.ide.json", + "actorSpecification": 1, + "fields": { + "title": "Pages", + "type": "object", + "properties": { + "title": { + "type": "string", + "title": "Title" + }, + "url": { + "type": "string", + "format": "uri", + "title": "URL" + } + }, + "required": [ + "title", + "url" + ] + }, + "views": { + "overview": { + "title": "Overview", + "transformation": { + "fields": [ + "title", + "url" + ] + }, + "display": { + "component": "table", + "properties": { + "title": { + "label": "Title", + "format": "text" + }, + "url": { + "label": "URL", + "format": "link" + } + } + } + } + } +} diff --git a/templates/python-scrapy/.actorignore b/templates/python-scrapy/.actorignore new file mode 100644 index 000000000..0f6c0b888 --- /dev/null +++ b/templates/python-scrapy/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. + +# Bytecode +__pycache__/ +*.pyc +*.pyo + +# Virtual environments +.venv/ +venv/ +env/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/python-selenium/.actor/dataset_schema.json b/templates/python-selenium/.actor/dataset_schema.json index e4a74d29d..d0e1e6abc 100644 --- a/templates/python-selenium/.actor/dataset_schema.json +++ b/templates/python-selenium/.actor/dataset_schema.json @@ -1,12 +1,33 @@ { "$schema": "https://apify.com/schemas/v1/dataset.ide.json", "actorSpecification": 1, - "fields": {}, + "fields": { + "title": "Overview", + "type": "object", + "properties": { + "title": { + "type": "string", + "title": "Title" + }, + "url": { + "type": "string", + "format": "uri", + "title": "URL" + } + }, + "required": [ + "title", + "url" + ] + }, "views": { "overview": { "title": "Overview", "transformation": { - "fields": ["title", "url"] + "fields": [ + "title", + "url" + ] }, "display": { "component": "table", diff --git a/templates/python-selenium/.actorignore b/templates/python-selenium/.actorignore new file mode 100644 index 000000000..0f6c0b888 --- /dev/null +++ b/templates/python-selenium/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. + +# Bytecode +__pycache__/ +*.pyc +*.pyo + +# Virtual environments +.venv/ +venv/ +env/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/python-smolagents/.actor/dataset_schema.json b/templates/python-smolagents/.actor/dataset_schema.json index 98cbfbc7b..63c170d3e 100644 --- a/templates/python-smolagents/.actor/dataset_schema.json +++ b/templates/python-smolagents/.actor/dataset_schema.json @@ -1,12 +1,26 @@ { "$schema": "https://apify.com/schemas/v1/dataset.ide.json", "actorSpecification": 1, - "fields": {}, + "fields": { + "title": "Overview", + "type": "object", + "properties": { + "summary": { + "type": "string", + "title": "Summary" + } + }, + "required": [ + "summary" + ] + }, "views": { "overview": { "title": "Overview", "transformation": { - "fields": ["summary"] + "fields": [ + "summary" + ] }, "display": { "component": "table", diff --git a/templates/python-smolagents/.actorignore b/templates/python-smolagents/.actorignore new file mode 100644 index 000000000..0f6c0b888 --- /dev/null +++ b/templates/python-smolagents/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. + +# Bytecode +__pycache__/ +*.pyc +*.pyo + +# Virtual environments +.venv/ +venv/ +env/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/python-standby/.actorignore b/templates/python-standby/.actorignore new file mode 100644 index 000000000..0f6c0b888 --- /dev/null +++ b/templates/python-standby/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. + +# Bytecode +__pycache__/ +*.pyc +*.pyo + +# Virtual environments +.venv/ +venv/ +env/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/python-start/.actor/dataset_schema.json b/templates/python-start/.actor/dataset_schema.json index 4ab99990c..97b98dc1f 100644 --- a/templates/python-start/.actor/dataset_schema.json +++ b/templates/python-start/.actor/dataset_schema.json @@ -1,12 +1,32 @@ { "$schema": "https://apify.com/schemas/v1/dataset.ide.json", "actorSpecification": 1, - "fields": {}, + "fields": { + "title": "Overview", + "type": "object", + "properties": { + "level": { + "type": "string", + "title": "Level" + }, + "text": { + "type": "string", + "title": "Text" + } + }, + "required": [ + "level", + "text" + ] + }, "views": { "overview": { "title": "Overview", "transformation": { - "fields": ["level", "text"] + "fields": [ + "level", + "text" + ] }, "display": { "component": "table", diff --git a/templates/python-start/.actorignore b/templates/python-start/.actorignore new file mode 100644 index 000000000..0f6c0b888 --- /dev/null +++ b/templates/python-start/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. + +# Bytecode +__pycache__/ +*.pyc +*.pyo + +# Virtual environments +.venv/ +venv/ +env/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/ts-beeai-agent/.actor/dataset_schema.json b/templates/ts-beeai-agent/.actor/dataset_schema.json index ce2cec846..3d06a55e9 100644 --- a/templates/ts-beeai-agent/.actor/dataset_schema.json +++ b/templates/ts-beeai-agent/.actor/dataset_schema.json @@ -5,7 +5,11 @@ "overview": { "title": "Overview", "transformation": { - "fields": ["query", "response", "structuredResponse"] + "fields": [ + "query", + "response", + "structuredResponse" + ] }, "display": { "component": "table", @@ -25,5 +29,29 @@ } } } + }, + "fields": { + "title": "Overview", + "type": "object", + "properties": { + "query": { + "type": "string", + "title": "Query" + }, + "response": { + "type": "string", + "title": "Response" + }, + "structuredResponse": { + "type": "object", + "additionalProperties": true, + "title": "Structured Response" + } + }, + "required": [ + "query", + "response", + "structuredResponse" + ] } } diff --git a/templates/ts-beeai-agent/.actorignore b/templates/ts-beeai-agent/.actorignore new file mode 100644 index 000000000..1aa284863 --- /dev/null +++ b/templates/ts-beeai-agent/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. +# Mirrors .dockerignore where the rationale is "don't ship to the platform", +# diverging only where Docker semantics need different contents. + +# Build artifacts (Dockerfile rebuilds these inside the image) +dist/ +build/ +*.tsbuildinfo + +# Dependencies (installed by the platform image) +node_modules/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/ts-bootstrap-cheerio-crawler/.actor/dataset_schema.json b/templates/ts-bootstrap-cheerio-crawler/.actor/dataset_schema.json new file mode 100644 index 000000000..392262d45 --- /dev/null +++ b/templates/ts-bootstrap-cheerio-crawler/.actor/dataset_schema.json @@ -0,0 +1,47 @@ +{ + "$schema": "https://apify.com/schemas/v1/dataset.ide.json", + "actorSpecification": 1, + "fields": { + "title": "Pages", + "type": "object", + "properties": { + "title": { + "type": "string", + "title": "Title" + }, + "url": { + "type": "string", + "format": "uri", + "title": "URL" + } + }, + "required": [ + "title", + "url" + ] + }, + "views": { + "overview": { + "title": "Overview", + "transformation": { + "fields": [ + "title", + "url" + ] + }, + "display": { + "component": "table", + "properties": { + "title": { + "label": "Title", + "format": "text" + }, + "url": { + "label": "URL", + "format": "link" + } + } + } + } + } +} diff --git a/templates/ts-bootstrap-cheerio-crawler/.actorignore b/templates/ts-bootstrap-cheerio-crawler/.actorignore new file mode 100644 index 000000000..1aa284863 --- /dev/null +++ b/templates/ts-bootstrap-cheerio-crawler/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. +# Mirrors .dockerignore where the rationale is "don't ship to the platform", +# diverging only where Docker semantics need different contents. + +# Build artifacts (Dockerfile rebuilds these inside the image) +dist/ +build/ +*.tsbuildinfo + +# Dependencies (installed by the platform image) +node_modules/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/ts-crawlee-cheerio/.actor/dataset_schema.json b/templates/ts-crawlee-cheerio/.actor/dataset_schema.json index e4a74d29d..d0e1e6abc 100644 --- a/templates/ts-crawlee-cheerio/.actor/dataset_schema.json +++ b/templates/ts-crawlee-cheerio/.actor/dataset_schema.json @@ -1,12 +1,33 @@ { "$schema": "https://apify.com/schemas/v1/dataset.ide.json", "actorSpecification": 1, - "fields": {}, + "fields": { + "title": "Overview", + "type": "object", + "properties": { + "title": { + "type": "string", + "title": "Title" + }, + "url": { + "type": "string", + "format": "uri", + "title": "URL" + } + }, + "required": [ + "title", + "url" + ] + }, "views": { "overview": { "title": "Overview", "transformation": { - "fields": ["title", "url"] + "fields": [ + "title", + "url" + ] }, "display": { "component": "table", diff --git a/templates/ts-crawlee-cheerio/.actorignore b/templates/ts-crawlee-cheerio/.actorignore new file mode 100644 index 000000000..1aa284863 --- /dev/null +++ b/templates/ts-crawlee-cheerio/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. +# Mirrors .dockerignore where the rationale is "don't ship to the platform", +# diverging only where Docker semantics need different contents. + +# Build artifacts (Dockerfile rebuilds these inside the image) +dist/ +build/ +*.tsbuildinfo + +# Dependencies (installed by the platform image) +node_modules/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/ts-crawlee-playwright-camoufox/.actor/dataset_schema.json b/templates/ts-crawlee-playwright-camoufox/.actor/dataset_schema.json index e4a74d29d..d0e1e6abc 100644 --- a/templates/ts-crawlee-playwright-camoufox/.actor/dataset_schema.json +++ b/templates/ts-crawlee-playwright-camoufox/.actor/dataset_schema.json @@ -1,12 +1,33 @@ { "$schema": "https://apify.com/schemas/v1/dataset.ide.json", "actorSpecification": 1, - "fields": {}, + "fields": { + "title": "Overview", + "type": "object", + "properties": { + "title": { + "type": "string", + "title": "Title" + }, + "url": { + "type": "string", + "format": "uri", + "title": "URL" + } + }, + "required": [ + "title", + "url" + ] + }, "views": { "overview": { "title": "Overview", "transformation": { - "fields": ["title", "url"] + "fields": [ + "title", + "url" + ] }, "display": { "component": "table", diff --git a/templates/ts-crawlee-playwright-camoufox/.actorignore b/templates/ts-crawlee-playwright-camoufox/.actorignore new file mode 100644 index 000000000..1aa284863 --- /dev/null +++ b/templates/ts-crawlee-playwright-camoufox/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. +# Mirrors .dockerignore where the rationale is "don't ship to the platform", +# diverging only where Docker semantics need different contents. + +# Build artifacts (Dockerfile rebuilds these inside the image) +dist/ +build/ +*.tsbuildinfo + +# Dependencies (installed by the platform image) +node_modules/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/ts-crawlee-playwright-chrome/.actor/dataset_schema.json b/templates/ts-crawlee-playwright-chrome/.actor/dataset_schema.json index e4a74d29d..d0e1e6abc 100644 --- a/templates/ts-crawlee-playwright-chrome/.actor/dataset_schema.json +++ b/templates/ts-crawlee-playwright-chrome/.actor/dataset_schema.json @@ -1,12 +1,33 @@ { "$schema": "https://apify.com/schemas/v1/dataset.ide.json", "actorSpecification": 1, - "fields": {}, + "fields": { + "title": "Overview", + "type": "object", + "properties": { + "title": { + "type": "string", + "title": "Title" + }, + "url": { + "type": "string", + "format": "uri", + "title": "URL" + } + }, + "required": [ + "title", + "url" + ] + }, "views": { "overview": { "title": "Overview", "transformation": { - "fields": ["title", "url"] + "fields": [ + "title", + "url" + ] }, "display": { "component": "table", diff --git a/templates/ts-crawlee-playwright-chrome/.actorignore b/templates/ts-crawlee-playwright-chrome/.actorignore new file mode 100644 index 000000000..1aa284863 --- /dev/null +++ b/templates/ts-crawlee-playwright-chrome/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. +# Mirrors .dockerignore where the rationale is "don't ship to the platform", +# diverging only where Docker semantics need different contents. + +# Build artifacts (Dockerfile rebuilds these inside the image) +dist/ +build/ +*.tsbuildinfo + +# Dependencies (installed by the platform image) +node_modules/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/ts-crawlee-puppeteer-chrome/.actor/dataset_schema.json b/templates/ts-crawlee-puppeteer-chrome/.actor/dataset_schema.json index e4a74d29d..d0e1e6abc 100644 --- a/templates/ts-crawlee-puppeteer-chrome/.actor/dataset_schema.json +++ b/templates/ts-crawlee-puppeteer-chrome/.actor/dataset_schema.json @@ -1,12 +1,33 @@ { "$schema": "https://apify.com/schemas/v1/dataset.ide.json", "actorSpecification": 1, - "fields": {}, + "fields": { + "title": "Overview", + "type": "object", + "properties": { + "title": { + "type": "string", + "title": "Title" + }, + "url": { + "type": "string", + "format": "uri", + "title": "URL" + } + }, + "required": [ + "title", + "url" + ] + }, "views": { "overview": { "title": "Overview", "transformation": { - "fields": ["title", "url"] + "fields": [ + "title", + "url" + ] }, "display": { "component": "table", diff --git a/templates/ts-crawlee-puppeteer-chrome/.actorignore b/templates/ts-crawlee-puppeteer-chrome/.actorignore new file mode 100644 index 000000000..1aa284863 --- /dev/null +++ b/templates/ts-crawlee-puppeteer-chrome/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. +# Mirrors .dockerignore where the rationale is "don't ship to the platform", +# diverging only where Docker semantics need different contents. + +# Build artifacts (Dockerfile rebuilds these inside the image) +dist/ +build/ +*.tsbuildinfo + +# Dependencies (installed by the platform image) +node_modules/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/ts-empty/.actor/dataset_schema.json b/templates/ts-empty/.actor/dataset_schema.json new file mode 100644 index 000000000..7a22f4203 --- /dev/null +++ b/templates/ts-empty/.actor/dataset_schema.json @@ -0,0 +1,37 @@ +{ + "$schema": "https://apify.com/schemas/v1/dataset.ide.json", + "$comment": "Starter dataset schema. Replace the `value` field below with your Actor's actual output fields, then run `apify push` to upload.", + "actorSpecification": 1, + "fields": { + "title": "Records", + "type": "object", + "properties": { + "value": { + "type": "string", + "title": "Value" + } + }, + "required": [ + "value" + ] + }, + "views": { + "overview": { + "title": "Overview", + "transformation": { + "fields": [ + "value" + ] + }, + "display": { + "component": "table", + "properties": { + "value": { + "label": "Value", + "format": "text" + } + } + } + } + } +} diff --git a/templates/ts-empty/.actorignore b/templates/ts-empty/.actorignore new file mode 100644 index 000000000..1aa284863 --- /dev/null +++ b/templates/ts-empty/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. +# Mirrors .dockerignore where the rationale is "don't ship to the platform", +# diverging only where Docker semantics need different contents. + +# Build artifacts (Dockerfile rebuilds these inside the image) +dist/ +build/ +*.tsbuildinfo + +# Dependencies (installed by the platform image) +node_modules/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/ts-mastraai/.actor/dataset_schema.json b/templates/ts-mastraai/.actor/dataset_schema.json index ea2d6b856..9b11b0d6d 100644 --- a/templates/ts-mastraai/.actor/dataset_schema.json +++ b/templates/ts-mastraai/.actor/dataset_schema.json @@ -5,7 +5,10 @@ "overview": { "title": "Overview", "transformation": { - "fields": ["query", "response"] + "fields": [ + "query", + "response" + ] }, "display": { "component": "table", @@ -21,5 +24,23 @@ } } } + }, + "fields": { + "title": "Overview", + "type": "object", + "properties": { + "query": { + "type": "string", + "title": "Query" + }, + "response": { + "type": "string", + "title": "Response" + } + }, + "required": [ + "query", + "response" + ] } } diff --git a/templates/ts-mastraai/.actorignore b/templates/ts-mastraai/.actorignore new file mode 100644 index 000000000..1aa284863 --- /dev/null +++ b/templates/ts-mastraai/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. +# Mirrors .dockerignore where the rationale is "don't ship to the platform", +# diverging only where Docker semantics need different contents. + +# Build artifacts (Dockerfile rebuilds these inside the image) +dist/ +build/ +*.tsbuildinfo + +# Dependencies (installed by the platform image) +node_modules/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/ts-mcp-empty/.actorignore b/templates/ts-mcp-empty/.actorignore new file mode 100644 index 000000000..1aa284863 --- /dev/null +++ b/templates/ts-mcp-empty/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. +# Mirrors .dockerignore where the rationale is "don't ship to the platform", +# diverging only where Docker semantics need different contents. + +# Build artifacts (Dockerfile rebuilds these inside the image) +dist/ +build/ +*.tsbuildinfo + +# Dependencies (installed by the platform image) +node_modules/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/ts-mcp-proxy/.actorignore b/templates/ts-mcp-proxy/.actorignore new file mode 100644 index 000000000..1aa284863 --- /dev/null +++ b/templates/ts-mcp-proxy/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. +# Mirrors .dockerignore where the rationale is "don't ship to the platform", +# diverging only where Docker semantics need different contents. + +# Build artifacts (Dockerfile rebuilds these inside the image) +dist/ +build/ +*.tsbuildinfo + +# Dependencies (installed by the platform image) +node_modules/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/ts-playwright-test-runner/.actor/dataset_schema.json b/templates/ts-playwright-test-runner/.actor/dataset_schema.json index a70b200ef..b9edf7e3e 100644 --- a/templates/ts-playwright-test-runner/.actor/dataset_schema.json +++ b/templates/ts-playwright-test-runner/.actor/dataset_schema.json @@ -1,12 +1,66 @@ { "$schema": "https://apify.com/schemas/v1/dataset.ide.json", "actorSpecification": 1, - "fields": {}, + "fields": { + "title": "Test Report", + "type": "object", + "properties": { + "duration": { + "type": "number", + "title": "Duration" + }, + "errors": { + "type": "array", + "items": { + "type": "string" + }, + "title": "Error messages" + }, + "result": { + "type": "boolean", + "title": "Result" + }, + "runnerName": { + "type": "string", + "title": "Runner" + }, + "suiteName": { + "type": "string", + "title": "Test Suite" + }, + "testName": { + "type": "string", + "title": "Name" + }, + "video": { + "type": "string", + "format": "uri", + "title": "Video recording" + } + }, + "required": [ + "duration", + "errors", + "result", + "runnerName", + "suiteName", + "testName", + "video" + ] + }, "views": { "overview": { "title": "Test Report", "transformation": { - "fields": ["suiteName", "testName", "runnerName", "result", "errors", "duration", "video"] + "fields": [ + "suiteName", + "testName", + "runnerName", + "result", + "errors", + "duration", + "video" + ] }, "display": { "component": "table", diff --git a/templates/ts-playwright-test-runner/.actorignore b/templates/ts-playwright-test-runner/.actorignore new file mode 100644 index 000000000..1aa284863 --- /dev/null +++ b/templates/ts-playwright-test-runner/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. +# Mirrors .dockerignore where the rationale is "don't ship to the platform", +# diverging only where Docker semantics need different contents. + +# Build artifacts (Dockerfile rebuilds these inside the image) +dist/ +build/ +*.tsbuildinfo + +# Dependencies (installed by the platform image) +node_modules/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/ts-standby/.actorignore b/templates/ts-standby/.actorignore new file mode 100644 index 000000000..1aa284863 --- /dev/null +++ b/templates/ts-standby/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. +# Mirrors .dockerignore where the rationale is "don't ship to the platform", +# diverging only where Docker semantics need different contents. + +# Build artifacts (Dockerfile rebuilds these inside the image) +dist/ +build/ +*.tsbuildinfo + +# Dependencies (installed by the platform image) +node_modules/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/ts-start-bun/.actor/dataset_schema.json b/templates/ts-start-bun/.actor/dataset_schema.json index 4ab99990c..97b98dc1f 100644 --- a/templates/ts-start-bun/.actor/dataset_schema.json +++ b/templates/ts-start-bun/.actor/dataset_schema.json @@ -1,12 +1,32 @@ { "$schema": "https://apify.com/schemas/v1/dataset.ide.json", "actorSpecification": 1, - "fields": {}, + "fields": { + "title": "Overview", + "type": "object", + "properties": { + "level": { + "type": "string", + "title": "Level" + }, + "text": { + "type": "string", + "title": "Text" + } + }, + "required": [ + "level", + "text" + ] + }, "views": { "overview": { "title": "Overview", "transformation": { - "fields": ["level", "text"] + "fields": [ + "level", + "text" + ] }, "display": { "component": "table", diff --git a/templates/ts-start-bun/.actorignore b/templates/ts-start-bun/.actorignore new file mode 100644 index 000000000..1aa284863 --- /dev/null +++ b/templates/ts-start-bun/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. +# Mirrors .dockerignore where the rationale is "don't ship to the platform", +# diverging only where Docker semantics need different contents. + +# Build artifacts (Dockerfile rebuilds these inside the image) +dist/ +build/ +*.tsbuildinfo + +# Dependencies (installed by the platform image) +node_modules/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/ diff --git a/templates/ts-start/.actor/dataset_schema.json b/templates/ts-start/.actor/dataset_schema.json index 4ab99990c..97b98dc1f 100644 --- a/templates/ts-start/.actor/dataset_schema.json +++ b/templates/ts-start/.actor/dataset_schema.json @@ -1,12 +1,32 @@ { "$schema": "https://apify.com/schemas/v1/dataset.ide.json", "actorSpecification": 1, - "fields": {}, + "fields": { + "title": "Overview", + "type": "object", + "properties": { + "level": { + "type": "string", + "title": "Level" + }, + "text": { + "type": "string", + "title": "Text" + } + }, + "required": [ + "level", + "text" + ] + }, "views": { "overview": { "title": "Overview", "transformation": { - "fields": ["level", "text"] + "fields": [ + "level", + "text" + ] }, "display": { "component": "table", diff --git a/templates/ts-start/.actorignore b/templates/ts-start/.actorignore new file mode 100644 index 000000000..1aa284863 --- /dev/null +++ b/templates/ts-start/.actorignore @@ -0,0 +1,28 @@ +# .actorignore — files NOT included in `apify push` archives. +# Mirrors .dockerignore where the rationale is "don't ship to the platform", +# diverging only where Docker semantics need different contents. + +# Build artifacts (Dockerfile rebuilds these inside the image) +dist/ +build/ +*.tsbuildinfo + +# Dependencies (installed by the platform image) +node_modules/ + +# Local-development storage +storage/ +apify_storage/ +crawlee_storage/ + +# Logs / env / IDE / OS +*.log +.env +.env.* +.idea/ +.vscode/ +.zed/ +.DS_Store + +# Git history +.git/