Buenosdato Logo
Products Plans Contacts FAQ

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:
Example request:
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:
Example request:
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:
Example request:
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:
Example request:
curl -X GET -H "API-KEY: API-KEY" https://www.buenosdato.com/api/reviews
Example response:
{
  "data": "Example data from Reviews"
}

Discover how easy it is to integrate our powerful data

Follow the examples below to get started with Python, JavaScript, Ruby, and PHP requests.

import requests

url = "https://api.example.com/endpoint"
headers = {
    "API-KEY": "YOUR_KEY"
}

response = requests.get(url, headers=headers)
print(response.json())
fetch("https://api.example.com/endpoint", {
  method: "GET",
  headers: {
    "API-KEY": "YOUR_KEY"
  }
})
.then(response => response.json())
.then(data => console.log(data))
.catch(error => console.error('Error:', error));
require 'net/http'
require 'json'

url = URI("https://api.example.com/endpoint")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Get.new(url)
request["API-KEY"] = "YOUR_KEY"

response = http.request(request)
puts JSON.parse(response.body)
 "https://api.example.com/endpoint",
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_HTTPHEADER => array(
    "API-KEY: YOUR_KEY"
  ),
));

$response = curl_exec($curl);
curl_close($curl);
echo $response;
?>

Plans and Pricing

Our flexible model ensures you only pay for what you use.

Free Tier

Start with a free tier and scale as your needs grow. No upfront costs, no hidden fees.

  • Free tier: 100 requests/month
  • 24/7 customer support
Standard

Scale as your needs grow with our flexible pricing model.

  • Standard tier: 1000 requests/month
  • $0.005 per additional request
  • 24/7 customer support
Enterprise

Custom solutions for large-scale needs.

  • Unlimited requests
  • Custom pricing
  • 24/7 customer support

Talk with us

We're here to help you get the most out of our API.

Frequently Asked Questions

Buenosdato is a platform that empowers startups to seamlessly integrate data-driven insights into their MVPs, accelerating innovation and growth.

You can get started by signing up for an account and selecting a plan that suits your needs. Once you have an account, you will receive an API key to access our endpoints.

We offer 24/7 customer support to assist you with any questions or issues you may have. You can contact us via email or through our support portal.