API's for hotelsites

FellasPC

Registered Member
Joined
Jan 9, 2020
Messages
84
Reaction score
65
Hi guys,

Does anyone know a tool like Pathfix but with API connections with Hotel sites (like: booking.com, Expedia, Agoda,...)?
Or does anyone know how to get these API? (They are a pain in the ass to get, and for some sites, I can't even find an 'API' or 'Partner' tab...

Thanks in advance!
 
Message their affiliate managers, alot can provide api access if you have something to offer.
 
Hi guys,

Does anyone know a tool like Pathfix but with API connections with Hotel sites (like: booking.com, Expedia, Agoda,...)?
Or does anyone know how to get these API? (They are a pain in the ass to get, and for some sites, I can't even find an 'API' or 'Partner' tab...

Thanks in advance!
>booking.com

Inspecting the network with the dev tools of your browser you can find the API
>https://www.booking.com/dml/graphql
They use graphQL. Pretty annoying to work with in my experience but if you mimic the queries (inspect the network for this too) you can build your automation tools.
 
Back
Top