{
  "openapi": "3.0.1",
  "info": {
    "title": "Wallapop Scraper — All Categories",
    "description": "Extract listings from any Wallapop category: Cars, Motos, Tech, Fashion, Real Estate, Home, Sports, Bikes, Collectibles and more. Incremental mode included.",
    "version": "0.1",
    "x-build-id": "W4tRhfH4zArhohTIs"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/rastriq~wallapop-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-rastriq-wallapop-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~wallapop-scraper/runs": {
      "post": {
        "operationId": "runs-sync-rastriq-wallapop-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~wallapop-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-rastriq-wallapop-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": {
          "categoryId": {
            "title": "Category",
            "enum": [
              "100",
              "14000",
              "12800",
              "12465",
              "200",
              "24200",
              "12579",
              "17000",
              "12467",
              "13100",
              "12463",
              "12461",
              "18000",
              "19000",
              "20000",
              "21000",
              "13200",
              "12485"
            ],
            "type": "string",
            "description": "<b>Wallapop category to scrape.</b><br>Leave empty to search across all categories (no category filter).<br><br>⚠️ <b>Cars (100)</b> also contains vans and light commercial vehicles (Kangoo, Berlingo, Partner, Proace…). In a 300-listing sample they were ~17% of the category. Filter them out downstream by model if you only want passenger cars."
          },
          "keywords": {
            "title": "Search keywords",
            "type": "string",
            "description": "<b>Free-text search.</b><br>Examples: <code>iPhone 13</code>, <code>Nike Air Max</code>, <code>sofá esquinero</code>, <code>piso Madrid centro</code>.<br>Leave empty to browse the full category."
          },
          "maxItems": {
            "title": "Max results",
            "minimum": 1,
            "maximum": 100000,
            "type": "integer",
            "description": "<b>Hard cap on the number of listings returned.</b><br>50 ≈ under 1 min, 500 ≈ 3–5 min, 5 000 ≈ 20–30 min.<br><i>Note: Cars category is fetched in a single search pass. All other categories require one additional detail request per listing for structured attributes.</i><br><br>⚠️ Wallapop's search returns at most ~2,000 results per query. To go beyond that, split the run by seller type or by geographic subregion.",
            "default": 50
          },
          "location": {
            "title": "Search center",
            "enum": [
              "madrid",
              "barcelona",
              "valencia",
              "sevilla",
              "bilbao",
              "malaga",
              "zaragoza"
            ],
            "type": "string",
            "description": "City used as the geographic center. Ignored when custom coordinates are set.",
            "default": "madrid"
          },
          "minPrice": {
            "title": "Min price (€)",
            "minimum": 0,
            "type": "integer",
            "description": "<b>Only return listings priced at or above this amount.</b><br>Wallapop allows symbolic prices (1 €, 50 €) used for reservations, spare parts and placeholder ads. For <b>Cars</b> and <b>Motos</b>, a floor of <code>300</code>–<code>500</code> removes most of them."
          },
          "maxPrice": {
            "title": "Max price (€)",
            "minimum": 0,
            "type": "integer",
            "description": "Only return listings priced at or below this amount."
          },
          "minYear": {
            "title": "Min year",
            "minimum": 1950,
            "maximum": 2030,
            "type": "integer",
            "description": "Oldest year to include (applies to Cars and Motos).<br><br>⚠️ Year is typed by the seller and is sometimes missing or wrong. Cross-check it against the listing title before using it as a hard filter."
          },
          "maxYear": {
            "title": "Max year",
            "minimum": 1950,
            "maximum": 2030,
            "type": "integer",
            "description": "Newest year to include (applies to Cars and Motos)."
          },
          "sellerType": {
            "title": "Seller type",
            "enum": [
              "private",
              "professional"
            ],
            "type": "string",
            "description": "<b>Filter by seller profile.</b>"
          },
          "orderBy": {
            "title": "Sort order",
            "enum": [
              "most_relevance",
              "newest",
              "price_low_to_high",
              "price_high_to_low",
              "closest"
            ],
            "type": "string",
            "description": "<b>How results are ordered.</b>",
            "default": "most_relevance"
          },
          "distanceKm": {
            "title": "Search radius (km)",
            "minimum": 1,
            "maximum": 1000,
            "type": "integer",
            "description": "Maximum distance from the search center (only applies with <code>orderBy: Closest</code>)."
          },
          "timeFilter": {
            "title": "Time filter",
            "enum": [
              "today",
              "lastWeek"
            ],
            "type": "string",
            "description": "Restrict results to a recent time window."
          },
          "enableCursor": {
            "title": "Incremental mode (cursor)",
            "type": "boolean",
            "description": "<b>Only return listings newer than the last run.</b><br>Stores the newest <code>modified_at</code> timestamp after each run. Subsequent runs skip already-seen listings.<br>Requires <code>orderBy: Newest first</code>.",
            "default": false
          },
          "customLatitude": {
            "title": "Custom latitude",
            "minimum": 27,
            "maximum": 44,
            "type": "number",
            "description": "Latitude override (27.0–44.0)."
          },
          "customLongitude": {
            "title": "Custom longitude",
            "minimum": -18.2,
            "maximum": 5,
            "type": "number",
            "description": "Longitude override (-18.2 to 5.0)."
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Proxy settings.<br>Runs under ~500 items normally work without a proxy. Enable Apify datacenter proxy for large or high-frequency runs to avoid rate-limiting."
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}