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.
Home endpoint. Nothing much right now
You can do your searches here. Accepts two queries:
query
: the specific product you are looking forpage
: go to a specific page from that product's listings.
- Initiate repo's virtual env
- Install dependencies with the
requirements.txt
- run
flask run --debug