{"id":28988640,"url":"https://github.com/sayan520/amazescrape","last_synced_at":"2026-05-16T01:32:24.786Z","repository":{"id":295404230,"uuid":"990011599","full_name":"Sayan520/AmazeScrape","owner":"Sayan520","description":"AmazeScrape is a user-friendly Amazon product scraper built with Python and Flask. It allows users to input a search query, number of pages, and file format (CSV or Excel), then seamlessly fetches product data and downloads it in the selected format.","archived":false,"fork":false,"pushed_at":"2025-05-25T10:43:41.000Z","size":4627,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-09T01:34:05.850Z","etag":null,"topics":["amazon","beautifulsoup4","flask","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sayan520.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-25T10:14:11.000Z","updated_at":"2025-05-25T10:49:16.000Z","dependencies_parsed_at":"2025-05-25T11:40:16.101Z","dependency_job_id":null,"html_url":"https://github.com/Sayan520/AmazeScrape","commit_stats":null,"previous_names":["sayan520/amazescrape"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sayan520/AmazeScrape","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sayan520%2FAmazeScrape","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sayan520%2FAmazeScrape/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sayan520%2FAmazeScrape/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sayan520%2FAmazeScrape/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sayan520","download_url":"https://codeload.github.com/Sayan520/AmazeScrape/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sayan520%2FAmazeScrape/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33087028,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amazon","beautifulsoup4","flask","python"],"created_at":"2025-06-24T22:04:31.896Z","updated_at":"2026-05-16T01:32:24.772Z","avatar_url":"https://github.com/Sayan520.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv id=\"top\"\u003e\u003c/div\u003e\n\n[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)\n\n\u003c!-- Project Icon with Title --\u003e\n\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/Sayan520\"\u003e\n    \u003cimg src=\"https://cdn-icons-png.flaticon.com/128/5065/5065181.png\" alt=\"Logo\" width=\"80\" height=\"80\"/\u003e \n  \u003c/a\u003e\n\n\u003ch3 align=\"center\"\u003eAmazeScrape: Amazon Web Scraper\u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\n    A responsive, elegant frontend + Flask-powered Amazon product scraping tool with real-time feedback, progress bar, and download options.\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/Sayan520/AmazeScrape\"\u003e\u003cstrong\u003eExplore the Repo »\u003c/strong\u003e\u003c/a\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/Sayan520/AmazeScrape/blob/main/app.py\"\u003eView Backend\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/Sayan520/AmazeScrape/blob/main/scrape_amazon.py\"\u003eView Scraper Module\u003c/a\u003e\n    ·\n    \u003ca href=\"https://linkedin.com/in/sayaan-ghosh\"\u003eContact Me\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n---\n\u003c!-- Project Details --\u003e\n\n## 🖼️ Project Preview\n\n![AmazeScrape Screenshot](/AmazeScrape.jpg)\n\n---\n\n## 🎯 Objectives\n\n- Build a user-friendly web interface for Amazon product scraping\n- Allow users to choose number of pages, filename, and export format (CSV/Excel)\n- Provide real-time scraping feedback with spinner, toasts, modal confirmations\n- Offer auto file download with smart naming\n- Simulate progress bar updates (extendable to real-time)\n- Maintain responsive and modern UI/UX\n\n---\n\n## 🛠️ Tools \u0026 Technologies\n\n### 🚀 Technologies\n[![Python](https://img.shields.io/badge/-Python-3776AB?logo=python\u0026logoColor=white)](https://www.python.org/)\n[![Flask](https://img.shields.io/badge/-Flask-000000?logo=flask\u0026logoColor=white)](https://flask.palletsprojects.com/)\n[![HTML5](https://img.shields.io/badge/-HTML5-E34F26?logo=html5\u0026logoColor=white)]()\n[![CSS3](https://img.shields.io/badge/-CSS3-1572B6?logo=css3\u0026logoColor=white)]()\n[![JavaScript](https://img.shields.io/badge/-JavaScript-F7DF1E?logo=javascript\u0026logoColor=black)]()\n\n### 🔧 Tools\n[![Git](https://img.shields.io/badge/-Git-F05032?logo=git\u0026logoColor=white)](https://git-scm.com/)\n[![GitHub](https://img.shields.io/badge/-GitHub-181717?logo=github\u0026logoColor=white)](https://github.com/Sayan520/AmazeScrape)\n[![Postman](https://img.shields.io/badge/-Postman-FF6C37?logo=postman\u0026logoColor=white)](https://www.postman.com/)\n\n---\n\n## 📦 Features\n\n### ✅ Form Input \u0026 Validation\n- Search Query, Number of Pages, Format (CSV/Excel), and Filename inputs\n- Required fields with validation feedback before submission\n\n### 🔄 Loading Spinner\n- Animated spinner during scraping (better than static text)\n- Hidden on completion or error\n\n### 🧠 Smart Confirmation Modal\n- SweetAlert2 modal with confirmation prompt before starting\n- Dynamic query and page info shown in the modal\n\n### 🔔 Toast Notifications\n- Input validation errors\n- Scraping success with download\n- Network or backend errors\n\n### 📥 Download System\n- File auto-downloads via Blob link\n- Extracts filename from `Content-Disposition` or falls back to user input\n\n### 📊 Progress Bar (Simulated)\n- Responsive progress bar updating dynamically\n- Easily connectable to backend events in future\n\n### 📄 Format Preview\n- Shows preview filename with extension hint:\n  - `output.csv` (Comma Separated)\n  - `output.xlsx` (Microsoft Excel)\n- Updates live as user changes format or filename\n\n---\n\n## 🧪 Installation Setup\n\n1. **Clone the repository:**\n```bash\ngit clone https://github.com/Sayan520/AmazeScrape.git\ncd AmazeScrape\n```\n\n2. **Create a virtual environment:**\n```bash\npython -m venv venv\nsource .\\venv\\Scripts\\activate  # on Mac: venv/bin/activate\n```\n3. **Install dependencies:**\n```bash\npip install -r requirements.txt\n```\n4. **Run the app:**\n```bash\npython app.py\n```\n5. **Open your browser and visit:**\n```bash\nhttp://127.0.0.1:5000\n```\n## 📬 Connect with Me\n\n\u003cdiv align=\"left\"\u003e\n\n[![LinkedIn - Sayan Ghosh](https://img.shields.io/badge/LinkedIn-Connect-blue?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white\u0026labelColor=0A66C2)][reach_linkedin]  \n[![Gmail - sayan520](https://img.shields.io/badge/Gmail-sayan520-red?style=for-the-badge\u0026logo=gmail\u0026logoColor=white\u0026labelColor=EA4335)][reach_gmail]  \n[![Instagram - @mr_saayaann](https://img.shields.io/badge/Instagram-@mr_saayaann-pink?style=for-the-badge\u0026logo=instagram\u0026logoColor=white\u0026labelColor=E4405F)][reach_instagram]\n\n\u003c/div\u003e\n---\n\n## 📜 License\nThis project is open-source and free to use for educational and personal projects.\n\n---\n\n**Take Care \u0026 Happy Coding! 💻🚀**\n\n\u003c!-- CONTACT LINKS --\u003e\n[reach_linkedin]: https://linkedin.com/in/sayaan-ghosh  \n[reach_gmail]: mailto:ghoshsayan5205@gmail.com?subject=GitHub  \n[reach_instagram]: https://www.instagram.com/mr_saayaann","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsayan520%2Famazescrape","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsayan520%2Famazescrape","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsayan520%2Famazescrape/lists"}