airbnb-scrapper

1.1.1 • Public • Published

airbnb-scrapper

A command-line tool for scrapping AirBNB postings.

Given a list of AirBNB URLs, this tool:

  • Downloads the postings pages
  • Extracts relevant information
  • Outputs them in CSV form

(You can obviously just give it one URL)

Usage

$ airbnb-scrapper --verbose https://airbnb.com/rooms/:some_id
Downloading posting for `some_id`...
Extracting information for `some_id`...
title,host_name,host_profile_url,n_guests,posting_type,price_per_night,price_per_week,url,google_maps_url,

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.1
    2
  • 1.1.0
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i airbnb-scrapper

Weekly Downloads

2

Version

1.1.1

License

MIT

Last publish

Collaborators

  • yamadapc