Flight Search Scraper
Trip.com
Scrape trip flights one way and round trip from trip.com easily and quickly.
In this example, we’ll demonstrate how to leverage our Trip API to extract flights data from trip.com
Note
Make sure the origin and destination is a valid place code from trip.com
Simple Example
One Way Trip Flights
in this example, we’ll scrape flights data from trip.com trip from Jakarta (CGK) to Singapore (SIN) at 12 April 2025.
Follow the steps bellow to use our scraper API
- Use the request bellow:
- Replace “Authorization” with your API token
- The request above will return the following JSON response:
- After sending the request you can check your scraper result with this following request:
- Replace the token with your API Token and replace the result_id with the result_id from number 3.
- The request above will return these following JSON responses
If the scraper is still running:
If the result are not found in our server:
If the scraper finished and result are found in our server:
Round Trip Flights
in this example, we’ll scrape flights data from trip.com trip from Jakarta (CGK) to Singapore (SIN) at 12 April 2025 and return at 16 April 2025.
Follow the steps bellow to use our scraper API
- Use the request bellow:
- Replace “Authorization” with your API token
- The request above will return the following JSON response:
- After sending the request you can check your scraper result with this following request:
- Replace the token with your API Token and replace the result_id with the result_id from number 3.
- The request above will return these following JSON responses