gitextract_pks_47im/ ├── .gitignore ├── LICENSE ├── README.md ├── deepbnb/ │ ├── __init__.py │ ├── api/ │ │ ├── ApiBase.py │ │ ├── ExploreSearch.py │ │ ├── PdpPlatformSections.py │ │ ├── PdpReviews.py │ │ └── __init__.py │ ├── exporter.py │ ├── items.py │ ├── middlewares.py │ ├── model.py │ ├── pipelines.py │ ├── settings.py.dist │ └── spiders/ │ ├── __init__.py │ └── airbnb.py ├── requirements.txt └── scrapy.cfg