# N8N airbnb scraper node

https://shortrentals.ai/blogs/n8n-airbnb-scraper-node

**By:** Amir Tadrisi
**Updated:** 2025-12-09

Analyze competitors and market demand using our n8n Airbnb scraper node. Extract amenities, reviews, pricing & listings in seconds.

# n8n airbnb scraper node

If you have implemented automation workflow in the short-term rentals market, you know how important it is to have a way to scrape Airbnb listing data and use it for your needs. It can be an Airbnb arbitrage study to know how much listings are making in a specific region, study the market, and find competition vs your listing information, like what they offer in their amenities that you are missing, guests' reviews for your competition, or find hosts' data to cold outreach to them to offer your services.

If you landed on this page, you should already know that N8N is a powerful automation solution, which, in my opinion, is the best solution out there to automate everything.

We have implemented an N8N node to scrape Airbnb listings simply by providing a listing ID. In future articles, we are going to provide workflow examples like

1. Airbitrage workflow
2. Competition investigation
3. Cold outreach to hosts and property management companies

In this article, we are going to show how the N8N node for Airbnb Scraper works

## How to scrape Airbnb listings with n8n

### Install Community Node

Let's get started by going to the settings and clicking on the Community Nodes

Now, let's click on the Install button and drop n8n-nodes-airbnb-scraper as the package name

After Installation is done, verify that you have the correct version of the node

### Get Your Token

Now, to make the node work, we need to visit ShortRentals AI and generate a free token for our node. Copy and save this token. We need it in the next step

### Add Scraper Node

Now, let's continue by creating a new workflow and adding a new node in the workflow

Let's search for Airbnb Scraper in the search box and click on the node that shows in the following image

### Create Credentials

To make our node work, we need 2 important parameters

1. Create a credential for the node
2. an Airbnb listing ID

Click on the Create new credentials in the Credential to connect with and paste your token in the token field

Now, enter the Listing ID you want to scrape its data

### Scrape Listing

Finally, we execute the workflow and wait for the node to analyze the listing and output the scraped data

The output data will be like the following

