As an attorney who focuses in this area, I can say that the most interesting question is first where this case will be decided. Texas, and the Northern District of Texas in particular, has historically been the worst jurisdiction in the country for web scrapers to litigate. Southwest has a long history of litigating successfully there, including two cases from just last year. If TPG is going to win, first they'll nee…
I'm surprised more businesses don't ban all of Texas as customers to prevent any litigation happening there.
American Airlines and The Points Guy are suing each other
231–240 of 332 posts
Re: American Airlines and The Points Guy are suing each other
#232Interesting that AA frames it as TPG's app stealing confidential customer data, while it is the customer who set up the app and willingly provided their credentials in the first place. Will 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? F…
> What is their case then exactly? Speculating, but TOS generally say that you're not allowed to share your password with anyone. Assuming that's true for the AA site, AA might argue that TPG is encouraging users to break their TOS ("tortious interference"). Though if app doesn't actually share the password with TPG and just uses it locally there may well be a question of whether entering your password into a third-p…
Re: American Airlines and The Points Guy are suing each other
#233Earlier quoted context omitted.
Kieran! Kieran (OP) is a friend of mine, highly competent, and I highly recommend his comprehensive legal guide to web scraping: https://mccarthygarberlaw.com/a-comprehensive-legal-guide-to...
Thank you sharing the link. I find it amusingly appropriate that viewing this legal guide requires agreeing to Terms & Conditions, but appreciate that it’s one of the shortest Terms & Conditions I’ve ever seen easy to read and understand within seconds.
Re: American Airlines and The Points Guy are suing each other
#234Earlier quoted context omitted.
I'm surprised more businesses don't ban all of Texas as customers to prevent any litigation happening there.
Banning the second largest user base in the country isn't usually a good business strategy
Re: American Airlines and The Points Guy are suing each other
#235As an attorney who focuses in this area, I can say that the most interesting question is first where this case will be decided. Texas, and the Northern District of Texas in particular, has historically been the worst jurisdiction in the country for web scrapers to litigate. Southwest has a long history of litigating successfully there, including two cases from just last year. If TPG is going to win, first they'll nee…
I'm surprised more businesses don't ban all of Texas as customers to prevent any litigation happening there.
Businesses are often the ones structuring agreements so that they can sue customers there and so that customers are forced to sue them there, so...that would seem counterproductive.
Even before considering the size of the market you’d be cutting off.
Re: American Airlines and The Points Guy are suing each other
#236As an attorney who focuses in this area, I can say that the most interesting question is first where this case will be decided. Texas, and the Northern District of Texas in particular, has historically been the worst jurisdiction in the country for web scrapers to litigate. Southwest has a long history of litigating successfully there, including two cases from just last year. If TPG is going to win, first they'll nee…
I'm surprised more businesses don't ban all of Texas as customers to prevent any litigation happening there.
Re: American Airlines and The Points Guy are suing each other
#237If screen scraping is illegal just know that pretty much every budget and banking app is also illegal because they all use screen scraping.
Plaid and the like now have API agreements with many of the major US banks, and are cutting down on their scraping usage (because its obviously unsustainable).
Re: American Airlines and The Points Guy are suing each other
#238Re: American Airlines and The Points Guy are suing each other
#239Earlier quoted context omitted.
If I authorize an agent to act on my behalf in a particular way wouldn't they be considered and authorized as me? If I make a contract with Bob to mow my lawn, it's not like Bob's workers or employees have to sign the contract too. TPG shouldn't need to be party to the contract to be an agent of one of the contracted parties.
But if TPG is an agent of the customer, then AA should be suing the customer. As said above, TPG isn’t subject to the TOS because they aren’t the ones who agreed to them. So, it’s the user that is misusing AAs data. But they don’t want to sue their customers (and in particular each customer individually, because I’m sure there is a no-class-action clause)… So here we are. It should be fascinating to see where this go…
Respondeat superior lets you sue the principal for torts of an agent committed in the scope of their agency, but it doesn't eliminate the liability of the agent for their own torts.
You typically want to sue the principal when the agent is less able to pay, less willing to settle, or one of many easily replaceable agents employed by the principal for the same purpose.
When the first and third of those are reversed and the second is unclear (which seems to be the case here), you want to focus on the agent. You could sue the multitude of principals, too, but that's just a lot more cost for little additional benefit (and possibly sympathy backfire in a jury trial.)
Re: American Airlines and The Points Guy are suing each other
#240I 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…
I’ve been on the other side of this, defending against bots. Basically: Well-behaved and well-intentioned scraping bots are rare. You’d get a lot of users setting update rates to 60 seconds that did a new login every time and creating as much traffic as 1000 users. Then they’d release the script for integration with something people and suddenly you have 1000 people each creating 1000 times as many login requests as…