{"id":18255896,"url":"https://github.com/nothingnothings/mlscraper","last_synced_at":"2026-05-04T10:39:29.177Z","repository":{"id":254912084,"uuid":"847941375","full_name":"nothingnothings/mlscraper","owner":"nothingnothings","description":"Mercado Livre Website Scraper Built with Python","archived":false,"fork":false,"pushed_at":"2024-10-03T15:18:58.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-14T17:30:03.313Z","etag":null,"topics":["docker","mercado-livre","python","scraper","scrapy","sql"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nothingnothings.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-08-26T20:50:08.000Z","updated_at":"2024-10-03T15:19:01.000Z","dependencies_parsed_at":"2024-12-22T12:29:00.558Z","dependency_job_id":"c0c29a77-bdc3-40e6-8154-1512d0d03aa3","html_url":"https://github.com/nothingnothings/mlscraper","commit_stats":null,"previous_names":["nothingnothings/mlscraper"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nothingnothings%2Fmlscraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nothingnothings%2Fmlscraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nothingnothings%2Fmlscraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nothingnothings%2Fmlscraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nothingnothings","download_url":"https://codeload.github.com/nothingnothings/mlscraper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247935528,"owners_count":21020846,"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":["docker","mercado-livre","python","scraper","scrapy","sql"],"created_at":"2024-11-05T10:19:00.759Z","updated_at":"2026-05-04T10:39:29.118Z","avatar_url":"https://github.com/nothingnothings.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eMlscraper - A Web Scraper Built with Python\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"scraper-logo.png\" alt=\"ML-Scraper-logo\" width=\"120px\" height=\"120px\"/\u003e\n  \u003cbr\u003e\n  \u003ci\u003eThis script is an example of a Web Scraper Built with\n    \u003cbr\u003ePython.\u003c/i\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n\n\n## Introduction\n\n[![en](https://img.shields.io/badge/lang-en-red.svg?style=flat-square)](https://github.com/nothingnothings/mlscraper)\n[![pt-br](https://img.shields.io/badge/lang-pt--br-green.svg?style=flat-square)](https://github.com/nothingnothings/mlscraper/blob/master/README.pt-br.md)\n\nScript built with Python that extracts and stores data about the Mercado Livre website's data in a containerized SQL database.\n\nThe script uses scrapy for the website's scraping.\n\nFor more information about its usage, read the instructions below.\n\n\n## Technologies Used\n\n\n- **Python**: The primary programming language used.\n- **Scrapy**: Library responsible for the scraping\n- **PyMySQL**: Library for connecting to and interacting with MySQL databases.\n- **MySQL**: Database management system for storing product data.\n\n\n\n## Installation\n\n1. Run `git clone` to clone the project into your local Git repository.\n\n\n2. **Install Requirements**: Make sure you have Python installed and run:\n\n\n```bash \npip install scrapy pymysql\n```\n\n3. The docker-compose.yml file contains a ready-to-use SQL database. To initialize it, with Docker installed and running, type the following commands:\n\n\n```\ncd docker\ndocker-compose up -d\n```\n\n\n## Usage\n\nTo run the scraper, execute the following commands:\n\n```\ncd mlscraper\nscrapy crawl mlscraper -a s=\u003cyour_search_term\u003e\n```\n\n\n## Example:\n\n```\nscrapy crawl mlscraper -a s=smartphone\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnothingnothings%2Fmlscraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnothingnothings%2Fmlscraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnothingnothings%2Fmlscraper/lists"}