```javascript
[
  {
    "success": true,
    "data": {
      "listingId": "1400316155420256199",
      "listingUrl": "https://www.airbnb.com/rooms/1400316155420256199",
      "title": "Luxury lakefront Modern mansion in Miami",
      "description": "Modern mansion:\nEnjoy an unforgettable experience in this spectacular 4-bedroom, 6 -bathroom mansion, located in an exclusive gated community with 24/7 security. Perfect for leisure or business trips, this property combines elegant design, absolute comfort, and top-notch amenities.\nWhat this property offers:\nMulti-level heated pool with water jets and direct lake views.\nPrivate terrace ideal for sunsets and relaxing moments.\nLarge, fully equipped modern kitchen, perfect for group cooking.",
      "images": [
        "https://a0.muscache.com/im/pictures/hosting/Hosting-1400316155420256199/original/d3c211e3-dad4-40e2-8b67-3dba589118a4.jpeg",
        "https://a0.muscache.com/im/pictures/hosting/Hosting-1400316155420256199/original/4fae207c-d472-4dff-830a-e169c4e15650.jpeg",
        "https://a0.muscache.com/im/pictures/hosting/Hosting-1400316155420256199/original/de5f2ec5-8a1d-4985-9147-55aba0955cb0.jpeg",
        "https://a0.muscache.com/im/pictures/hosting/Hosting-1400316155420256199/original/37e70478-e1b9-4395-8ebc-217060b8fe70.jpeg",
        "https://a0.muscache.com/im/pictures/hosting/Hosting-1400316155420256199/original/bd41296b-d4ff-4b7e-96b5-b70e7b562490.jpeg",
        "https://a0.muscache.com/im/pictures/hosting/Hosting-1400316155420256199/original/4186dde8-3d7c-4cdd-a349-c2a7f76817a8.jpeg",
        "https://a0.muscache.com/im/pictures/hosting/Hosting-1400316155420256199/original/c2a8b75e-f1cc-48b6-8ffc-36d3f5b3158c.jpeg",
        "https://a0.muscache.com/im/pictures/hosting/Hosting-1400316155420256199/original/cab0623f-c65d-4cf1-af92-feb967d2272c.jpeg"
      ],
      "hostProfileId": "1462915922523878975",
      "hostProfile": {
        "name": "Alejandra",
        "isSuperhost": true,
        "isIdentityVerified": false,
        "reviewsCount": 160,
        "rating": 0,
        "yearsHosting": 9,
        "work": "",
        "uniqueHome": "",
        "languages": [],
        "location": "",
        "about": "Hi, I'm Alejandra ; you have my attention and effort to help you to have a comfortable and relaxing stay. Thank you for allowing me to be your host.",
        "listings": []
      },
      "coHosts": [
        {
          "name": "Neldo",
          "profileId": "1487911824725757139"
        }
      ],
      "maxGuests": 6,
      "bedrooms": 3,
      "bathrooms": 5,
      "isGuestFavorite": true,
      "isSuperhost": true,
      "location": {
        "address": "Exact location will be provided after booking.",
        "city": "Doral",
        "state": "Florida",
        "country": "United States",
        "coordinates": {
          "latitude": 25.8163,
          "longitude": -80.35043
        }
      },
      "pricing": {
        "pricePerNight": null,
        "currency": null,
        "totalFor3Nights": null,
        "priceBeforeDiscount": null,
        "discountPercentage": null
      },
      "reviewScore": {
        "overallRating": 4.46,
        "reviewsCount": 14,
        "categoryRatings": {
          "cleanliness": 5,
          "accuracy": 5,
          "checkIn": 5,
          "communication": 5,
          "location": 5,
          "value": 5
        }
      },
      "amenities": [
        "Cleaning products",
        "Shampoo",
        "Bidet",
        "Hot water",
        "Free washer – In unit",
        "Dryer",
        "Bed linens",
        "Extra pillows and blankets",
        "Iron",
        "Clothing storage",
        "HDTV with Amazon Prime Video, Netflix",
        "Exercise equipment",
        "Arcade games",
        "Batting cage",
        "Air conditioning",
        "Smoke alarm",
        "First aid kit",
        "Wifi",
        "Dedicated workspace",
        "Kitchen",
        "Cooking basics",
        "Freezer",
        "Coffee maker",
        "Outdoor dining area",
        "Private outdoor kitchen",
        "BBQ grill",
        "Sun loungers",
        "Free parking on premises",
        "Pool"
      ],
      "reviews": {
        "mostRelevant": [
          {
            "reviewId": "1496520794172286693",
            "name": "Jeauvar",
            "text": "This was definitely the best Airbnb I’ve ever stayed in, the host were amazing always quick response always answered my questions perfectly. Looks exactly like the pictures  was squeaky clean. Had everything you needed inside the house. I have zero complaints about this property. I definitely will be revisiting it.",
            "score": 5,
            "reviewDetails": {
              "city": null,
              "country": "4 months on Airbnb",
              "date": "August 2025"
            }
          },
          {
            "reviewId": "1445016105239332224",
            "name": "Sholice",
            "text": "Thank you so much for your kind words! We're truly happy to hear that you and your family felt comfortable, welcomed, and safe during your stay. It was a pleasure hosting you, and you're always welcome back anytime. This will always be your home away from home! ✨💫",
            "score": 5,
            "reviewDetails": {
              "city": "Detroit",
              "country": "Michigan",
              "date": "June 2025"
            }
          },
          {
            "reviewId": "1450836176448777689",
            "name": "Megan",
            "text": "We thoroughly enjoyed our stay! Beautiful home, plenty of space and privacy. Alejandra and Neldo are outstanding hosts, thank you!Highly recommend!",
            "score": 5,
            "reviewDetails": {
              "city": null,
              "country": "8 years on Airbnb",
              "date": "June 2025"
            }
          },
          {
            "reviewId": "1500131262575588484",
            "name": "Nadia",
            "text": "Extremely pleased with the house, house was in emancipatory shape as described on the post. I have zero complaints.",
            "score": 5,
            "reviewDetails": {
              "city": "Philadelphia",
              "country": "Pennsylvania",
              "date": "August 2025"
            }
          },
          {
            "reviewId": "1570481916240259031",
            "name": "Albert",
            "text": "Modern house with great kitchen. Gated community is a plus",
            "score": 5,
            "reviewDetails": {
              "city": "San Jose",
              "country": "California",
              "date": "3 days ago"
            }
          },
          {
            "reviewId": "1529801943800409949",
            "name": "Zander",
            "text": null,
            "score": 5,
            "reviewDetails": {
              "city": null,
              "country": "9 months on Airbnb",
              "date": "October 2025"
            }
          },
          {
            "reviewId": "1470463097832541863",
            "name": "Christian",
            "text": "Great host, home, and environment",
            "score": 5,
            "reviewDetails": {
              "city": null,
              "country": "11 months on Airbnb",
              "date": "July 2025"
            }
          },
          {
            "reviewId": "1465364445558895084",
            "name": "Michele",
            "text": "Very modern home. Beautiful area.",
            "score": 5,
            "reviewDetails": {
              "city": "Allen",
              "country": "Texas",
              "date": "July 2025"
            }
          },
          {
            "reviewId": "1454438991545929518",
            "name": "Yaisel",
            "text": "Thank you for choosing us. We hope to see you back soon. You are a wonderful guest. ✨️✨️✨️",
            "score": 5,
            "reviewDetails": {
              "city": "Miami",
              "country": "Florida",
              "date": "June 2025"
            }
          },
          {
            "reviewId": "1479871186826959154",
            "name": "Shunta",
            "text": null,
            "score": 5,
            "reviewDetails": {
              "city": "Madison",
              "country": "Wisconsin",
              "date": "August 2025"
            }
          },
          {
            "reviewId": "1476217704130521573",
            "name": "Fernanda",
            "text": "Alejandra's house is spectacular, very clean and a very safe area, we will definitely return soon, we loved it and above all Alejandra and Neldo's attention, always available for our needs.",
            "score": 5,
            "reviewDetails": {
              "city": "Tijuana",
              "country": "Mexico",
              "date": "July 2025"
            }
          },
          {
            "reviewId": "1459510498291837983",
            "name": "Jeremiah",
            "text": null,
            "score": 5,
            "reviewDetails": {
              "city": "Birmingham",
              "country": "Alabama",
              "date": "July 2025"
            }
          },
          {
            "reviewId": "1414572412725774101",
            "name": "Gean",
            "text": "Great place to stay, spacious, safe and accommodating",
            "score": 5,
            "reviewDetails": {
              "city": "Winter Springs",
              "country": "Florida",
              "date": "May 2025"
            }
          },
          {
            "reviewId": "1488547005488417219",
            "name": "Fernanda",
            "text": "The service, the facilities, the cleanliness, the location, everything was spectacular.",
            "score": 5,
            "reviewDetails": {
              "city": "Tijuana",
              "country": "Mexico",
              "date": "August 2025"
            }
          }
        ],
        "mostRecent": [
          {
            "reviewId": "1570481916240259031",
            "name": "Albert",
            "text": "Modern house with great kitchen. Gated community is a plus",
            "score": 5,
            "reviewDetails": {
              "city": "San Jose",
              "country": "California",
              "date": "3 days ago"
            }
          },
          {
            "reviewId": "1529801943800409949",
            "name": "Zander",
            "text": null,
            "score": 5,
            "reviewDetails": {
              "city": null,
              "country": "9 months on Airbnb",
              "date": "October 2025"
            }
          },
          {
            "reviewId": "1500131262575588484",
            "name": "Nadia",
            "text": "Extremely pleased with the house, house was in emancipatory shape as described on the post. I have zero complaints.",
            "score": 5,
            "reviewDetails": {
              "city": "Philadelphia",
              "country": "Pennsylvania",
              "date": "August 2025"
            }
          },
          {
            "reviewId": "1496520794172286693",
            "name": "Jeauvar",
            "text": "This was definitely the best Airbnb I’ve ever stayed in, the host were amazing always quick response always answered my questions perfectly. Looks exactly like the pictures  was squeaky clean. Had everything you needed inside the house. I have zero complaints about this property. I definitely will be revisiting it.",
            "score": 5,
            "reviewDetails": {
              "city": null,
              "country": "4 months on Airbnb",
              "date": "August 2025"
            }
          },
          {
            "reviewId": "1488547005488417219",
            "name": "Fernanda",
            "text": "The service, the facilities, the cleanliness, the location, everything was spectacular.",
            "score": 5,
            "reviewDetails": {
              "city": "Tijuana",
              "country": "Mexico",
              "date": "August 2025"
            }
          },
          {
            "reviewId": "1479871186826959154",
            "name": "Shunta",
            "text": null,
            "score": 5,
            "reviewDetails": {
              "city": "Madison",
              "country": "Wisconsin",
              "date": "August 2025"
            }
          },
          {
            "reviewId": "1476217704130521573",
            "name": "Fernanda",
            "text": "Alejandra's house is spectacular, very clean and a very safe area, we will definitely return soon, we loved it and above all Alejandra and Neldo's attention, always available for our needs.",
            "score": 5,
            "reviewDetails": {
              "city": "Tijuana",
              "country": "Mexico",
              "date": "July 2025"
            }
          },
          {
            "reviewId": "1470463097832541863",
            "name": "Christian",
            "text": "Great host, home, and environment",
            "score": 5,
            "reviewDetails": {
              "city": null,
              "country": "11 months on Airbnb",
              "date": "July 2025"
            }
          },
          {
            "reviewId": "1465364445558895084",
            "name": "Michele",
            "text": "Very modern home. Beautiful area.",
            "score": 5,
            "reviewDetails": {
              "city": "Allen",
              "country": "Texas",
              "date": "July 2025"
            }
          },
          {
            "reviewId": "1459510498291837983",
            "name": "Jeremiah",
            "text": null,
            "score": 5,
            "reviewDetails": {
              "city": "Birmingham",
              "country": "Alabama",
              "date": "July 2025"
            }
          },
          {
            "reviewId": "1454438991545929518",
            "name": "Yaisel",
            "text": "Thank you for choosing us. We hope to see you back soon. You are a wonderful guest. ✨️✨️✨️",
            "score": 5,
            "reviewDetails": {
              "city": "Miami",
              "country": "Florida",
              "date": "June 2025"
            }
          },
          {
            "reviewId": "1450836176448777689",
            "name": "Megan",
            "text": "We thoroughly enjoyed our stay! Beautiful home, plenty of space and privacy. Alejandra and Neldo are outstanding hosts, thank you!Highly recommend!",
            "score": 5,
            "reviewDetails": {
              "city": null,
              "country": "8 years on Airbnb",
              "date": "June 2025"
            }
          },
          {
            "reviewId": "1445016105239332224",
            "name": "Sholice",
            "text": "Thank you so much for your kind words! We're truly happy to hear that you and your family felt comfortable, welcomed, and safe during your stay. It was a pleasure hosting you, and you're always welcome back anytime. This will always be your home away from home! ✨💫",
            "score": 5,
            "reviewDetails": {
              "city": "Detroit",
              "country": "Michigan",
              "date": "June 2025"
            }
          },
          {
            "reviewId": "1414572412725774101",
            "name": "Gean",
            "text": "Great place to stay, spacious, safe and accommodating",
            "score": 5,
            "reviewDetails": {
              "city": "Winter Springs",
              "country": "Florida",
              "date": "May 2025"
            }
          }
        ],
        "highestRated": [
          {
            "reviewId": "1570481916240259031",
            "name": "Albert",
            "text": "Modern house with great kitchen. Gated community is a plus",
            "score": 5,
            "reviewDetails": {
              "city": "San Jose",
              "country": "California",
              "date": "3 days ago"
            }
          },
          {
            "reviewId": "1529801943800409949",
            "name": "Zander",
            "text": null,
            "score": 5,
            "reviewDetails": {
              "city": null,
              "country": "9 months on Airbnb",
              "date": "October 2025"
            }
          },
          {
            "reviewId": "1500131262575588484",
            "name": "Nadia",
            "text": "Extremely pleased with the house, house was in emancipatory shape as described on the post. I have zero complaints.",
            "score": 5,
            "reviewDetails": {
              "city": "Philadelphia",
              "country": "Pennsylvania",
              "date": "August 2025"
            }
          },
          {
            "reviewId": "1496520794172286693",
            "name": "Jeauvar",
            "text": "This was definitely the best Airbnb I’ve ever stayed in, the host were amazing always quick response always answered my questions perfectly. Looks exactly like the pictures  was squeaky clean. Had everything you needed inside the house. I have zero complaints about this property. I definitely will be revisiting it.",
            "score": 5,
            "reviewDetails": {
              "city": null,
              "country": "4 months on Airbnb",
              "date": "August 2025"
            }
          },
          {
            "reviewId": "1488547005488417219",
            "name": "Fernanda",
            "text": "The service, the facilities, the cleanliness, the location, everything was spectacular.",
            "score": 5,
            "reviewDetails": {
              "city": "Tijuana",
              "country": "Mexico",
              "date": "August 2025"
            }
          },
          {
            "reviewId": "1479871186826959154",
            "name": "Shunta",
            "text": null,
            "score": 5,
            "reviewDetails": {
              "city": "Madison",
              "country": "Wisconsin",
              "date": "August 2025"
            }
          },
          {
            "reviewId": "1476217704130521573",
            "name": "Fernanda",
            "text": "Alejandra's house is spectacular, very clean and a very safe area, we will definitely return soon, we loved it and above all Alejandra and Neldo's attention, always available for our needs.",
            "score": 5,
            "reviewDetails": {
              "city": "Tijuana",
              "country": "Mexico",
              "date": "July 2025"
            }
          },
          {
            "reviewId": "1470463097832541863",
            "name": "Christian",
            "text": "Great host, home, and environment",
            "score": 5,
            "reviewDetails": {
              "city": null,
              "country": "11 months on Airbnb",
              "date": "July 2025"
            }
          },
          {
            "reviewId": "1465364445558895084",
            "name": "Michele",
            "text": "Very modern home. Beautiful area.",
            "score": 5,
            "reviewDetails": {
              "city": "Allen",
              "country": "Texas",
              "date": "July 2025"
            }
          },
          {
            "reviewId": "1459510498291837983",
            "name": "Jeremiah",
            "text": null,
            "score": 5,
            "reviewDetails": {
              "city": "Birmingham",
              "country": "Alabama",
              "date": "July 2025"
            }
          },
          {
            "reviewId": "1454438991545929518",
            "name": "Yaisel",
            "text": "Thank you for choosing us. We hope to see you back soon. You are a wonderful guest. ✨️✨️✨️",
            "score": 5,
            "reviewDetails": {
              "city": "Miami",
              "country": "Florida",
              "date": "June 2025"
            }
          },
          {
            "reviewId": "1450836176448777689",
            "name": "Megan",
            "text": "We thoroughly enjoyed our stay! Beautiful home, plenty of space and privacy. Alejandra and Neldo are outstanding hosts, thank you!Highly recommend!",
            "score": 5,
            "reviewDetails": {
              "city": null,
              "country": "8 years on Airbnb",
              "date": "June 2025"
            }
          },
          {
            "reviewId": "1445016105239332224",
            "name": "Sholice",
            "text": "Thank you so much for your kind words! We're truly happy to hear that you and your family felt comfortable, welcomed, and safe during your stay. It was a pleasure hosting you, and you're always welcome back anytime. This will always be your home away from home! ✨💫",
            "score": 5,
            "reviewDetails": {
              "city": "Detroit",
              "country": "Michigan",
              "date": "June 2025"
            }
          },
          {
            "reviewId": "1414572412725774101",
            "name": "Gean",
            "text": "Great place to stay, spacious, safe and accommodating",
            "score": 5,
            "reviewDetails": {
              "city": "Winter Springs",
              "country": "Florida",
              "date": "May 2025"
            }
          }
        ],
        "lowestRated": [
          {
            "reviewId": "1570481916240259031",
            "name": "Albert",
            "text": "Modern house with great kitchen. Gated community is a plus",
            "score": 5,
            "reviewDetails": {
              "city": "San Jose",
              "country": "California",
              "date": "3 days ago"
            }
          },
          {
            "reviewId": "1529801943800409949",
            "name": "Zander",
            "text": null,
            "score": 5,
            "reviewDetails": {
              "city": null,
              "country": "9 months on Airbnb",
              "date": "October 2025"
            }
          },
          {
            "reviewId": "1500131262575588484",
            "name": "Nadia",
            "text": "Extremely pleased with the house, house was in emancipatory shape as described on the post. I have zero complaints.",
            "score": 5,
            "reviewDetails": {
              "city": "Philadelphia",
              "country": "Pennsylvania",
              "date": "August 2025"
            }
          },
          {
            "reviewId": "1496520794172286693",
            "name": "Jeauvar",
            "text": "This was definitely the best Airbnb I’ve ever stayed in, the host were amazing always quick response always answered my questions perfectly. Looks exactly like the pictures  was squeaky clean. Had everything you needed inside the house. I have zero complaints about this property. I definitely will be revisiting it.",
            "score": 5,
            "reviewDetails": {
              "city": null,
              "country": "4 months on Airbnb",
              "date": "August 2025"
            }
          },
          {
            "reviewId": "1488547005488417219",
            "name": "Fernanda",
            "text": "The service, the facilities, the cleanliness, the location, everything was spectacular.",
            "score": 5,
            "reviewDetails": {
              "city": "Tijuana",
              "country": "Mexico",
              "date": "August 2025"
            }
          },
          {
            "reviewId": "1479871186826959154",
            "name": "Shunta",
            "text": null,
            "score": 5,
            "reviewDetails": {
              "city": "Madison",
              "country": "Wisconsin",
              "date": "August 2025"
            }
          },
          {
            "reviewId": "1476217704130521573",
            "name": "Fernanda",
            "text": "Alejandra's house is spectacular, very clean and a very safe area, we will definitely return soon, we loved it and above all Alejandra and Neldo's attention, always available for our needs.",
            "score": 5,
            "reviewDetails": {
              "city": "Tijuana",
              "country": "Mexico",
              "date": "July 2025"
            }
          },
          {
            "reviewId": "1470463097832541863",
            "name": "Christian",
            "text": "Great host, home, and environment",
            "score": 5,
            "reviewDetails": {
              "city": null,
              "country": "11 months on Airbnb",
              "date": "July 2025"
            }
          },
          {
            "reviewId": "1465364445558895084",
            "name": "Michele",
            "text": "Very modern home. Beautiful area.",
            "score": 5,
            "reviewDetails": {
              "city": "Allen",
              "country": "Texas",
              "date": "July 2025"
            }
          },
          {
            "reviewId": "1459510498291837983",
            "name": "Jeremiah",
            "text": null,
            "score": 5,
            "reviewDetails": {
              "city": "Birmingham",
              "country": "Alabama",
              "date": "July 2025"
            }
          },
          {
            "reviewId": "1454438991545929518",
            "name": "Yaisel",
            "text": "Thank you for choosing us. We hope to see you back soon. You are a wonderful guest. ✨️✨️✨️",
            "score": 5,
            "reviewDetails": {
              "city": "Miami",
              "country": "Florida",
              "date": "June 2025"
            }
          },
          {
            "reviewId": "1450836176448777689",
            "name": "Megan",
            "text": "We thoroughly enjoyed our stay! Beautiful home, plenty of space and privacy. Alejandra and Neldo are outstanding hosts, thank you!Highly recommend!",
            "score": 5,
            "reviewDetails": {
              "city": null,
              "country": "8 years on Airbnb",
              "date": "June 2025"
            }
          },
          {
            "reviewId": "1445016105239332224",
            "name": "Sholice",
            "text": "Thank you so much for your kind words! We're truly happy to hear that you and your family felt comfortable, welcomed, and safe during your stay. It was a pleasure hosting you, and you're always welcome back anytime. This will always be your home away from home! ✨💫",
            "score": 5,
            "reviewDetails": {
              "city": "Detroit",
              "country": "Michigan",
              "date": "June 2025"
            }
          },
          {
            "reviewId": "1414572412725774101",
            "name": "Gean",
            "text": "Great place to stay, spacious, safe and accommodating",
            "score": 5,
            "reviewDetails": {
              "city": "Winter Springs",
              "country": "Florida",
              "date": "May 2025"
            }
          }
        ]
      },
      "houseRules": {
        "checkIn": "4:00 PM",
        "checkOut": "11:00 AM",
        "selfCheckIn": false,
        "maxGuests": 6,
        "pets": false,
        "quietHours": "10:00 PM - 9:00 AM",
        "noParties": true,
        "noCommercialPhotography": true,
        "noSmoking": true,
        "additionalRules": "",
        "beforeYouLeave": []
      }
    },
    "meta": {
      "scrapedAt": "2025-12-09T21:23:08.939Z",
      "processingTime": "81s"
    }
  }
]
```

## Conclusion

The n8n Airbnb scraper node is a powerful node for you to be able to extract listings data for your needs. Feel free to give it a try, and if you need any help, don't hesitate to reach out to us at hello@shortrentals.ai
