Integrate data-driven insights into your MVPs accelerating innovation and growth.
Discover world of data possibilities with our comprehensive and easy-to-use endpoints, designed to fuel your startup's success.
Supermarket products
Retrieve a list of products from Carrefour
GET /api/supermarket
Parameters:
curl -X GET -H "API-KEY: API-KEY" https://www.buenosdato.com/api/supermarket
Example response:
{
"page": 1,
"per_page": 10,
"data": [
{
"brand": "TUTTO PORK",
"name": "Morcilla X 2 Ud Tutto Porkys 220 Gr.",
"price": 2090,
"sku": "303028",
"url": "https://diaonline.supermercadosdia.com.ar/morcilla-x-2-ud-tutto-porkys-220-gr-303028/p"
}
]
}
X.com
Retrieve information from x.com
GET /api/x
Parameters:
curl -X GET -H "API-KEY: API-KEY" https://www.buenosdato.com/api/x
Example response:
{
"data": "Example data from x.com"
}
Amazon products
Retrieve a list of products from Amazon
GET /api/amazon
Parameters:
curl -X GET -H "API-KEY: API-KEY" https://www.buenosdato.com/api/amazon
Example response:
{
"data": "Example data from Amazon"
}
Reviews
Retrieve a list of reviews from products
GET /api/reviews
Parameters:
curl -X GET -H "API-KEY: API-KEY" https://www.buenosdato.com/api/reviews
Example response:
{
"data": "Example data from Reviews"
}