Skip to content

seemab-yamin/beach_searcher_spider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Beach Searcher Spider

This Python scraper, built with Scrapy, takes country URLs and dives deep into beach-searcher pages to uncover all its beaches. It follows the provided country link, meticulously gathers beach details, and stores them neatly in a JSON file, ready for further analysis.

Goal:

  • Extracting Complex Listing Structure and Extract Dynamic Prices
  • Parse API responses and then request further child pages
  • Implemented Download Delay to avoid server overloading.

OS Platform:

Python 3 (Linux/Mac/WSL/Windows)

Installing Dependencies:

To install dependencies open terminal and type:

git clone https://github.com/seemab-yamin/beach_searcher_spider/
cd beach_searcher_spider
pip install -r requirements.txt

Run:

First update config.json to add target urls in "start_urls" list in JSON dict.

python3 main.py

Video Demo:

Demo Video

Resources:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages