BNB Toolbox Scraper for Airbnb

BNB Toolbox Scraper for Airbnb

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

Merlin
Additional files are visible only to premium users

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"
    ]
  }
}