CheapTickets Scraper
7 days trial then $30.00/month - No credit card required now
CheapTickets Scraper
7 days trial then $30.00/month - No credit card required now
Scrape CheapTickets.com Hotels
Welcome to CheapTickets Scraper
About CheapTickets.com
CheapTickets is an online travel services company focusing on the leisure market, offering airline tickets, hotel and vacation rentals, rental cars, customized vacation packages, and cruises. CheapTickets was a wholly owned subsidiary of Orbitz Worldwide, Inc., and with Expedia Inc.'s purchase of Orbitz, it is now a subsidiary of Expedia Group.
Tutorial
Paramater | Type | Values | Description |
---|---|---|---|
location | string | location / coordinate / hotel IDs | Search specific location |
limit | integer | number | Limit number of results |
check_in | string | year-month-date | Check in date |
check_out | string | year-month-date | Check out date |
hotelname | string | hotel name | Search hotel by name |
Example #1: search by location
1{ 2 "location": "Europe", 3 "limit": 10, 4 "check_in": "2022-11-20", 5 "check_out": "2022-11-25", 6 "hotelname": "Hyatt" 7}
Example #2: search by coordinate (latitude, longitude)
1{ 2 "location": "-7.288445, 112.676966", 3 "limit": 10 4}
Example #3: search by by hotel IDs
Hotel ID is numeric, multiple ID separated by space.
1{ 2 "location": "40144880 4636465 15704071 9056295 88101078", 3 "limit": 10 4}
Additional Information
Paramater | Type | Description |
---|---|---|
includes:description | boolean | Property Descriptions |
includes:policies | boolean | Property Policies |
includes:amenities | boolean | Complete Amenities |
includes:gallery | boolean | Complete Gallery |
includes:faq | boolean | Frequently Asked Questions |
includes:location | boolean | Location and Nearby POI's |
includes:landmarks | boolean | Nearby Landmarks |
includes:offers | boolean | Room Offers |
includes:calendar | boolean | Lowest prices in the past 24 hours |
includes:availability | boolean | Availability Calendar |
includes:review | boolean | Hotel Reviews |
Actor Metrics
1 monthly user
-
1 star
>99% runs succeeded
Created in Dec 2023
Modified 8 months ago