Logo

Atida Beauty Products Scraper List

Categories: e-commerce

Medium

Discover the extensive collection of beauty products with Atida Beauty Products Scraper 🌟. This tool offers detailed insights into product names, descriptions, pricing, availability, ratings, and more. Stay updated on the latest offerings in cosmetics and beauty with ease and efficiency.

Request Example

time curl -X POST "https://api.blat.ai/harvest" \
--json '{
"mode": "crawl",

"id":

"atida-com-2e3ac962"

,

"params": {

"start_url":

"https://www.atida.com/es-es/belleza?brand=6072%2C6957%2C7694&skin_type=9210&price=12.00-13.00"

}
}' -H "X-API-KEY: ${BLAT_API_KEY}"

Output Example


{
    "products": [
        {
            "name": "A-Derma Exomega Gel Limpiador 500 ml",
            "current_price": "12.99",
            "old_price": "20.15",
            "currency": "\u20ac",
            "images_url": "https://assets.atida.com/transform/b1a3f5b0-fb1d-4592-8686-81b999c39184/A-Derma-Exomega-Gel-Limpiador-500-ml",
            "product_url": "https://www.atida.com/es-es/a-derma-exomega-gel-limpiador-500ml",
            "availability": "Disponible",
            "rating": {
                "score": "80",
                "num_of_reviews": "5"
            }
        },
        {
            "name": "A-Derma Dermalibour+ Stick Anti-Irritaciones 8 gr",
            "current_price": "12.99",
            "old_price": "13.7",
            "currency": "\u20ac",
            "images_url": "https://assets.atida.com/transform/c7a56989-bb8e-41f8-b3e7-9adfdf73263a/A-Derma-Dermalibour-Stick-Anti-Irritaciones-8gr",
            "product_url": "https://www.atida.com/es-es/a-derma-dermalibour-stick-anti-irritaciones-8gr",
            "availability": "Agotado",
            "rating": {
                "score": "100",
                "num_of_reviews": "2"
            }
        },
        {
            "name": "Leti Letibalm Repair Crema Reparadora Pies 100 ml",
            "current_price": "12.99",
            "old_price": "14.5",
            "currency": "\u20ac",
            "images_url": "https://assets.atida.com/transform/c3d8b1b9-de9a-4062-b1e9-58b672973de9/Leti-Letibalm-Repair-Crema-Reparadora-Pies-100-ml",
            "product_url": "https://www.atida.com/es-es/leti-letibalm-repair-crema-reparadora-pies-100-ml",
            "availability": "Agotado",
            "rating": {
                "score": "80",
                "num_of_reviews": "1"
            }
        },
        {
            "name": "Topicrem Leche Ultra-Hidratante 500 ml + REGALO Gel de Ducha 75 ml",
            "current_price": "12.99",
            "old_price": "14.95",
            "currency": "\u20ac",
            "images_url": "https://assets.atida.com/transform/3bd45bf9-4ac9-4dd3-abb2-1da1f9e6443f/Topicrem-Leche-Ultra-Hidratante-500-ml-REGALO-Gel-de-Ducha-75-ml",
            "product_url": "https://www.atida.com/es-es/topicrem-leche-ultra-hidratante-500-ml-regalo-gel-de-ducha-75-ml",
            "availability": "Agotado",
            "rating": {
                "score": "100",
                "num_of_reviews": "1"
            }
        }
    ]
}