Skip to content

maxfer03/ml-scraper-2024-api

Repository files navigation

MercadoLibre Scraper API

This is an Open Source API allows to scrape the MercadoLibre site for specific products given a query.

I'm currently hosting the API on AWS with lambda and APIGateway here.

I'm also working on a front-end client, you can vist it live here.

Endpoints

/

Home endpoint. Nothing much right now

/search

You can do your searches here. Accepts two queries:

  • query: the specific product you are looking for
  • page: go to a specific page from that product's listings.

Setup

  • Initiate repo's virtual env
  • Install dependencies with the requirements.txt
  • run flask run --debug

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages