
VRBO Scraper 2.0
Deprecated
Pricing
$30.00/month + usage

VRBO Scraper 2.0
Deprecated
Scrape VRBO hotels
0.0 (0)
Pricing
$30.00/month + usage
1
Total users
16
Monthly users
1
Last modified
a year ago
You can access the VRBO Scraper 2.0 programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
{ "openapi": "3.0.1", "info": { "version": "0.1", "x-build-id": "kmCJSpaHYM4N5jHjC" }, "servers": [ { "url": "https://api.apify.com/v2" } ], "paths": { "/acts/jupri~vrbo-scraper-two/run-sync-get-dataset-items": { "post": { "operationId": "run-sync-get-dataset-items-jupri-vrbo-scraper-two", "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/jupri~vrbo-scraper-two/runs": { "post": { "operationId": "runs-sync-jupri-vrbo-scraper-two", "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/jupri~vrbo-scraper-two/run-sync": { "post": { "operationId": "run-sync-jupri-vrbo-scraper-two", "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", "required": [ "location" ], "properties": { "location": { "title": "🌍 Location", "type": "string", "description": "<i><code>location</code></i> OR <i><code>listing-id(s)</code> (separated by comma or space)</i>" }, "site": { "title": "🌐 Portal", "enum": [ "9001001", "9002003", "9002004", "9004006", "9003008", "9003009", "9003011", "9003015", "9003016", "9003017", "9003019", "9005024", "9021025", "9022026", "9023027", "9007028", "9006029", "9008031", "9009032" ], "type": "string", "description": "Region/Currency" }, "limit": { "title": "♾️ Limit", "type": "integer", "description": "Limit number of results", "default": 5 }, "sort": { "title": "🔀 Sorting", "enum": [ "recommended", "price_low", "price_high", "distance", "review", "rating", "relevant", "vacation" ], "type": "string", "description": "Sort search by order" }, "includes:description": { "title": "Description", "type": "boolean", "description": "Property Descriptions" }, "includes:policies": { "title": "Policies", "type": "boolean", "description": "Property Policies" }, "includes:amenities": { "title": "Amenities", "type": "boolean", "description": "Complete Amenities" }, "includes:gallery": { "title": "Gallery", "type": "boolean", "description": "Complete Gallery" }, "includes:faq": { "title": "FAQ", "type": "boolean", "description": "Frequently Asked Questions" }, "includes:location": { "title": "Location", "type": "boolean", "description": "Location and Nearby Point of Interests" }, "includes:landmarks": { "title": "Landmarks", "type": "boolean", "description": "Nearby Landmarks" }, "includes:offers": { "title": "Offers", "type": "boolean", "description": "Room Offers" }, "includes:calendar": { "title": "Calendar", "type": "boolean", "description": "Availability Calendar" }, "includes:review": { "title": "Reviews Info", "type": "boolean", "description": "" }, "includes:review_search": { "title": "Search", "type": "string", "description": "Search Reviews" }, "includes:review_count": { "title": "Limit", "type": "integer", "description": "Number of Reviews" }, "includes:review_sort": { "title": "Sort", "enum": [ "relevant", "date", "rating_high", "rating_low" ], "type": "string", "description": "Reviews Sorting" }, "check_in": { "title": "Check-in", "type": "string", "description": "YYYY-MM-DD" }, "check_out": { "title": "Check-out", "type": "string", "description": "YYYY-MM-DD" }, "adults": { "title": "Adults", "type": "integer", "description": "", "default": 1 }, "children": { "title": "Children", "type": "integer", "description": "", "default": 0 }, "pets": { "title": "Pets", "type": "integer", "description": "", "default": 0 }, "total_price": { "title": "Total Price", "type": "boolean", "description": "Nightly Price / Total Price" }, "min_price": { "title": "Min. Price", "type": "integer", "description": "" }, "max_price": { "title": "Max. Price", "type": "integer", "description": "" }, "filters:monthly_discount": { "title": "Monthly discount", "type": "boolean", "description": "The host offers a discount for staying 28 nights or longer." }, "filters:weekly_discount": { "title": "Weekly discount", "type": "boolean", "description": "The host offers a discount for staying 7 nights or longer." }, "filters:new_listing_price": { "title": "New listing discount", "type": "boolean", "description": "Be one of the first three guests to stay here and get this reduced nightly price from the host. Discount already applied." }, "filters:instant_confirmation": { "title": "Instant Confirmation", "type": "boolean", "description": "Book without waiting for owner approval." }, "filters:pay_later_with_affirm": { "title": "Pay later with Affirm", "type": "boolean", "description": "" }, "filters:free_cancellation": { "title": "Free Cancellation", "type": "boolean", "description": "" }, "filters:house": { "title": "House", "type": "boolean", "description": "" }, "filters:cabin": { "title": "Cabin", "type": "boolean", "description": "" }, "filters:resort": { "title": "Resort", "type": "boolean", "description": "" }, "filters:villa": { "title": "Villa", "type": "boolean", "description": "" }, "filters:cottage": { "title": "Cottage", "type": "boolean", "description": "" }, "filters:apartment_or_condo": { "title": "Apartment or condo", "type": "boolean", "description": "" }, "filters:houseboat": { "title": "Houseboat", "type": "boolean", "description": "" }, "filters:boat": { "title": "Boat", "type": "boolean", "description": "" }, "filters:estate": { "title": "Estate", "type": "boolean", "description": "" }, "filters:RV": { "title": "RV", "type": "boolean", "description": "" }, "filters:hotel": { "title": "Hotel", "type": "boolean", "description": "" }, "filters:castle": { "title": "Castle", "type": "boolean", "description": "" }, "filters:chalet": { "title": "Chalet", "type": "boolean", "description": "" }, "filters:guest_house": { "title": "Guest house", "type": "boolean", "description": "" }, "min_bathroom": { "title": "Min. Bathrooms", "type": "integer", "description": "" }, "min_bedroom": { "title": "Min. Bedrooms", "type": "integer", "description": "" }, "filters:kitchen": { "title": "Kitchen", "type": "boolean", "description": "" }, "filters:outdoor_space": { "title": "Outdoor space", "type": "boolean", "description": "" }, "filters:living_room": { "title": "Living Room", "type": "boolean", "description": "" }, "filters:dining_room": { "title": "Dining Room", "type": "boolean", "description": "" }, "filters:pool": { "title": "Pool", "type": "boolean", "description": "" }, "filters:private_pool": { "title": "Private pool", "type": "boolean", "description": "" }, "filters:internet_available": { "title": "Internet or WiFi", "type": "boolean", "description": "" }, "filters:hot_tub": { "title": "Hot tub", "type": "boolean", "description": "" }, "filters:air_conditioning": { "title": "Air conditioning", "type": "boolean", "description": "" }, "filters:washer": { "title": "Washer", "type": "boolean", "description": "" }, "filters:clothes_dryer": { "title": "Dryer", "type": "boolean", "description": "" }, "filters:television": { "title": "TV", "type": "boolean", "description": "" }, "filters:outdoor_grill": { "title": "Grill", "type": "boolean", "description": "" }, "filters:parking": { "title": "Parking", "type": "boolean", "description": "" }, "filters:stove": { "title": "Stove", "type": "boolean", "description": "" }, "filters:bed_linens_provided": { "title": "Bed linens provided", "type": "boolean", "description": "" }, "filters:oven": { "title": "Oven", "type": "boolean", "description": "" }, "filters:microwave": { "title": "Microwave", "type": "boolean", "description": "" }, "filters:patio_or_deck": { "title": "Patio or deck", "type": "boolean", "description": "" }, "filters:dishwasher": { "title": "Dishwasher", "type": "boolean", "description": "" }, "filters:balcony": { "title": "Balcony", "type": "boolean", "description": "" }, "filters:king_sized_bed": { "title": "King-sized bed", "type": "boolean", "description": "" }, "filters:garden_or_backyard": { "title": "Garden or backyard", "type": "boolean", "description": "" }, "filters:fireplace": { "title": "Fireplace", "type": "boolean", "description": "" }, "filters:crib": { "title": "Crib", "type": "boolean", "description": "" }, "filters:iron_and_board": { "title": "Iron and board", "type": "boolean", "description": "" }, "filters:kids_high_chair": { "title": "Kids' high chair", "type": "boolean", "description": "" }, "filters:4_stars": { "title": "4+ stars", "type": "boolean", "description": "" }, "filters:highly_rated_for_cleanliness": { "title": "Highly rated for cleanliness", "type": "boolean", "description": "Guests rated these places 4+ stars for cleanliness." }, "filters:highly_rated_for_location": { "title": "Highly rated for location", "type": "boolean", "description": "Guests rated the location of these places 4+ stars." }, "filters:premier_host": { "title": "Premier Host", "type": "boolean", "description": "The owner or manager of this property consistently provides great experiences for their guests." }, "filters:beachfront": { "title": "Beachfront", "type": "boolean", "description": "" }, "filters:beach": { "title": "Beach", "type": "boolean", "description": "" }, "filters:oceanfront": { "title": "Oceanfront", "type": "boolean", "description": "" }, "filters:waterfront": { "title": "Waterfront", "type": "boolean", "description": "" }, "filters:ocean": { "title": "Ocean", "type": "boolean", "description": "" }, "filters:beach_view": { "title": "Beach view", "type": "boolean", "description": "" }, "filters:lake_location": { "title": "Lake", "type": "boolean", "description": "" }, "filters:mountains_location": { "title": "Mountains", "type": "boolean", "description": "" }, "filters:rural_location": { "title": "Rural", "type": "boolean", "description": "" }, "filters:village_location": { "title": "Village", "type": "boolean", "description": "" }, "filters:golf_course": { "title": "Golf course", "type": "boolean", "description": "" }, "filters:downtown_location": { "title": "Downtown", "type": "boolean", "description": "" }, "filters:skiin_skiout": { "title": "Ski-in/ski-out", "type": "boolean", "description": "" }, "filters:fishing": { "title": "Fishing", "type": "boolean", "description": "" }, "filters:watersports": { "title": "Watersports", "type": "boolean", "description": "" }, "filters:shopping": { "title": "Shopping", "type": "boolean", "description": "" }, "filters:golfing": { "title": "Golfing", "type": "boolean", "description": "" }, "filters:scuba_diving_or_snorkeling": { "title": "Scuba diving or snorkeling", "type": "boolean", "description": "" }, "filters:theme_parks": { "title": "Theme parks", "type": "boolean", "description": "" }, "filters:hiking": { "title": "Hiking", "type": "boolean", "description": "" }, "filters:zoo_or_wildlife_viewing": { "title": "Zoo or wildlife viewing", "type": "boolean", "description": "" }, "filters:spa_and_wellness": { "title": "Spa and wellness", "type": "boolean", "description": "" }, "filters:horseback_riding": { "title": "Horseback riding", "type": "boolean", "description": "" }, "filters:wineries_or_breweries": { "title": "Wineries or breweries", "type": "boolean", "description": "" }, "filters:tennis": { "title": "Tennis", "type": "boolean", "description": "" }, "filters:museums": { "title": "Museums", "type": "boolean", "description": "" }, "filters:cycling": { "title": "Cycling", "type": "boolean", "description": "" }, "filters:casinos": { "title": "Casinos", "type": "boolean", "description": "" }, "filters:skiing_or_snowboarding": { "title": "Skiing or snowboarding", "type": "boolean", "description": "" }, "filters:rock_or_mountain_climbing": { "title": "Rock or mountain climbing", "type": "boolean", "description": "" }, "filters:winter_activities": { "title": "Winter activities", "type": "boolean", "description": "" }, "filters:pets_allowed": { "title": "Pets allowed", "type": "boolean", "description": "" }, "filters:children_allowed": { "title": "Children welcome", "type": "boolean", "description": "" }, "filters:smoking_allowed": { "title": "Smoking allowed", "type": "boolean", "description": "" }, "filters:events_allowed": { "title": "Events allowed", "type": "boolean", "description": "" }, "filters:families": { "title": "Families", "type": "boolean", "description": "Families rated these places 4+ stars or guests recommended them for families." }, "filters:smoke_detector": { "title": "Smoke detector", "type": "boolean", "description": "" }, "filters:carbon_monoxide_detector": { "title": "Carbon-monoxide detector", "type": "boolean", "description": "" }, "filters:wheelchair_accessible": { "title": "Wheelchair accessible", "type": "boolean", "description": "" }, "filters:elevator": { "title": "Elevator", "type": "boolean", "description": "" }, "filters:virtual_tour": { "title": "Virtual Tour", "type": "boolean", "description": "" }, "dev_proxy_config": { "title": "🌐 PROXY NETWORKING", "type": "object", "description": "<b>Supported protocol:</b><br><br><b>HTTP(S), SOCKS5</b><br><code>{http|socks5}://{user:pass}@{hostname|ip-address}:port</code><br><br><b><a href=https://scrapeops.io/app/register/main target=_blank>ScrapeOps.IO</a></b><br><code>scrapeops://{api-key}</code><br><br><b>Example</b>: <code>socks5://example.com:9000</code>" }, "dev_transform_enable": { "title": "Enable Custom Fields", "type": "boolean", "description": "" }, "dev_transform_fields": { "title": "Fields List", "type": "array", "description": "", "items": { "type": "object", "required": [ "key", "value" ], "properties": { "key": { "type": "string", "title": "Key" }, "value": { "type": "string", "title": "Value" } } } }, "dev_dataset_enable": { "title": "Enable Custom Storage", "type": "boolean", "description": "" }, "dev_dataset_clear": { "title": "Clear Storage", "type": "boolean", "description": "Clear Dataset before insert/update." }, "dev_dataset_name": { "title": "Dataset Name", "type": "string", "description": "Use mask to customize dataset name:<br><br><code>{ACTOR} = actor name<br>{DATE} = date (YYYYMMDD)<br>{TIME} = time (HHMMSS)</code><br><br><i>default: <code>data-{ACTOR}-{DATE}-{TIME}</code></i>" }, "dev_dataset_key": { "title": "Unique Column", "type": "string", "description": "Column name from results to use as Key for Key-Value Storage. For example: <code>product_id</code> (must be unique)." }, "dev_no_retry": { "title": "Disable Retries", "type": "boolean", "description": "" }, "dev_no_http2": { "title": "Disable HTTP2", "type": "boolean", "description": "" } } }, "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 } } } } } } } } }}
VRBO Scraper 2.0 OpenAPI definition
OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.
OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.
By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.
You can download the OpenAPI definitions for VRBO Scraper 2.0 from the options below:
If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.
You can also check out our other API clients: