BNB Toolbox Scraper for Airbnb

Extract & export Airbnb rental listings data with no code to a formatted CSV or Google Sheet.

What is BNB Toolbox Scraper for Airbnb?

BNB Toolbox Scraper for Airbnb is a Chrome extension developed by https://bnbtoolbox.com, and its main feature is "Extract & export Airbnb rental listings data with no code to a formatted CSV or Google Sheet.".

Extension Screenshots

screenshot
screenshot

Download BNB Toolbox Scraper for Airbnb Extension CRX File

Download BNB Toolbox Scraper for Airbnb extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension extracts the most comprehensive data from Airbnb's listings with one click and no code. This extension is perfect for investors, Airbnb hosts, data analysts, real estate agents. It helps provide information for market analysis, competitor analysis and more.

You can download the data as a nicely formatted CSV file or Google Sheets file organized by price, beds, bedrooms, baths, fees, rating, number of ratings, city, latitude/longitude and more. It's a very simple extension that is easy to use and gets the job done.


🧪Core Features:
    ✔️Scrape unlimited Airbnb listings from the website
           - Search page results (https://airbnb.com/s/)
           - Individual listing pages (https://airbnb.com/rooms/)
    ✔️Download data into a formatted CSV file or Google Sheets including:
           - Price
           - Rating
           - Number of reviews
           - City
           - Latitude/Longitude
           - Name/title
           - # of beds, bedrooms, baths
           - Type of listing (ie entire home)
           - Listing URL
           - Cleaning fees, Airbnb service fees
           - Search filter inputs (ie total nights, check-in/out dates, etc.)
           - Total charged based on search filter inputs
           - Early bird discounts
           - Cleanliness ratings
           - Discounted and original prices
           - "Superhost" status
           - "Rare find" status
           - Locale code
           - Listing ID
    ✔️No coding or technical knowledge needed. It's super easy to use!



🔒Permissions:
We understand there may be questions regarding the permissions needed to use the extension. We aim to be as transparent as possible hoping to inform you that we have absolutely no intent of using the access you grant to your browser maliciously. Follow the link below to read on:

https://tidisventures.com/privacy-policy?policy=bnb-toolbox-scraper-chrome-ext-privacy-policy


⭐ How To Use:
The extension popup has 3 buttons that control the entire functionality of the app. Each button is to scrape the webpage, clear the data to scrape from scratch, and download the CSV file or save to Google Sheets respectively. To extract data, follow these steps:

   1. Go to Airbnb.com and choose your search inputs (ie location, dates, guests)
   2. Open up the extension and click "Scrape". Don't close the pop up while it works.
   3. For the free version, to scrape the next page, left click on page 2.
   4. Then, repeat step 2. (Click "Download" when you're ready to download the data to CSV or Google Sheets)

For more info, please see the YouTube video above to learn how to use the extension. If there are any questions or other issues, please contact [email protected].

Also, check the how-to page: https://tidisventures.com/extensions/bnb-toolbox-scraper-for-airbnb or the support page: https://tidisventures.com/support?app=bnb-toolbox-scraper


🏷️Pricing:
Upon installation of the extension, the user will be able to use the basic and free version of the extension indefinitely. This limits the scraped listings to the 50 listings per download (downloadable CSV file is available with the basic version). Upgrade to the premium version to  enjoy scraping and downloading unlimited listings from Airbnb's website (and other awesome features).


📚Terms and Conditions:
By using this extension, you agree to the terms here: https://tidisventures.com/terms-and-conditions?app=bnb-toolbox-scraper-terms


✋Important:
Read more about the extension and its usage here: https://tidisventures.com/extensions/bnb-toolbox-scraper-for-airbnb

📘 Change log:
2/22/2024: Fix scrape bug due to Airbnb change
2/8/2024: Handle split stay search results
1/10/2024: Save listings continuously as scrape is in progress.
12/15/2023: Improve pagination automation
12/14/2023: Support international versions of Airbnb website.
10/22/2023: Fix minor scraping bug.
10/17/2023: Initial publish.                    

Extension Basic Information

Name BNB Toolbox Scraper for Airbnb BNB Toolbox Scraper for Airbnb
ID aglgekjeoncjfdddoeglnjomllloplcl
Official URL https://chromewebstore.google.com/detail/bnb-toolbox-scraper-for-a/aglgekjeoncjfdddoeglnjomllloplcl
Description Extract & export Airbnb rental listings data with no code to a formatted CSV or Google Sheet.
File Size 793 KB
Installation Count 74
Current Version 2.0.3
Last Updated 2024-02-29
Publish Date 2023-10-18
Rating 5.00/5 Total 1 Ratings
Developer https://bnbtoolbox.com
Email [email protected]
Payment Type in_app
Extension Website https://tidisventures.com/extensions/bnb-toolbox-scraper-for-airbnb
Help Page URL https://tidisventures.com/support?app=bnb-toolbox-scraper
Privacy Policy Page URL https://tidisventures.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BNB Toolbox Scraper for Airbnb",
    "description": "Extract & export Airbnb rental listings data with no code to a formatted CSV or Google Sheet.",
    "version": "2.0.3",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArfV63GVzn9IZu4Vl2yPTR+NPF6c++QzhXmbBiIa0ygX7Fq7xAPRg99qgt6KZmvoWpjGqA\/\/AvPp2j1brM6s18Xu4CGWDLvz0x\/dLjxVIYLO5vtOF4ivOFP7cFbw5+iTLEoF8uOLpOEQP\/ECxrnauq\/j2Uhwcu4OW5uYPiYMwPmLfJK64cuuPxwuVbr9ujpWHtrdVGLxv+ahtt69rgMbVB9V6Let\/kkn0dHpx0U3BNtW99V+oo71wmwYRajsESFlUiQgHoeROrsrx\/feZoGkAhS7JyczvGd6F7XJtWelWlSolzhF2y07JtJv2cMgvN7oPxxCmF4iSvx3pHzV+4TepcwIDAQAB",
    "action": {
        "default_popup": "index.html",
        "default_title": "Open"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "zicon_16.png",
        "48": "zicon_48.png",
        "128": "zicon_128.png"
    },
    "permissions": [
        "scripting",
        "storage",
        "identity",
        "identity.email",
        "activeTab"
    ],
    "oauth2": {
        "client_id": "15276640083-omm955ji5sgmb04t3tci87vamdok91kb.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/spreadsheets"
        ]
    }
}