{
  "openapi": "3.0.1",
  "info": {
    "title": "Peugeot Store Scraper: 11 Markets Worldwide",
    "description": "Extract vehicle configurations, pricing, specs, stock and finance from Peugeot across 11 markets (ES, FR, IT, PT, GB, PL, DE, AT, HU, HR, BR). All trims, engines and colours. Dual-backend: GraphQL + Config V3 REST API.",
    "version": "0.1",
    "x-build-id": "VbvwVfLqGQPblWk7J"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/rastriq~peugeot-store-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-rastriq-peugeot-store-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/rastriq~peugeot-store-scraper/runs": {
      "post": {
        "operationId": "runs-sync-rastriq-peugeot-store-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/rastriq~peugeot-store-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-rastriq-peugeot-store-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": {
          "market": {
            "title": "🌍 Market",
            "enum": [
              "es",
              "fr",
              "it",
              "pt",
              "gb",
              "pl",
              "de",
              "at",
              "hu",
              "hr",
              "br"
            ],
            "type": "string",
            "description": "Select the Peugeot market to scrape.<br><br><b>GraphQL markets</b> (full enumeration, stock & finance data): 🇪🇸 🇫🇷 🇮🇹 🇵🇹 🇬🇧<br><b>Config V3 markets</b> (flat version list, faster & cheaper): 🇵🇱 🇩🇪 🇦🇹 🇭🇺 🇭🇷 🇧🇷<br><br>The actor auto-detects which backend to use.",
            "default": "es"
          },
          "model": {
            "title": "🚘 Model",
            "enum": [
              "208",
              "e-208",
              "2008-suv",
              "e-2008",
              "308",
              "308-sw",
              "3008-suv",
              "408",
              "508",
              "508-sw",
              "5008-suv",
              "rifter",
              "partner",
              "traveller",
              "expert"
            ],
            "type": "string",
            "description": "Filter by a specific Peugeot model. Leave empty to extract <b>all models</b> available in the selected market.<br><br>Electric models are marked with ⚡. Not all models are available in every market - the actor skips unavailable ones automatically.<br><br>Examples: <code>208</code>, <code>3008</code>, <code>e-208</code>, <code>RIFTER</code>",
            "default": "3008-suv"
          },
          "maxCombinationsPerModel": {
            "title": "Max combinations per model",
            "minimum": 0,
            "type": "integer",
            "description": "Maximum trim x engine x colour combinations per model. Use 3-10 for a quick test run. Set to 0 for unlimited (full catalogue). Default: 3.",
            "default": 3
          },
          "includeStockCount": {
            "title": "Include stock count",
            "type": "boolean",
            "description": "Query stock availability for each configuration. Only applies to <b>GraphQL markets</b> (🇪🇸 🇫🇷 🇮🇹 🇵🇹 🇬🇧). Adds one extra API call per combination.",
            "default": true
          },
          "language": {
            "title": "Language",
            "enum": [
              "es",
              "fr",
              "it",
              "pt",
              "en",
              "pl",
              "de",
              "hu",
              "hr"
            ],
            "type": "string",
            "description": "Language code for the Peugeot store interface. Only used for <b>GraphQL markets</b> (🇪🇸 🇫🇷 🇮🇹 🇵🇹 🇬🇧). Config V3 markets (🇵🇱 🇩🇪 🇦🇹 🇭🇺 🇭🇷 🇧🇷) auto-detect the language.",
            "default": "es"
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Select proxies for the scraping run. Datacenter proxies work fine for this site."
          },
          "requestDelay": {
            "title": "Request delay (ms)",
            "minimum": 0,
            "maximum": 10000,
            "type": "integer",
            "description": "Delay between API requests in milliseconds. Increase if you get rate-limited.",
            "default": 500
          },
          "debugMode": {
            "title": "Debug mode",
            "type": "boolean",
            "description": "Enable verbose logging for troubleshooting. Not recommended for production runs.",
            "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}