TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

American Airlines and The Points Guy are suing each other

299 点作者 vnkatesh超过 3 年前

36 条评论

paxys超过 3 年前
Interesting that AA frames it as TPG&#x27;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.<p>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?<p>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.
评论 #30013858 未加载
评论 #30013651 未加载
评论 #30014444 未加载
评论 #30013775 未加载
评论 #30013679 未加载
评论 #30022803 未加载
KieranMac超过 3 年前
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&#x27;ll need to win the jurisdictional question of whether the case will be decided in Delaware or Texas.
评论 #30015125 未加载
评论 #30017792 未加载
评论 #30014845 未加载
throwaway_b04f超过 3 年前
Years ago I (and a handful of other folks) had a meeting with some people from American who were thinking about opening up their data via an API. One of the other attendees said something to the effect of, &quot;software developers are very, very good at removing inefficiencies when given data like this.&quot; It was delicately phrased but the subtext was clearly a warning: if your business depends on asymmetry, an API can sink you. I guess they took that warning to heart.
评论 #30013398 未加载
评论 #30014042 未加载
enos_feedler超过 3 年前
I wrote a scraper for Air Canada&#x27;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 the weeks it took to fix my account it was pretty frustrating. I just don&#x27;t understand why you can&#x27;t write a script that acts as your web user agent.
评论 #30013943 未加载
评论 #30013600 未加载
评论 #30014442 未加载
评论 #30013972 未加载
rising-sky超过 3 年前
&quot;Partly&quot; reminds me of LinkedIn&#x27;s case against hiQ<p>&gt; The LinkedIn dispute arose out of hiQ’s use of automated bots to scrape massive amounts of information from publicly available LinkedIn user profiles. Thus far, lower courts have sided with hiQ on grounds that certain information on the site is publicly available and could be accessed by the public without entering a password. [1]<p>There are similarities, however, different context in that in hiQ&#x27;s case, information was publicly available, but in TPG&#x27;s case the owner of that data (the AA customer) is providing them access to the data. The customer could just as well copy &#x2F; download &#x2F; screenshot the data, etc, and transfer it to TPG, obviously most people wouldn&#x27;t bother, so that should be the core of the argument here. Is a user allowed to make their data available to a third-party? Screen-scraping is a means to an end<p>[1] <a href="https:&#x2F;&#x2F;news.bloomberglaw.com&#x2F;us-law-week&#x2F;supreme-court-scraps-linkedin-data-scraping-decision" rel="nofollow">https:&#x2F;&#x2F;news.bloomberglaw.com&#x2F;us-law-week&#x2F;supreme-court-scra...</a>
alistairSH超过 3 年前
Why the headline editorialization? &quot;Is screen scraping illegal&quot; isn&#x27;t in the article headline and scree-scraping isn&#x27;t mentioned by name. And this case doesn&#x27;t appear to be generic screen-scraping of a public site, as TPG was using customer credentials to log-in and retrieve info (with permission). The lawsuit is about breach of site T&amp;C.
celestialcheese超过 3 年前
A bit of an aside - but does anyone here have experience with insurance policies that would actually cover legal defense in a case like this?<p>Would Tech E&amp;O cover something like this, or are there riders that would need to be added?<p>It seems like something that could be strongly defended, and Red Ventures (TPG owner) is a large conglomerate so I doubt legal funds is an issue.
balls187超过 3 年前
I can&#x27;t see how American Airlines will prevail in preventing screen scraping. At best, they can prevent their point data from being transmitted and stored to TPG&#x27;s servers.<p>Screen Scraping is essentially interacting with the DOM extract information. American Airlines can&#x27;t conceivably attempt to limit programmatic interaction with the DOM because that is a core component of how the web works including accessibility tools such as screen readers, and browser plugins&#x2F;extensions.
评论 #30014821 未加载
pmastela超过 3 年前
Gotta love Streisand Effect. I did not know TPG had an app, and now it’s on my Home Screen. Thanks, AA!
评论 #30013744 未加载
评论 #30013735 未加载
BoysenberryPi超过 3 年前
If screen scraping is illegal just know that pretty much every budget and banking app is also illegal because they all use screen scraping.
评论 #30013939 未加载
mitquinn超过 3 年前
The trademark&#x2F;copyright stuff I get but I don&#x27;t see how the screen scraping could be illegal.. How is it any different than a person logging in and writing it down manually..
评论 #30023766 未加载
listenallyall超过 3 年前
&quot;Illegal&quot; is the headline is the wrong word here. There are no criminal proceedings, just a civil case. Breach of contract is all that is being alleged here.
smsm42超过 3 年前
I wonder if other services like Mint, Yodelee etc. also do scraping? It seems to be the same model there as TPG&#x2F;AA - a company has user data, but the user wants the data in some other place, so they authorize a third-party to extract the data and represent it in a different place. Most banks now are begrudgingly coming to terms with this being a thing, some going as far as providing OAuth-like read-only APIs to aggregators. Some are trying hard to not let that happen, and some just ignore the issue and let the aggregators scrape. But an actual case decision in this matter could change the picture - and make financial aggregator business so much harder if it&#x27;s going a wrong way.
chrismeller超过 3 年前
I honestly don’t know who to root for here. TPG is one of my favorite sites, but American is one of my favorite airlines.
评论 #30013246 未加载
评论 #30013407 未加载
评论 #30013215 未加载
评论 #30013230 未加载
评论 #30014318 未加载
评论 #30013428 未加载
评论 #30013641 未加载
TuringTest超过 3 年前
The web is broken.<p>The original promise of client&#x2F;server services was that the server would provide data on a universal open data format, and <i>the USER AGENT</i> (initially a web browser, but other kinds were expected) would process it in a format <i>to the liking of the user, and satisfying their needs</i>.<p>Compare this to the current situation where the industry standard is that the servers do indeed provide data through somewhat standardized APIs, but the browser or native app is developed by the same vendor and serves their commercial interests, not those of the user as a customer. The only standard customization recognized to users is light theme &#x2F; dark theme, and it has only started a few months ago.
评论 #30014130 未加载
评论 #30014722 未加载
tomohawk超过 3 年前
It doesn&#x27;t matter if it is illegal. The process is the punishment in the US.<p>Unlike every other OECD country, the US does not have the English Rule.<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;English_rule_%28attorney%27s_fees%29" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;English_rule_%28attorney%27s_f...</a>
yuy910616超过 3 年前
I can&#x27;t seem to find a reason why &quot;screen scraping&quot; is important here, as oppose to just scraping?<p>My understanding is that screen scraping is taking a picture of the rendered website and using an OCR or some other sort of recognition tools to extract the data.<p>If it is just scraping - it should be perfectly legal right?
评论 #30013273 未加载
评论 #30013479 未加载
评论 #30013511 未加载
jmacd超过 3 年前
How is this any different than Plaid? How has Plaid managed to avoid a lawsuit like this?
评论 #30017069 未加载
bredren超过 3 年前
This question about whether a consumer has a right to enjoy access to information or already paid for services without being advertised to is being tested in businesses everywhere.<p>Streaming services insert ads for other original content when you hit play.<p>The grocery store has audio and video advertisements for prepare meals playing on loop you can not avoid if you walk past the meat department.<p>The problem is a race to the bottom on the pricing consumers perceive, and then recovering that money by squeezing every possible touch point.<p>People have to have enough options to choose a company that doesn’t have to make these compromises.
floatingatoll超过 3 年前
See also yesterday&#x27;s FP, about a court&#x27;s ruling on HTML post-processing once it reaches the user:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=29989927" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=29989927</a><p>Plaid could file a friend-of-the-court brief here, since they have (presumably!) strong legal grounds to assert that they are legally within their rights to scrape bank websites, as they&#x27;re doing so as an authorized user-agent, and since browsers are just user-agents, etc.
KieranMac超过 3 年前
Someone asked &quot;what is their case, exactly?&quot;<p>American Airlines is alleging 12 legal claims:<p>1. Breach of Contract 2. Tortious Interference with a Contract 3. Unfair Competition by Misappropriation 4. Trespass 5. Trademark infringement 6. Dilution 7. Dilution under Texas State Law 8. False Designation of Origin 9. Copyright Infringement 10. CFAA 11. Violation of Texas Harmful Access by Computer Act 12. Unjust Enrichment
chrischen超过 3 年前
They do the same thing to Award wallet even though award wallet uses s browser extension to browse the website in your actual browser.
icehawk超过 3 年前
The funny thing is, American sends points data to my email. I wonder if that sort of thing could be leveraged for something similar.
评论 #30013526 未加载
评论 #30016553 未加载
评论 #30013505 未加载
mkl95超过 3 年前
I used to work at what was basically a microservice shop for airlines. The amount of dark shit those apps get away with is amazing.
dancocos超过 3 年前
The airline industry has been through this before <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Web_scraping#United_States" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Web_scraping#United_States</a>
im3w1l超过 3 年前
I&#x27;m surprised that an affiliate marketing company is willing to get in such a fight. Like I would have thought everything they did was blessed and even paid for by airlines and credit cards.
评论 #30013451 未加载
anon3970970超过 3 年前
<a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Trespass_to_chattels" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Trespass_to_chattels</a>
clircle超过 3 年前
Is this different than what Plaid does with bank logins?
评论 #30013332 未加载
评论 #30013539 未加载
评论 #30013816 未加载
nunez超过 3 年前
They also went after AwardWallet and told them to shut it down.<p>Y&#x27;all, think of the poor servers! They can&#x27;t handle the traffic!!! &#x2F;s
FastFinTech超过 3 年前
ex-RV employee - it&#x27;s a powerhouse of data for every significant moment in your life - from health to utilities to mortgage and everything in between. I personally don&#x27;t see anything wrong on with this specifically.
friendlydog超过 3 年前
If it isn&#x27;t search engines and news aggregators are illegal.
gowld超过 3 年前
&quot;Airline miles&quot; are like cryptocurrency -- a fake currency used to run scams. They should be regulated as such.
lifeisstillgood超过 3 年前
data yearns to be free
Nextgrid超过 3 年前
&gt; The interest was monetization of customer eyeballs, an American Airlines source shared that they wanted customers checking accounts at AA.com where they could be marketed to.<p>It seems like so many problems, annoyances and inconvenience in modern society are artificially created&#x2F;maintained just to enable this disgusting industry. Imagine how more efficient things could be if this cancer was eradicated once and for all.
评论 #30013903 未加载
评论 #30013666 未加载
评论 #30014433 未加载
评论 #30014138 未加载
评论 #30014048 未加载
评论 #30013963 未加载
评论 #30014034 未加载
评论 #30013685 未加载
评论 #30013882 未加载
评论 #30013915 未加载
评论 #30013871 未加载
评论 #30013787 未加载
评论 #30013536 未加载
评论 #30014245 未加载
supercanuck超过 3 年前
One thing that has changed in the airline industry that wasn&#x27;t the case when the points guy started, is that the Airline Frequent flier miles are worth more than the actual airline themselves making the airlines essentially banks.<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=ggUduBmvQ_4" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=ggUduBmvQ_4</a>
cbtacy超过 3 年前
<a href="https:&#x2F;&#x2F;www.aa.com&#x2F;i18n&#x2F;customer-service&#x2F;support&#x2F;legal-information.jsp" rel="nofollow">https:&#x2F;&#x2F;www.aa.com&#x2F;i18n&#x2F;customer-service&#x2F;support&#x2F;legal-infor...</a><p>&quot;Unless otherwise noted, all information, AAdvantage® account information, articles, data, images, passwords, Personal Identification Numbers (&quot;PINs&quot;), screens, text, user names, Web pages, or other materials (collectively &quot;Content&quot;) appearing on the Site are the exclusive property of American Airlines Group, Inc., or American Airlines, Inc., or their subsidiaries and affiliates&quot;<p>&quot;You may not copy, display, distribute, download, license, modify, publish, re-post, reproduce, reuse, sell, transmit, use to create a derivative work, or otherwise use the content of the Site for public or commercial purposes. Nothing on the Site shall be construed to confer any grant or license of any intellectual property rights, whether by estoppel, by implication, or otherwise.&quot;<p>Seems pretty cut-and-dry to me.
评论 #30013291 未加载
评论 #30013515 未加载
评论 #30013662 未加载
评论 #30013568 未加载
评论 #30013496 未加载
评论 #30013328 未加载
评论 #30013311 未加载
评论 #30013564 未加载
评论 #30013639 未加载
评论 #30013363 未加载
评论 #30013263 未加载
评论 #30013469 未加载
评论 #30014019 未加载
评论 #30013765 未加载
评论 #30013842 未加载
评论 #30013453 未加载
评论 #30013464 未加载
评论 #30013732 未加载
评论 #30013514 未加载
评论 #30013792 未加载
评论 #30013357 未加载
评论 #30013416 未加载
评论 #30013381 未加载