{
  "openapi": "3.0.1",
  "info": {
    "title": "FarmaOnline Argentina Scraper - Precios, Ofertas y Stock",
    "description": "Extrae productos de farmacia y cuidado personal de FarmaOnline Argentina. Obtén precios, stock, SKU, EAN, marcas, ofertas y URLs en Dataset, JSON, CSV, Excel o API.",
    "version": "0.1",
    "x-build-id": "1qfSGts34bjZJj9LJ"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/pmodinger~farmaonline-argentina/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-pmodinger-farmaonline-argentina",
        "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~farmaonline-argentina/runs": {
      "post": {
        "operationId": "runs-sync-pmodinger-farmaonline-argentina",
        "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~farmaonline-argentina/run-sync": {
      "post": {
        "operationId": "run-sync-pmodinger-farmaonline-argentina",
        "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": "Términos de búsqueda",
            "type": "array",
            "description": "Uno o más productos, marcas o palabras clave para buscar.",
            "default": [
              "crema"
            ],
            "items": {
              "type": "string"
            }
          },
          "categories": {
            "title": "Categorías",
            "type": "array",
            "description": "IDs de categoría VTEX, rutas como `cuidado-personal` o URLs completas de categorías de FarmaOnline. Este campo es opcional.",
            "items": {
              "type": "string"
            }
          },
          "maxItems": {
            "title": "Cantidad máxima de resultados",
            "minimum": 1,
            "maximum": 1000000,
            "type": "integer",
            "description": "Cantidad máxima opcional de registros de SKU y vendedor que se guardarán entre todos los objetivos."
          },
          "maxPages": {
            "title": "Cantidad máxima de páginas por objetivo",
            "minimum": 1,
            "maximum": 10000,
            "type": "integer",
            "description": "Límite opcional de páginas para cada búsqueda o categoría. Si lo omitís, la paginación continúa hasta agotar los resultados."
          },
          "startPage": {
            "title": "Página inicial",
            "minimum": 1,
            "maximum": 10000,
            "type": "integer",
            "description": "Primera página de VTEX que se solicitará, comenzando desde 1.",
            "default": 1
          },
          "pageSize": {
            "title": "Resultados por página",
            "minimum": 1,
            "maximum": 50,
            "type": "integer",
            "description": "Cantidad de productos solicitados a VTEX por página. VTEX admite hasta 50.",
            "default": 50
          },
          "sortOrder": {
            "title": "Orden de resultados",
            "enum": [
              "OrderByNameASC",
              "OrderByNameDESC",
              "OrderByPriceASC",
              "OrderByPriceDESC",
              "OrderByTopSaleDESC",
              "OrderByBestDiscountDESC",
              "OrderByReleaseDateDESC"
            ],
            "type": "string",
            "description": "Un orden determinista evita productos duplicados entre páginas desplazadas de VTEX.",
            "default": "OrderByNameASC"
          },
          "withDetails": {
            "title": "Incluir detalles del producto",
            "type": "boolean",
            "description": "Incluye descripción, especificaciones, promociones y datos de cuotas. El precio por resultado sigue siendo USD 0.003.",
            "default": true
          },
          "includeUnavailable": {
            "title": "Incluir productos sin stock",
            "type": "boolean",
            "description": "Incluye SKU y vendedores sin stock cuando esta opción está activada.",
            "default": false
          },
          "requestDelayMillis": {
            "title": "Demora entre solicitudes",
            "minimum": 0,
            "maximum": 10000,
            "type": "integer",
            "description": "Demora respetuosa entre solicitudes de páginas de VTEX, expresada en milisegundos.",
            "default": 100
          },
          "requestTimeoutSecs": {
            "title": "Tiempo máximo por solicitud",
            "minimum": 10,
            "maximum": 180,
            "type": "integer",
            "description": "Cantidad máxima de segundos de espera para cada solicitud al catálogo.",
            "default": 45
          },
          "retries": {
            "title": "Intentos por solicitud",
            "minimum": 1,
            "maximum": 6,
            "type": "integer",
            "description": "Cantidad máxima de intentos ante una falla transitoria en una solicitud al catálogo.",
            "default": 3
          },
          "failOnNoResults": {
            "title": "Marcar como fallida si no hay resultados",
            "type": "boolean",
            "description": "Hace fallar la ejecución cuando no hay coincidencias. En caso contrario, el Dataset queda vacío y el estado `no_results` se guarda en `RUN_SUMMARY`.",
            "default": false
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}