{"id":27165758,"url":"https://github.com/mateogiuffra/web-scrapping-kotk","last_synced_at":"2026-04-28T18:32:29.170Z","repository":{"id":286358888,"uuid":"961170637","full_name":"MateoGiuffra/web-scrapping-kotk","owner":"MateoGiuffra","description":"Web Scrapping con BeatifulSoup a la pagina de King Of The Kongo","archived":false,"fork":false,"pushed_at":"2025-04-05T23:25:27.000Z","size":2016,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T00:18:18.913Z","etag":null,"topics":["beautifulsoup4","json","python","regex","webscraping"],"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/MateoGiuffra.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":"2025-04-05T22:52:59.000Z","updated_at":"2025-04-05T23:25:30.000Z","dependencies_parsed_at":"2025-04-06T00:18:28.579Z","dependency_job_id":"0a3965a5-7bf4-4b22-b60c-4ed455c7c79a","html_url":"https://github.com/MateoGiuffra/web-scrapping-kotk","commit_stats":null,"previous_names":["mateogiuffra/web-scrapping-kotk"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MateoGiuffra%2Fweb-scrapping-kotk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MateoGiuffra%2Fweb-scrapping-kotk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MateoGiuffra%2Fweb-scrapping-kotk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MateoGiuffra%2Fweb-scrapping-kotk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MateoGiuffra","download_url":"https://codeload.github.com/MateoGiuffra/web-scrapping-kotk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247969014,"owners_count":21025898,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["beautifulsoup4","json","python","regex","webscraping"],"created_at":"2025-04-09T03:20:35.127Z","updated_at":"2026-04-28T18:32:29.165Z","avatar_url":"https://github.com/MateoGiuffra.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KongoScrapper\n\n**KongoScrapper** is a scraper built in Python that extracts product information from the site kingofthekongo.com.ar, saving the data in structured .json files. This project can be useful for price analysis, stock monitoring, product comparisons, or other automated purposes.\n\n---\n\n## 🚀 ¿What does it do?\n- Navigate through all site sections. \n- Extracts the section title and listed products.\n- For each product, it obtains:\n  - Name\n  - Price\n  - Image\n- Saves all data in the folder `data/` with JSON format.\n\n---\n\n## ⚙️ Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/tuusuario/KongoScrapper.git\ncd KongoScrapper\n```\n\n2. Install dependencies:\n\n```bash\npip install -r requirements.txt\n```\n\n\u003e Main Requirements:\n\u003e - `requests`\n\u003e - `beautifulsoup4` \n\n3. Run main script:\n\n```python\nfrom kongo_scrapper import KongoScrapper\n\nscraper = KongoScrapper()\nscraper.start_scrapping(clean_files=True)  # Set clean_files=True if you want delete all files from 'data'\n```\n\n\u003e All `.json` files will be save in `/data` folder.\n\n---\n\n## 📄 Example: \n\n```json\n{\n  \"title\": \"Remerones - King of the Kongo\",\n  \"products\": [\n    {\n      \"name\": \"Remeron Verified Grey\",\n      \"price\": \"$57.990\",\n      \"photo\": \"https://acdn-us.mitiendanube.com/stores/219/431/products/a...jpg\"\n    },\n    {\n      \"name\": \"Remeron Teddy Mnky\",\n      \"price\": \"$44.990\",\n      \"photo\": \"https://acdn-us.mitiendanube.com/stores/219/431/products/e...jpg\"\n    }\n  ]\n}\n```\n\n## 📬 Contact\n\n[LinkedIn](https://linkedin.com/in/mateo-giuffra-023682289/) • [Gmail](mailto:matteogiuffrah40@gmail.com)\n\n\u003e For any questions, doubts, or if you'd just like to reach out, feel free to use either of the contacts above.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateogiuffra%2Fweb-scrapping-kotk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmateogiuffra%2Fweb-scrapping-kotk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateogiuffra%2Fweb-scrapping-kotk/lists"}