Skip to content

duranalberto/MLScraper

Repository files navigation

MLScraper, Product tracker for online stores

Designed and implemented an analytics-driven product tracking platform (Python + FastAPI) that monitors hundreds of e-commerce items daily, aggregating data from Amazon, Mercado Libre, Liverpool, and Palacio de Hierro, and delivering real-time insights via Telegram alerts. This project drove me to do unnecessary purchases.

[
  {
    "search_term": "AZ amazon_usa - DK books",
    "url": "https://www.amazon.com.mx/dp/1465482512/",
    "identifier": "1465482512",
    "title": "Zoology: Inside the Secret World of Animals",
    "price": 825.57,
    "datetime": "2024-11-16 07:23:23.193375",
    "status": "active",
    "last_updated": "2024-12-04 05:28:59.749844",
    "history": [
      {
        "datetime": "2024-11-26 18:08:08.480779",
        "price": 408.56
      },
      {
        "datetime": "2024-11-17 19:45:35.297519",
        "price": 659.49
      },
      {
        "datetime": "2024-11-16 07:23:23.193375",
        "price": 667.23
      }
    ]
  },
  {
    "search_term": "AZ amazon_usa - DK books",
    "url": "https://www.amazon.com.mx/dp/0744098734/",
    "identifier": "0744098734",
    "title": "A History of Ghosts, Spirits and the Supernatural",
    "price": 756.47,
    "datetime": "2024-11-15 21:06:33.929543",
    "status": "active",
    "last_updated": "2024-11-22 09:32:49.994031",
    "history": [
      {
        "datetime": "2024-11-16 18:13:03.817168",
        "price": 745.22
      },
      {
        "datetime": "2024-11-15 21:06:33.929543",
        "price": 756.04
      }
    ]
  },
  {
    "search_term": "AZ amazon_usa - DK books",
    "url": "https://www.amazon.com.mx/dp/1465414576/",
    "identifier": "1465414576",
    "title": "The Animal Book: A Visual Encyclopedia of Life on Earth",
    "price": 448.48,
    "datetime": "2024-11-15 11:08:11.463581",
    "status": "active",
    "last_updated": "2024-12-04 22:34:24.095147",
    "history": [
      {
        "datetime": "2024-12-04 14:02:42.729687",
        "price": 442.29
      },
      {
        "datetime": "2024-12-04 05:28:58.532520",
        "price": 326.97
      },
      {
        "datetime": "2024-12-03 21:48:24.338326",
        "price": 442.29
      },
      {
        "datetime": "2024-11-21 19:52:26.921859",
        "price": 321.97
      },
      {
        "datetime": "2024-11-17 23:35:34.266925",
        "price": 374.36
      },
      {
        "datetime": "2024-11-15 11:08:11.463581",
        "price": 378.75
      }
    ]
  },
]

About

Search new products and decrease prices in MercadoLibre, Amazon MX, Liverpool MX and Palacio de Hierro.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors