# Farmacity Argentina (`pmodinger/farmacity-product-scraper`) Actor

Extrae productos, precios en pesos argentinos, stock, promociones, descuentos, imagenes, categorias, EAN y datos SKU de Farmacity Argentina usando el catalogo publico VTEX.

- **URL**: https://apify.com/pmodinger/farmacity-product-scraper.md
- **Developed by:** [Latin America Data](https://apify.com/pmodinger) (community)
- **Categories:** E-commerce
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $3.00 / 1,000 farmacity product results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Scraper de Farmacity Argentina

Extrae datos de productos de **Farmacity Argentina** en formato estructurado: precios en ARS, stock, descuentos, promociones, imagenes, categorias, EAN, marcas y datos SKU.

Este actor esta pensado para equipos de e-commerce, pricing, retail intelligence, analisis competitivo, category management, growth, marketplaces, laboratorios, droguerias, perfumerias y empresas que necesitan monitorear el catalogo online de Farmacity de forma recurrente.

El scraper usa el catalogo publico VTEX de Farmacity, por lo que es mas rapido y economico que una automatizacion con navegador.

### Que datos extrae

- Nombre del producto
- Nombre del SKU
- ID de producto y SKU
- Marca
- EAN / codigo de barras cuando esta disponible
- URL del producto
- Imagen principal
- Precio actual en pesos argentinos
- Precio de lista
- Porcentaje de descuento
- Disponibilidad y cantidad disponible
- Seller
- Categoria principal
- Ruta completa de categorias
- Promociones y destacados comerciales
- Especificaciones del producto
- Descripcion limpia del producto, opcional
- Fecha y hora del scraping
- URL de la consulta usada como fuente

### Casos de uso

- Monitorear precios de Farmacity Argentina.
- Detectar cambios de stock y disponibilidad.
- Seguir descuentos, ofertas y promociones.
- Analizar surtido por categoria, marca o linea de productos.
- Comparar precios de farmacia, dermocosmetica, perfumeria, cuidado personal y medicamentos de venta libre.
- Crear datasets para BI, dashboards, Google Sheets, CRMs, data warehouses o modelos de IA.
- Enriquecer catalogos internos con imagenes, EAN, categorias y datos SKU.

### Entrada

Podes buscar productos por terminos de busqueda, URLs de categoria o ambos.

```json
{
  "searchTerms": ["shampoo", "protector solar", "la roche posay"],
  "categoryUrls": ["https://www.farmacity.com/dermocosmetica"],
  "maxItems": 100,
  "pageSize": 50,
  "sort": "OrderByScoreDESC",
  "includeUnavailable": true,
  "includeDescription": true
}
````

Ejemplos utiles de categorias:

- `https://www.farmacity.com/dermocosmetica`
- `https://www.farmacity.com/cuidado-capilar/shampoo-y-acondicionador`
- `/maquillaje/ojos/mascaras`
- `/medicamentos-venta-libre/gripe-y-resfrio`

### Salida

Cada item del dataset representa un producto/SKU de Farmacity.

```json
{
  "status": "success",
  "country": "AR",
  "source": "farmacity.com",
  "source_url": "https://www.farmacity.com/shampoo-elvive-hialuronico-pure-x-400-ml/p",
  "scraped_at": "2026-06-09T01:00:00Z",
  "input_type": "search",
  "input_value": "shampoo",
  "product_id": "234384",
  "sku_id": "234384",
  "ean": "7509552876444",
  "product_name": "Shampoo Elvive Hialuronico Pure x 400 ml",
  "brand": "Elvive",
  "price": 6714,
  "list_price": 11190,
  "discount_percent": 40,
  "currency": "ARS",
  "available": true
}
```

### Precio

El pricing recomendado para Apify Store es **USD 0.003 por resultado**.

El actor escribe un item de dataset por cada producto/SKU devuelto, por lo que el cobro por resultado se alinea directamente con los registros visibles para el usuario final.

### Fuente

- Pais: Argentina
- Sitio: `https://www.farmacity.com/`
- Plataforma: VTEX
- Fuente tecnica: API publica de catalogo VTEX
- Navegador requerido: no

### Notas

- Los precios, descuentos y stock pueden variar por canal VTEX, sesion, region y promociones vigentes.
- El actor consulta informacion publica del catalogo online de Farmacity.
- No inicia sesion, no usa APIs privadas y no realiza compras.
- Los productos de salud se entregan solo como datos de catalogo. Este actor no entrega recomendaciones medicas.

# Actor input Schema

## `searchTerms` (type: `array`):

Free-text product searches, for example shampoo, protector solar, la roche posay, or pañales.

## `categoryUrls` (type: `array`):

Farmacity category URLs or paths, for example https://www.farmacity.com/dermocosmetica or /cuidado-capilar/shampoo-y-acondicionador.

## `maxItems` (type: `integer`):

Maximum number of product/SKU results to save across all searches and categories.

## `pageSize` (type: `integer`):

Number of products requested per VTEX page. Farmacity/VTEX is most reliable at 50 or lower.

## `sort` (type: `string`):

VTEX sorting option used by the catalog search endpoint.

## `includeUnavailable` (type: `boolean`):

When disabled, out-of-stock SKUs are skipped.

## `includeDescription` (type: `boolean`):

Extract and normalize the product description text from the VTEX HTML description field.

## `requestDelayMillis` (type: `integer`):

Optional delay between catalog requests to reduce pressure on the source site.

## `maxRetries` (type: `integer`):

Retries per VTEX request when Farmacity returns transient errors.

## Actor input object example

```json
{
  "searchTerms": [
    "shampoo"
  ],
  "categoryUrls": [],
  "maxItems": 50,
  "pageSize": 50,
  "sort": "OrderByScoreDESC",
  "includeUnavailable": true,
  "includeDescription": true,
  "requestDelayMillis": 250,
  "maxRetries": 2
}
```

# Actor output Schema

## `results` (type: `string`):

Farmacity Argentina product and SKU records saved to the default dataset.

## `summary` (type: `string`):

Summary metadata saved to the default key-value store.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searchTerms": [
        "shampoo"
    ],
    "categoryUrls": []
};

