Earlier quoted context omitted.
They have the standard boilerplate: " American Airlines also reserves the right in its sole and unfettered discretion to deny you access to the Site at any time. " "You agree that this Agreement is made and entered into in Tarrant County, Texas. You agree that Texas law governs this Agreement's interpretation and/or any dispute arising from your access to, dealings with, or use of the Site, without regard to conflict…
I don't see how that gives AA the right to sue.
American Airlines and The Points Guy are suing each other
61–70 of 332 posts
Re: American Airlines and The Points Guy are suing each other
#62Will AA be able to find a single customer who has a problem with what TPG does? What is their case then exactly? Would they similarly sue the app if customers were copy pasting data into it, rather than accessing it programmatically?
FYI the title is editorialized. This suit has nothing to do with screen scraping, but just data access in general. Services like these nowadays almost always use private APIs (built for mobile clients and SPAs) rather than parse HTML.
Re: American Airlines and The Points Guy are suing each other
#63Earlier quoted context omitted.
> You may not ... use the content of the Site for public or commercial purposes That's not what the app was doing: > The app ... had been ‘screen scraping’ accounts for members So it wasn't "public or commercial", it was for people who had accounts to view/manage their account details. Same as Plaid or Mint for banks, or (more generally) any old web browser for literally any website.
It was absolutely "for commercial purposes" for The Points Guy.
Re: American Airlines and The Points Guy are suing each other
#64I wrote a scraper for Air Canada's aeroplan program a few years ago. I wanted to track my points in my own custom native app. I probably had $10,000 worth of points in my account. One day I logged in to find out my account had been deactivated on suspicions of fraud. After several lengthy phone calls with their team (including sending them the node.js script I was using), I was able to get my account restored. For th…
but not if you write it yourself, apparently.
Re: American Airlines and The Points Guy are suing each other
#65Re: American Airlines and The Points Guy are suing each other
#66https://www.aa.com/i18n/customer-service/support/legal-infor... "Unless otherwise noted, all information, AAdvantage® account information, articles, data, images, passwords, Personal Identification Numbers ("PINs"), screens, text, user names, Web pages, or other materials (collectively "Content") appearing on the Site are the exclusive property of American Airlines Group, Inc., or American Airlines, Inc., or their su…
Disclaimer: Founder of a company in the travel space that relies heavily on scraping. What's interesting here is that there's conflicting precedent... and fundamentally that is what matters. hiQ vs LinkedIn is a great example of accessing data via a scraper that potentially violates the Terms of Services agreement, but found that Microsoft/LinkedIn violated antitrust laws. EF Cultural Travel vs Explorica is another e…
Re: American Airlines and The Points Guy are suing each other
#67I honestly don’t know who to root for here. TPG is one of my favorite sites, but American is one of my favorite airlines.
Favoritism should have aboslutely nothing to do with this. Public stuff on the internet should be exactly that, public. You have no expectation of privacy and it's up to you as an owner/operator to maintain the security of your site, make sure you aren't being dos'd, screen scraped (use strong captchas, validated accounts), etc.
So not even sure your comment applies here.
Re: American Airlines and The Points Guy are suing each other
#68The funny thing is, American sends points data to my email. I wonder if that sort of thing could be leveraged for something similar.
Do it enough and they'll stop. All of my Amazon order emails now only tell me the order number and the total cost, with zero information on what products are included.
Re: American Airlines and The Points Guy are suing each other
#69I wrote a scraper for Air Canada's aeroplan program a few years ago. I wanted to track my points in my own custom native app. I probably had $10,000 worth of points in my account. One day I logged in to find out my account had been deactivated on suspicions of fraud. After several lengthy phone calls with their team (including sending them the node.js script I was using), I was able to get my account restored. For th…
"agents" and "bots" were proposed as a thing of the future back in the 90s. "you'll have all these agents that can buy stuff for you and book travel and ..." but not if you write it yourself, apparently.
Re: American Airlines and The Points Guy are suing each other
#70https://www.aa.com/i18n/customer-service/support/legal-infor... "Unless otherwise noted, all information, AAdvantage® account information, articles, data, images, passwords, Personal Identification Numbers ("PINs"), screens, text, user names, Web pages, or other materials (collectively "Content") appearing on the Site are the exclusive property of American Airlines Group, Inc., or American Airlines, Inc., or their su…
And additional observation is that they're claiming ownership and exclusive rights to things over things which:
a) as broken and dystopian as our intellectual property laws are, it's not immediately apparent you can claim exclusive ownership of. Can you claim property rights on a pin number? on your customer's name? on your customer's phone number? is data even ownable?
b) as above, even if you could, it's not apparent that the airline is the one with the greatest claim to that ownership. Does the airline own my name if I fly with them?
c) the issue with screen scraping may just be scale, automation and commercial value, and it's not apparent you can just wilfully ban competitors from that because you say so. Indeed, is it a violation if an individual uses the information within without screen scraping? cause a lot of those exclusions and terms would seem like they restrict the use of the website and the information for its actual intended purpose on an individual level, screen scraping or not.
d) what are we doing when we read a website but biological screen scraping?