{
  "openapi": "3.0.1",
  "info": {
    "title": "RVshare Scraper",
    "description": "Scrape peer-to-peer RV rentals from rvshare.com. Filter by city, dates, RV type, price, sleeps, delivery, and more, or paste an RVshare search URL. Returns nightly price, location, ratings, and photos.",
    "version": "0.1",
    "x-build-id": "skq3ZKiuddMLs4VHn"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/dadhalfdev~rvshare-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-dadhalfdev-rvshare-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/dadhalfdev~rvshare-scraper/runs": {
      "post": {
        "operationId": "runs-sync-dadhalfdev-rvshare-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/dadhalfdev~rvshare-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-dadhalfdev-rvshare-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": {
          "input_url": {
            "title": "Input URL",
            "type": "string",
            "description": "Optional. Paste an RVshare search URL (e.g. https://rvshare.com/rv-rental/denver/co) to override the filters below."
          },
          "location": {
            "title": "Location",
            "enum": [
              "denver-co",
              "las-vegas-nv",
              "nashville-tn",
              "los-angeles-ca",
              "san-diego-ca",
              "seattle-wa",
              "jacksonville-fl",
              "austin-tx",
              "dallas-tx",
              "salt-lake-city-ut",
              "anchorage-ak",
              "chicago-il",
              "sacramento-ca",
              "atlanta-ga",
              "san-francisco-ca",
              "indianapolis-in",
              "reno-nv",
              "orlando-fl",
              "san-antonio-tx",
              "kansas-city-mo",
              "san-jose-ca",
              "phoenix-az",
              "st-louis-mo",
              "new-york-ny",
              "miami-fl",
              "houston-tx",
              "portland-or",
              "boston-ma",
              "colorado-springs-co",
              "tucson-az",
              "albuquerque-nm",
              "boise-id",
              "minneapolis-mn",
              "detroit-mi",
              "charlotte-nc",
              "raleigh-nc",
              "tampa-fl",
              "new-orleans-la",
              "moab-ut",
              "flagstaff-az",
              "key-west-fl",
              "honolulu-hi",
              "asheville-nc",
              "savannah-ga",
              "yellowstone-wy",
              "alabama",
              "alaska",
              "arizona",
              "arkansas",
              "california",
              "colorado",
              "connecticut",
              "delaware",
              "district-of-columbia",
              "florida",
              "georgia",
              "hawaii",
              "idaho",
              "illinois",
              "indiana",
              "iowa",
              "kansas",
              "kentucky",
              "louisiana",
              "maine",
              "maryland",
              "massachusetts",
              "michigan",
              "minnesota",
              "mississippi",
              "missouri",
              "montana",
              "nebraska",
              "nevada",
              "new-hampshire",
              "new-jersey",
              "new-mexico",
              "new-york",
              "north-carolina",
              "north-dakota",
              "ohio",
              "oklahoma",
              "oregon",
              "pennsylvania",
              "rhode-island",
              "south-carolina",
              "south-dakota",
              "tennessee",
              "texas",
              "utah",
              "vermont",
              "virginia",
              "washington",
              "west-virginia",
              "wisconsin",
              "wyoming"
            ],
            "type": "string",
            "description": "City or US state as on RVshare. Ignored when input_url is set.",
            "default": "denver-co"
          },
          "pickup_date": {
            "title": "Pickup date",
            "type": "string",
            "description": "Optional pickup date (YYYY-MM-DD). Use together with return_date. Ignored when input_url is set."
          },
          "return_date": {
            "title": "Return date",
            "type": "string",
            "description": "Optional return date (YYYY-MM-DD). Use together with pickup_date. Ignored when input_url is set."
          },
          "rv_type": {
            "title": "RV type",
            "enum": [
              "",
              "motorhome",
              "class-a",
              "class-b",
              "class-c",
              "travel-trailer",
              "fifth-wheel",
              "toy-hauler"
            ],
            "type": "string",
            "description": "Vehicle class as on RVshare. Ignored when input_url is set.",
            "default": ""
          },
          "price_min": {
            "title": "Minimum nightly price (USD)",
            "minimum": 0,
            "type": "integer",
            "description": "Minimum nightly rate in USD. Ignored when input_url is set."
          },
          "price_max": {
            "title": "Maximum nightly price (USD)",
            "minimum": 0,
            "type": "integer",
            "description": "Maximum nightly rate in USD. Ignored when input_url is set."
          },
          "sleeps_min": {
            "title": "Minimum sleeps",
            "minimum": 1,
            "maximum": 20,
            "type": "integer",
            "description": "Minimum sleeping capacity. Ignored when input_url is set."
          },
          "instant_booking": {
            "title": "Instant Book only",
            "type": "boolean",
            "description": "Only Instant Book listings. Ignored when input_url is set.",
            "default": false
          },
          "pets_welcome": {
            "title": "Pet friendly",
            "type": "boolean",
            "description": "Only pet-friendly RVs. Ignored when input_url is set.",
            "default": false
          },
          "delivery": {
            "title": "Offers delivery",
            "type": "boolean",
            "description": "Only RVs that offer delivery. Ignored when input_url is set.",
            "default": false
          },
          "guest_favorite": {
            "title": "Guest favorites only",
            "type": "boolean",
            "description": "Only listings marked Guest Favorite. Ignored when input_url is set.",
            "default": false
          },
          "sort_by": {
            "title": "Sort by",
            "enum": [
              "recommended",
              "price_asc",
              "price_desc"
            ],
            "type": "string",
            "description": "Order of returned rows. Price sorts apply to the listings collected in this run.",
            "default": "recommended"
          },
          "max_listings": {
            "title": "Maximum number of listings",
            "minimum": 1,
            "maximum": 1000,
            "type": "integer",
            "description": "How many rental listings to return (1–1000).",
            "default": 50
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}