{
  "openapi": "3.0.1",
  "info": {
    "title": "Argentina Economic Data API — inflation, USD, macro (no key)",
    "description": "Official Argentine economic time series (Series de Tiempo, datos.gob.ar): inflation/CPI, official USD exchange rate, EMAE, employment, trade — 30,000+ series. Search indicators and pull aligned time series. No API key. HTTP API + MCP. Pay per query.",
    "version": "0.1",
    "x-build-id": "0eqQkT2DDIpui53mb"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/synthetic.ia~argentina-economic-data/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-synthetic.ia-argentina-economic-data",
        "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/synthetic.ia~argentina-economic-data/runs": {
      "post": {
        "operationId": "runs-sync-synthetic.ia-argentina-economic-data",
        "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/synthetic.ia~argentina-economic-data/run-sync": {
      "post": {
        "operationId": "run-sync-synthetic.ia-argentina-economic-data",
        "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": {
          "operation": {
            "title": "Operation",
            "enum": [
              "search",
              "series"
            ],
            "type": "string",
            "description": "Search for indicators, or fetch time-series values.",
            "default": "series"
          },
          "q": {
            "title": "Search text (search)",
            "type": "string",
            "description": "For operation=search: text to find indicators, e.g. \"inflación\", \"tipo de cambio\", \"EMAE\", \"desempleo\"."
          },
          "ids": {
            "title": "Series ids (series)",
            "type": "array",
            "description": "For operation=series: one or more series ids (find them with search). Max 20 per query.",
            "items": {
              "type": "string"
            }
          },
          "start_date": {
            "title": "Start date (series)",
            "type": "string",
            "description": "Earliest date to return: YYYY, YYYY-MM or YYYY-MM-DD."
          },
          "end_date": {
            "title": "End date (series)",
            "type": "string",
            "description": "Latest date to return: YYYY, YYYY-MM or YYYY-MM-DD."
          },
          "collapse": {
            "title": "Collapse (series)",
            "enum": [
              "day",
              "week",
              "month",
              "quarter",
              "year"
            ],
            "type": "string",
            "description": "Resample to a coarser frequency. Empty = the series' native frequency."
          },
          "aggregation": {
            "title": "Collapse aggregation (series)",
            "enum": [
              "avg",
              "sum",
              "end_of_period",
              "min",
              "max"
            ],
            "type": "string",
            "description": "How to aggregate when collapsing.",
            "default": "avg"
          },
          "representation": {
            "title": "Representation (series)",
            "enum": [
              "value",
              "change",
              "percent_change",
              "change_since_beginning_of_year",
              "percent_change_since_beginning_of_year",
              "change_a_year_ago",
              "percent_change_a_year_ago"
            ],
            "type": "string",
            "description": "Transform the values (levels, or changes / percent changes).",
            "default": "value"
          },
          "last": {
            "title": "Last N (series)",
            "minimum": 1,
            "maximum": 4000,
            "type": "integer",
            "description": "Return only the last N observations (overrides limit). 1-4000."
          },
          "limit": {
            "title": "Limit",
            "minimum": 1,
            "maximum": 5000,
            "type": "integer",
            "description": "Max rows (series ≤5000, search ≤100)."
          },
          "offset": {
            "title": "Offset (search)",
            "minimum": 0,
            "maximum": 100000,
            "type": "integer",
            "description": "For search pagination."
          },
          "metadata": {
            "title": "Metadata level (series)",
            "enum": [
              "none",
              "simple",
              "full"
            ],
            "type": "string",
            "description": "How much per-series metadata to include.",
            "default": "simple"
          },
          "sort": {
            "title": "Sort (series)",
            "enum": [
              "asc",
              "desc"
            ],
            "type": "string",
            "description": "Chronological order of the returned rows.",
            "default": "asc"
          }
        }
      },
      "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
                  },
                  "PROXY_UNBLOCKER_UNITS": {
                    "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
                  },
                  "PROXY_UNBLOCKER_UNITS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}