Skip to main content

Transform Airbnb listings into custom direct booking sites with Netlify

Workflow preview

Workflow preview
100%
Transform Airbnb listings into custom direct booking sites with Netlify preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Direct Booking Site Generator Workflow This workflow instantly transforms any Airbnb listing into a polished, mobile ready direct booking site hosted on the Netlify platform. Requirements 1. Instal...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-airbnb-scraper.airbnbscraper, n8n-nodes-base.code, n8n-nodes-base.compression, n8n-nodes-base.httprequest

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Amir Tadrisi.

Original n8n.io source

1.1 Workflow description

Title
Transform Airbnb listings into custom direct booking sites with Netlify
Workflow name
Transform Airbnb listings into custom direct booking sites with Netlify

Direct Booking Site Generator Workflow

This workflow instantly transforms any Airbnb listing into a polished, mobile-ready direct booking site hosted on the Netlify platform.

Requirements

1. Install the Airbnb Scraper Node

This workflow depends on the community package n8n-nodes-airbnb-scraper. Install it on your n8n instance (Settings → Community Nodes) before importing the workflow.

2. Generate the Required API Tokens

Credential Purpose Where to create it
Airbnb Scraper API Token Authenticates the Airbnb Scraper node so it can fetch listing data. Sign up at scraper.shortrentals.ai and copy your API token from the dashboard.
Netlify Personal Access Token Allows the workflow to create sites and deploy ZIP assets through the Netlify API. Go to Netlify User Settings → Applications → Personal access tokens and generate a token with Deploy sites permissions.

Store both tokens as credentials in n8n (Airbnb Scraper API and Netlify API Token) before executing the workflow.

How the Workflow Works

  1. Manual Trigger & Listing Input – Provide any Airbnb listingId and run the workflow.
  2. Data Collectionn8n-nodes-airbnb-scraper pulls rich listing data (photos, amenities, host details, pricing, reviews, etc.).
  3. Static Site Generation – The Generate HTML Site node transforms that data into a premium, mobile-responsive landing page with sticky booking card, amenities grid, gallery, and shortrentals.ai credit.
  4. ZIP PackagingPrepare Binary and Create ZIP convert the HTML into a Netlify-ready archive (rooted index.html).
  5. Netlify Deploy
    • Create Netlify Site spins up a new site (unique subdomain per run).
    • Deploy ZIP uploads the packaged site via Netlify’s deploy API.
  6. Output – The final node returns the public URL, admin dashboard link, site ID, and deploy metadata so you can verify or reuse the site later.

Need More Functionality?

If you require conversion-ready sites with payments, Calendar Sync sync, or Booking engine, head to sitebuilder.shortrentals.ai to explore the full product suite.

Questions or Custom Builds?

Happy hosting! 🚀

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Manual Trigger

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 7 - Set Listing ID

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 8 - Airbnb Scraper

Type / Role
n8n-nodes-airbnb-scraper.airbnbScraper - airbnbScraper
Config choices
Version 1

Block 9 - Generate HTML Site

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 10 - Prepare Binary

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 11 - Create ZIP

Type / Role
n8n-nodes-base.compression - compression
Config choices
Version 1

Block 12 - Create Netlify Site

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 13 - Deploy ZIP

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 14 - Output Results

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

3. Summary Table

Workflow Transform Airbnb listings into custom direct booking sites with Netlify
Complexity intermediate
Nodes 14
Categories Content Creation, Multimodal AI
Author Amir Tadrisi
Published 11 Dec 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/11672/11672.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Transform Airbnb listings into custom direct booking sites with Netlify do?

Direct Booking Site Generator Workflow This workflow instantly transforms any Airbnb listing into a polished, mobile ready direct booking site hosted on the Netlify platform. Requirements 1. Instal...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.