간단 파일 다운로드
중급
이것은IT Ops분야의자동화 워크플로우로, 10개의 노드를 포함합니다.주로 Wait, Airtop, ManualTrigger 등의 노드를 사용하며. 사용Airtop浏览器자동화에서Sample.cat자동下载视频
사전 요구사항
- •특별한 사전 요구사항 없이 가져와 바로 사용 가능합니다
사용된 노드 (10)
카테고리
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "3sBreSJpd5kPX4b2",
"meta": {
"instanceId": "28a947b92b197fc2524eaba16e57560338657b2b0b5796300b2f1cedc1d0d355",
"templateCredsSetupCompleted": true
},
"name": "Simple File Download",
"tags": [],
"nodes": [
{
"id": "354c8e55-f322-4f63-bf53-84ff65bbd2d7",
"name": "‘Test workflow’ 클릭 시",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-440,
0
],
"parameters": {},
"typeVersion": 1
},
{
"id": "37e66a0e-bbce-449d-a769-77470b4ea57f",
"name": "메모지",
"type": "n8n-nodes-base.stickyNote",
"position": [
380,
-240
],
"parameters": {
"width": 220,
"height": 300,
"content": "Wait a few seconds to make sure the file is ready for download. Alternatively, you can loop until `Get file data` outputs status `available`\n"
},
"typeVersion": 1
},
{
"id": "2a1889bf-b197-4c08-9be9-b2762c1b6f61",
"name": "세션",
"type": "n8n-nodes-base.airtop",
"position": [
-220,
0
],
"parameters": {
"additionalFields": {}
},
"credentials": {
"airtopApi": {
"id": "Yi4YPNnovLVUjFn5",
"name": "Airtop Official Org"
}
},
"typeVersion": 1
},
{
"id": "6823c35c-30c0-4dc5-8ef9-f42fb3f8d58b",
"name": "창",
"type": "n8n-nodes-base.airtop",
"position": [
0,
-100
],
"parameters": {
"url": "https://sample.cat/en/webm",
"resource": "window",
"getLiveView": true,
"disableResize": true,
"additionalFields": {}
},
"credentials": {
"airtopApi": {
"id": "Yi4YPNnovLVUjFn5",
"name": "Airtop Official Org"
}
},
"typeVersion": 1
},
{
"id": "7a77f04f-c9e8-429f-81cc-c2155b777012",
"name": "종료",
"type": "n8n-nodes-base.airtop",
"position": [
0,
100
],
"parameters": {
"operation": "terminate"
},
"credentials": {
"airtopApi": {
"id": "Yi4YPNnovLVUjFn5",
"name": "Airtop Official Org"
}
},
"typeVersion": 1
},
{
"id": "815f96e1-004e-4ad9-96b5-54d74ff4891f",
"name": "대기",
"type": "n8n-nodes-base.wait",
"position": [
440,
-100
],
"webhookId": "d83ebeef-84d1-4c1b-bf2e-c87e2e0c3d20",
"parameters": {
"amount": 10
},
"typeVersion": 1.1
},
{
"id": "0343563a-d6e1-4f82-a3ad-c2c014981024",
"name": "파일 데이터 가져오기",
"type": "n8n-nodes-base.airtop",
"position": [
660,
-100
],
"parameters": {
"limit": 1,
"resource": "file",
"sessionIds": "={{ $('Session').item.json.sessionId }}",
"outputSingleItem": false
},
"credentials": {
"airtopApi": {
"id": "Yi4YPNnovLVUjFn5",
"name": "Airtop Official Org"
}
},
"typeVersion": 1
},
{
"id": "d7f971b7-45b9-4e44-925d-8d89490828a0",
"name": "다운로드 버튼 클릭",
"type": "n8n-nodes-base.airtop",
"position": [
220,
-100
],
"parameters": {
"resource": "interaction",
"additionalFields": {},
"elementDescription": "Blue download button for file \"SD 640x360 (Seawater, drone view video, 30 FPS)\""
},
"credentials": {
"airtopApi": {
"id": "Yi4YPNnovLVUjFn5",
"name": "Airtop Official Org"
}
},
"typeVersion": 1
},
{
"id": "5622799b-7063-414d-825e-b1e091ed7a7b",
"name": "파일 다운로드",
"type": "n8n-nodes-base.airtop",
"position": [
880,
-100
],
"parameters": {
"fileId": "={{ $json.id }}",
"resource": "file",
"operation": "get",
"outputBinaryFile": true
},
"credentials": {
"airtopApi": {
"id": "Yi4YPNnovLVUjFn5",
"name": "Airtop Official Org"
}
},
"typeVersion": 1
},
{
"id": "defcc9ed-8c0a-4bbc-aa3a-f60f418f20a8",
"name": "메모지1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1060,
-460
],
"parameters": {
"color": 5,
"width": 560,
"height": 1120,
"content": "README\n\n# Automating Video File Download from Sample.cat with Airtop.ai\n\n\n## Use Case\nAutomating file downloads from web pages is useful for scenarios like bulk media retrieval, dataset access, or recurring content backups. This workflow ensures a hands-free, consistent process for retrieving downloadable content.\n\n\n## What This Automation Does\nThis automation performs a reliable download of a video file from a specified webpage using the following steps:\n\n- Initiates an Airtop browser session.\n- Opens a specified URL containing downloadable media.\n- Interacts with the page to click the download button.\n- Waits for the file to be processed and made available.\n- Retrieves metadata to confirm availability.\n- Downloads the file.\n- Terminates the browser session to clean up resources.\n\n\n## How It Works\n1. **Manual Trigger**: Activated by user test.\n2. **Session**: Starts an Airtop browser session.\n3. **Window**: Navigates to `https://sample.cat/en/webm`.\n4. **Interaction**: Simulates a click on the download button for the video titled “SD 640x360 (Seawater, drone view video, 30 FPS)”.\n5. **Wait**: Pauses for 10 seconds to allow the file to be ready for download.\n6. **Get File Data**: Checks for downloadable files in the session.\n7. **Download File**: Retrieves the file using its ID.\n8. **Terminate**: Ends the browser session to free up resources.\n\n\n## Setup Requirements\n1. [Airtop API Key](https://portal.airtop.ai/api-keys) — required to authenticate API calls.\n\n\n## Next Steps\n- **Enhance with Retry Logic**: Loop file availability check until `status = available` for more robust automation.\n- **Customize File Targets**: Dynamically pass URLs and button descriptors for multi-source downloads.\n- **Connect to Storage**: Pipe downloaded files to cloud storage or databases for archiving.\n"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "a371078e-c97a-4c14-8b39-e67fdd998c02",
"connections": {
"815f96e1-004e-4ad9-96b5-54d74ff4891f": {
"main": [
[
{
"node": "0343563a-d6e1-4f82-a3ad-c2c014981024",
"type": "main",
"index": 0
}
]
]
},
"6823c35c-30c0-4dc5-8ef9-f42fb3f8d58b": {
"main": [
[
{
"node": "d7f971b7-45b9-4e44-925d-8d89490828a0",
"type": "main",
"index": 0
}
]
]
},
"2a1889bf-b197-4c08-9be9-b2762c1b6f61": {
"main": [
[
{
"node": "6823c35c-30c0-4dc5-8ef9-f42fb3f8d58b",
"type": "main",
"index": 0
},
{
"node": "7a77f04f-c9e8-429f-81cc-c2155b777012",
"type": "main",
"index": 0
}
]
]
},
"0343563a-d6e1-4f82-a3ad-c2c014981024": {
"main": [
[
{
"node": "5622799b-7063-414d-825e-b1e091ed7a7b",
"type": "main",
"index": 0
}
]
]
},
"d7f971b7-45b9-4e44-925d-8d89490828a0": {
"main": [
[
{
"node": "815f96e1-004e-4ad9-96b5-54d74ff4891f",
"type": "main",
"index": 0
}
]
]
},
"354c8e55-f322-4f63-bf53-84ff65bbd2d7": {
"main": [
[
{
"node": "2a1889bf-b197-4c08-9be9-b2762c1b6f61",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - IT 운영
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
간단한 파일 업로드
스크린샷을 Postimages.org에 업로드 자동화: Airtop 브라우저 자동화
Wait
Airtop
Manual Trigger
+
Wait
Airtop
Manual Trigger
10 노드Airtop
IT 운영
X - 스레드 내 응답
Airtop 브라우저 자동화를 사용한 X 스레드 자동 응답
Set
Wait
Airtop
+
Set
Wait
Airtop
11 노드Airtop
인공지능
트럼프 지수 계산 템플릿
Airtop과 Slack을 사용하여 Truth Social 게시물이 주식에 미치는 영향 분석
Slack
Airtop
Filter
+
Slack
Airtop
Filter
11 노드Airtop
암호화폐 거래
AI 스마트 어시스턴트: Supabase 스토리지 및 Google Drive 파일과 대화
AI스마트어시스턴트:与Supabase存储및Google Drive文件对话
If
Set
Wait
+
If
Set
Wait
62 노드Mark Shcherbakov
엔지니어링
↔️ Airtable 일괄 처리
Airtable批量업데이트/插入行(보내기更快+节省API调用请求)
If
Set
Code
+
If
Set
Code
35 노드Simon Mayerhofer
IT 운영
Airtop 웹 프록시
Claude 3.5 Haiku 및 Airtop 브라우저 에이전트를 사용한 웹 상호작용 자동화
Set
Slack
Airtop
+
Set
Slack
Airtop
18 노드Cesar @ Airtop AI
인공지능
워크플로우 정보
난이도
중급
노드 수10
카테고리1
노드 유형4
저자
Airtop
@cesar-at-airtopAirtop provides an intelligent browser automation API for AI agents, enabling seamless web interaction, including login, navigation, and data extraction from any site, even those with complex authentication - all with natural language instructions.In simple terms, we allow you to automate anything humans can do online, on any site with just words
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유