{"id":20138664,"url":"https://github.com/developerwilliams/web-scraper-to-collect-and-save-data","last_synced_at":"2026-03-07T04:01:47.380Z","repository":{"id":250596075,"uuid":"834883315","full_name":"DeveloperWilliams/Web-Scraper-to-Collect-and-Save-Data","owner":"DeveloperWilliams","description":"This project is a web scraper built in Python. It fetches data from a specified website, parses the data to extract relevant information, and saves it into a CSV file. The project demonstrates skills in web scraping, data handling, and file operations.","archived":false,"fork":false,"pushed_at":"2024-09-29T05:09:30.000Z","size":4786,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T18:10:26.211Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/DeveloperWilliams.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}},"created_at":"2024-07-28T16:45:06.000Z","updated_at":"2024-11-06T23:22:46.000Z","dependencies_parsed_at":"2025-04-09T18:06:22.272Z","dependency_job_id":"cb51b49b-624b-497c-8341-91bd5d334b72","html_url":"https://github.com/DeveloperWilliams/Web-Scraper-to-Collect-and-Save-Data","commit_stats":null,"previous_names":["developerwilliams/web-scraper-to-collect-and-save-data"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DeveloperWilliams/Web-Scraper-to-Collect-and-Save-Data","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloperWilliams%2FWeb-Scraper-to-Collect-and-Save-Data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloperWilliams%2FWeb-Scraper-to-Collect-and-Save-Data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloperWilliams%2FWeb-Scraper-to-Collect-and-Save-Data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloperWilliams%2FWeb-Scraper-to-Collect-and-Save-Data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DeveloperWilliams","download_url":"https://codeload.github.com/DeveloperWilliams/Web-Scraper-to-Collect-and-Save-Data/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloperWilliams%2FWeb-Scraper-to-Collect-and-Save-Data/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30207392,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T03:24:23.086Z","status":"ssl_error","status_checked_at":"2026-03-07T03:23:11.444Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-11-13T21:40:09.306Z","updated_at":"2026-03-07T04:01:47.362Z","avatar_url":"https://github.com/DeveloperWilliams.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web Scraper\n\n## Overview\nThis project is a web scraper built in Python. It fetches data from a specified website, parses the data to extract relevant information, and saves it into a CSV file. The project demonstrates skills in web scraping, data handling, and file operations.\n\n## Features\n- Fetches data from a specified website.\n- Parses the data to extract relevant information.\n- Saves the data into a CSV file.\n- Handles errors gracefully.\n\n## Installation\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/DeveloperWilliams/Web-Scraper.git\n    cd web_scraper\n    ```\n\n2. Create a virtual environment and activate it:\n    ```bash\n    python -m venv venv\n    source venv/bin/activate   # On Windows use `venv\\Scripts\\activate`\n    ```\n\n3. Install the required packages:\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n## Usage\n\n1. Run the scraper:\n    ```bash\n    python scraper.py\n    ```\n\n2. The scraped data will be saved in `data/scraped_data.csv`.\n\n## Configuration\n\n- Modify the `url` variable in `scraper.py` to scrape data from a different website.\n- Adjust the selectors in the `parse_content` function to match the structure of the target website.\n\n## Dependencies\n\n- `requests`\n- `beautifulsoup4`\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloperwilliams%2Fweb-scraper-to-collect-and-save-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeveloperwilliams%2Fweb-scraper-to-collect-and-save-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloperwilliams%2Fweb-scraper-to-collect-and-save-data/lists"}