gitextract_4xhu7oyx/ ├── .gitignore ├── .gitpod.yml ├── Dockerfile ├── LICENSE ├── README.md ├── SECURITY.md ├── advanced.md ├── cache/ │ ├── get_product/ │ │ └── a77e2b6d09fe1229ea74e803a284d424.json │ └── search/ │ └── 97e2eb5cf27ecd24880993346e62705b.json ├── docker-compose.yaml ├── local_storage.json ├── main.py ├── profiles.json ├── requirements.txt └── src/ ├── __init__.py ├── amazon_scraper.py ├── search.py ├── utils.py ├── write_output.py └── write_output_utils.py