FlyerTalk Forums - View Single Post - AA and ExpertFlyer "Expert Flyer" issues, questions (master thread)
Old Dec 12, 2024 | 7:14 am
  #1007  
WannaTheater
20 Countries Visited
2M
All eyes on you!
15 Years on Site
 
Join Date: Sep 2009
Programs: AA Executive Platinum, Marriott Lifetime Titanium, IHG Platinum
Posts: 2,415
Originally Posted by LovePrunes
maybe you can offer expertflyer to use your code so the rest of us can enjoy their service again!
If you have fixed it for yourself, CERTAINLY **they should** be able to also!
DISCLAIMER: Techno geek speak to follow:

AB Dada seems to be scraping data from the resulting html generated from a web call… basically extracting which seats are available and which are not, which is readily available in the html. Pretty easy for someone with software experience. Depending on volume, this may not be sustainable for a production environment that is doing this thousands if not millions of times (think every seat alert customers set through EF, probably polling at a set rate). So they rely on API calls through a pay subscription service, which allows for millions of searches direct to underlying seat availability database(s). Possibly something happened to the API results EF is now getting, which is incorrectly showing MCE seats which are actually available as occupied. If the source of the information to EF is not correct, then EF’s hands are tied, and they are at the mercy of the API developers of whatever service they are using. But if the API data is correct, then I would assume EF no longer has developers, since JSON parsing is generally not difficult.

Some quick googling identifies some of the potential travel systems that EF could be using, along with published APIs, but it seems like access is restricted to actual travel companies/brokers, and not to individual like myself. If anyone with access to the underlying travel databases would like to PM me API keys/secrets, I’ll gladly take a look. 🙂


Last edited by WannaTheater; Dec 12, 2024 at 7:20 am
WannaTheater is offline