// Run the Actor and wait for it to finish
const run = await client.actor("pmodinger/farmacity-product-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "searchTerms": ["shampoo"],
    "categoryUrls": [],
}

# Run the Actor and wait for it to finish
run = client.actor("pmodinger/farmacity-product-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searchTerms": [
    "shampoo"
  ],
  "categoryUrls": []
}' |
apify call pmodinger/farmacity-product-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=pmodinger/farmacity-product-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Farmacity Argentina",
        "description": "Extrae productos, precios en pesos argentinos, stock, promociones, descuentos, imagenes, categorias, EAN y datos SKU de Farmacity Argentina usando el catalogo publico VTEX.",
        "version": "0.1",
        "x-build-id": "SENS0zLujrqLnEl5i"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/pmodinger~farmacity-product-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-pmodinger-farmacity-product-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/pmodinger~farmacity-product-scraper/runs": {
            "post": {
                "operationId": "runs-sync-pmodinger-farmacity-product-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/pmodinger~farmacity-product-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-pmodinger-farmacity-product-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "searchTerms": {
                        "title": "Search terms",
                        "type": "array",
                        "description": "Free-text product searches, for example shampoo, protector solar, la roche posay, or pañales.",
                        "default": [
                            "shampoo"
                        ],
                        "items": {
                            "type": "string"
                        }
                    },
                    "categoryUrls": {
                        "title": "Category URLs or paths",
                        "type": "array",
                        "description": "Farmacity category URLs or paths, for example https://www.farmacity.com/dermocosmetica or /cuidado-capilar/shampoo-y-acondicionador.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxItems": {
                        "title": "Maximum results",
                        "minimum": 1,
                        "maximum": 10000,
                        "type": "integer",
                        "description": "Maximum number of product/SKU results to save across all searches and categories.",
                        "default": 50
                    },
                    "pageSize": {
                        "title": "Page size",
                        "minimum": 1,
                        "maximum": 50,
                        "type": "integer",
                        "description": "Number of products requested per VTEX page. Farmacity/VTEX is most reliable at 50 or lower.",
                        "default": 50
                    },
                    "sort": {
                        "title": "Sort order",
                        "enum": [
                            "OrderByScoreDESC",
                            "OrderByTopSaleDESC",
                            "OrderByPriceASC",
                            "OrderByPriceDESC",
                            "OrderByBestDiscountDESC",
                            "OrderByNameASC",
                            "OrderByNameDESC",
                            "OrderByReleaseDateDESC"
                        ],
                        "type": "string",
                        "description": "VTEX sorting option used by the catalog search endpoint.",
                        "default": "OrderByScoreDESC"
                    },
                    "includeUnavailable": {
                        "title": "Include unavailable products",
                        "type": "boolean",
                        "description": "When disabled, out-of-stock SKUs are skipped.",
                        "default": true
                    },
                    "includeDescription": {
                        "title": "Include description text",
                        "type": "boolean",
                        "description": "Extract and normalize the product description text from the VTEX HTML description field.",
                        "default": true
                    },
                    "requestDelayMillis": {
                        "title": "Delay between requests",
                        "minimum": 0,
                        "maximum": 5000,
                        "type": "integer",
                        "description": "Optional delay between catalog requests to reduce pressure on the source site.",
                        "default": 250
                    },
                    "maxRetries": {
                        "title": "Max request retries",
                        "minimum": 0,
                        "maximum": 5,
                        "type": "integer",
                        "description": "Retries per VTEX request when Farmacity returns transient errors.",
                        "default": 2
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
