{
  "openapi": "3.0.1",
  "info": {
    "title": "Dacia & Renault Configurator Scraper",
    "description": "Extract models, versions, prices, colors, and specs from Dacia and Renault configurators across 23 European markets. No API key needed. Export to JSON, CSV, or Excel.",
    "version": "0.1",
    "x-build-id": "79c9J45gJ3GOYMlKv"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/rastriq~dacia-renault-configurator/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-rastriq-dacia-renault-configurator",
        "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/rastriq~dacia-renault-configurator/runs": {
      "post": {
        "operationId": "runs-sync-rastriq-dacia-renault-configurator",
        "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/rastriq~dacia-renault-configurator/run-sync": {
      "post": {
        "operationId": "run-sync-rastriq-dacia-renault-configurator",
        "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": {
          "brands": {
            "title": "🚗 Brands",
            "uniqueItems": true,
            "type": "array",
            "description": "Select one or both brands to scrape.<br><br>• <b>Dacia</b> — budget-friendly models (Sandero, Duster, Jogger, Spring, Bigster)<br>• <b>Renault</b> — full range (Clio, Captur, Megane, Arkana, Austral, Espace, Master, Kangoo)<br><br>💡 <b>Tip:</b> Select both brands to get the complete Renault Group catalog.",
            "items": {
              "type": "string",
              "enum": [
                "dacia",
                "renault"
              ],
              "enumTitles": [
                "Dacia",
                "Renault"
              ]
            },
            "default": [
              "dacia"
            ]
          },
          "countries": {
            "title": "🌍 Countries",
            "uniqueItems": true,
            "type": "array",
            "description": "Select the European markets to scrape. Each country returns <b>local pricing</b> in the correct price type (PVP, PVC, PVPPTE, etc.) and local currency.<br><br>💡 <b>Tip:</b> Start with 1–2 countries for a quick test run.",
            "items": {
              "type": "string",
              "enum": [
                "ES",
                "FR",
                "DE",
                "IT",
                "PT",
                "BE",
                "NL",
                "AT",
                "PL",
                "RO",
                "HR",
                "CZ",
                "HU",
                "BG",
                "SI",
                "SK",
                "LU",
                "CH",
                "DK",
                "SE",
                "NO",
                "FI",
                "IE"
              ],
              "enumTitles": [
                "🇪🇸 Spain (EUR)",
                "🇫🇷 France (EUR)",
                "🇩🇪 Germany (EUR)",
                "🇮🇹 Italy (EUR)",
                "🇵🇹 Portugal (EUR)",
                "🇧🇪 Belgium (EUR)",
                "🇳🇱 Netherlands (EUR)",
                "🇦🇹 Austria (EUR)",
                "🇵🇱 Poland (PLN)",
                "🇷🇴 Romania (RON)",
                "🇭🇷 Croatia (EUR)",
                "🇨🇿 Czech Republic (CZK)",
                "🇭🇺 Hungary (HUF)",
                "🇧🇬 Bulgaria (BGN)",
                "🇸🇮 Slovenia (EUR)",
                "🇸🇰 Slovakia (EUR)",
                "🇱🇺 Luxembourg (EUR)",
                "🇨🇭 Switzerland (CHF)",
                "🇩🇰 Denmark (DKK)",
                "🇸🇪 Sweden (SEK)",
                "🇳🇴 Norway (NOK)",
                "🇫🇮 Finland (EUR)",
                "🇮🇪 Ireland (EUR)"
              ]
            },
            "default": [
              "ES",
              "FR",
              "DE",
              "IT",
              "PT",
              "BE",
              "NL",
              "AT",
              "PL",
              "RO",
              "HR",
              "CZ",
              "HU"
            ]
          },
          "models": {
            "title": "🚘 Models",
            "uniqueItems": true,
            "type": "array",
            "description": "Select specific model families to scrape, or <b>leave empty for all models</b>.<br><br>Models are grouped by brand. The scraper matches by family name across all countries, regardless of localized prefixes (e.g. selecting <b>JOGGER</b> matches \"NUEVO JOGGER\" in Spain, \"NOUVEAU JOGGER\" in France, etc.).<br><br>💡 <b>Tip:</b> Select 1–2 models for a quick test run before scaling.",
            "items": {
              "type": "string",
              "enum": [
                "SANDERO",
                "DUSTER",
                "JOGGER",
                "SPRING",
                "BIGSTER",
                "CLIO",
                "CAPTUR",
                "ARKANA",
                "MEGANE",
                "SYMBIOZ",
                "SCENIC",
                "RAFALE",
                "AUSTRAL",
                "ESPACE",
                "RENAULT 5",
                "RENAULT 4",
                "TWINGO",
                "KANGOO",
                "TRAFIC",
                "MASTER",
                "EXPRESS"
              ],
              "enumTitles": [
                "Dacia — SANDERO",
                "Dacia — DUSTER",
                "Dacia — JOGGER",
                "Dacia — SPRING",
                "Dacia — BIGSTER",
                "Renault — CLIO",
                "Renault — CAPTUR",
                "Renault — ARKANA",
                "Renault — MEGANE E-TECH",
                "Renault — SYMBIOZ",
                "Renault — SCENIC E-TECH",
                "Renault — RAFALE",
                "Renault — AUSTRAL",
                "Renault — ESPACE",
                "Renault — RENAULT 5",
                "Renault — RENAULT 4",
                "Renault — TWINGO",
                "Renault VU — KANGOO",
                "Renault VU — TRAFIC",
                "Renault VU — MASTER",
                "Renault VU — EXPRESS"
              ]
            },
            "default": []
          },
          "proxyConfiguration": {
            "title": "🔒 Proxy configuration",
            "type": "object",
            "description": "Optional. The configurator API works <b>without proxies</b> from most locations. Only enable if you experience rate limiting or blocks."
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}