![]() |
Originally Posted by KVS
(Post 23791100)
...
We do make it clear that the KVS Tool is a Specialized Web Browser application. We do not have "a tool that scrapes the data" and we have no intention of creating one. |
I used my Specialized Web Browser(tm) to browse the KVS code and find this interesting string in the flightstats scraper code:
Code:
Scraping Policyhttp://www.flightstats.com/fserror/t...violation.html Code:
Scraping PolicyCode:
[Engine Error] User Request Limit Has Been Reached. |
Originally Posted by angatol
(Post 23791367)
This appears to be when KVS scraping tripped flightstats scraper detection and diverted it to this page:
Originally Posted by angatol
(Post 23791367)
I would have thought a web browser would show what was on that page?
http://Wiki.MetaWerx.net/wiki/FriendlyHTTPErrorMessage |
Originally Posted by paulwuk
(Post 23791177)
What user agent does the web browser present? Or does KVS Availability* Tool pass itself off as a different browser?
http://WebAim.org/blog/user-agent-string-history/ |
Originally Posted by KVS
(Post 23791118)
The term "KVS Availability Tool" dates back to 2004 (and the beginning of this Thread).
The current name, which has been in use for many years now, is KVS Tool, which better reflects the diversity of the Tool's current functionality, including an unsurpassed Award/Upgrade Availability coverage. |
Originally Posted by KVS
(Post 23791171)
As noted on the KVS Tool Homepage, Diamond-tier Members can currently access Regular Availability via the KVS Tool Mobile Companion.
|
Originally Posted by KVS
(Post 23791124)
The [Fares] tab has been restored in the latest version (V7.7.0).
Edit to add: Nevermind... I just went back and read five pages of the thread. Sad that the main thing I used the tool for (availability) is no longer there. |
Originally Posted by KVS
(Post 23791520)
We follow the conventional web browser industry practices in that regard:
http://WebAim.org/blog/user-agent-string-history/ Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) KVSTool/7.7.0 If KVSTool isn't trying to hide itself from the servers your clients are using, why wouldn't it identify itself using the standard HTTP UserAgent string? |
Originally Posted by paulwuk
(Post 23792359)
I believe KVSTool sends the following
Rather than the conventional web browser standard shown on that page linked above, which would be something like If this is indeed the case (and please feel free to provide the actual string you use), surely the tool is fraudulently (done to trick someone for the purpose of getting something valuable) pretending to be a different web browser? It seems the company that provides the KVSTool web browser claims it's a special custom web browser, and it isn't MSIE 6. If KVSTool isn't trying to hide itself from the servers your clients are using, why wouldn't it identify itself using the standard HTTP UserAgent string? |
Originally Posted by nux
(Post 23779951)
ExpertFlyer does..
|
Originally Posted by seawolf
(Post 23792521)
To be fair, according to Fiddler, I do believe KVS is sending a KVS specific user agent when I used it to monitor traffic to British Airways.
.... Content-Type: application/x-www-form-urlencoded User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Accept-Language: en-us .... |
Originally Posted by paulwuk
(Post 23792556)
Wasn't the case on the POSTs I was looking at in wireshark, but in that case then I apologise, and then wonder why the whackamole sources can't just block KVSTool.
Such was the case with our Russian fare friends with the "TARIFF" modification in the post string that does not exist anywhere on their website. But to answer your question, the browser http header can be filled with whatever you want. Could be nothing or could be "User-Agent: KVS 7.5 (Scrapping your sh!t)". The sites have no idea about KVS because the web requests are coming from your computer (IP) and with your unique session information (cookies) at times with your credentials (login id, password). But you do hit on a good point, automatic agents such as this are supposed to follow the robot.txt rules. I'm guessing if someone was able to put together the evidence for flight stats that the heavy traffic without ad image opening was due to solely to KVS Tool and not a widespread user group (as what it would appear from their server end with all the IPs) then maybe they would reconsider their business decision. |
Originally Posted by zozeppelin
(Post 23792816)
But you do hit on a good point, automatic agents such as this are supposed to follow the robot.txt rules.
|
Originally Posted by KVS
(Post 23791100)
We do make it clear that the KVS Tool is a Specialized Web Browser application. We do not have "a tool that scrapes the data" and we have no intention of creating one.
|
Originally Posted by javabytes
(Post 23793397)
Nonsense. You are taking the response from the websites and extracting data from it, discarding the site's markup and displaying only the desired data in your own format. That is the very definition of web scraping. Granted, this only occurs every time a user hits the search button, unlike plenty of other scraping applications that collect far more data in a more automated/repetitive fashion. But it is most certainly scraping nonetheless.
|
Originally Posted by tomh009
(Post 23793220)
Except KVS Tool isn't a web robot (which crawls web sites without human intervention). It doesn't do anything at all until a user clicks the "search" button.
|
Originally Posted by Xyzzy
(Post 23793477)
KVS can protest all he wants but this is at best a very grey area of law. There have been quite a number of screen scraping legal cases over the last few years. Some are detailed here. Note that in every one of the airline-data-related cases the :rolleyes:ffending party agreed to stop or was forced to do so. KVS knows this, which is why he hides. It's harder to be served a cease and desist order when nobody knows where you are.
What is really genius about the who operation is that you(!) are the guilty party because it is coming from your IP with your webrequests (as compared to EF or other bloggers apps). The win-win is it doesn't require hosting and bandwidth. |
Originally Posted by paulwuk
(Post 23792359)
Rather than the conventional web browser standard shown on that page linked above
Originally Posted by zozeppelin
(Post 23792816)
At which point you are not passively browsing, you are actively generating server requests.
Originally Posted by tomh009
(Post 23793220)
Originally Posted by zozeppelin
(Post 23792816)
But you do hit on a good point, automatic agents such as this are supposed to follow the robot.txt rules.
From http://en.Wikipedia.org/wiki/Robots_exclusion_standard: "The Robot Exclusion Standard, also known as the Robots Exclusion Protocol or robots.txt protocol, is a convention to advising cooperating web crawlers and other web robots about accessing all or part of a website which is otherwise publicly viewable. Robots are often used by search engines to categorize and archive web sites, or by webmasters to proofread source code."
Originally Posted by zozeppelin
(Post 23793555)
One could call it a glorified macro
Originally Posted by javabytes
(Post 23793397)
You are taking the response from the websites and extracting data from it, discarding the site's markup and displaying only the desired data in your own format. That is the very definition of web scraping.
Originally Posted by javabytes
(Post 23793397)
Granted, this only occurs every time a user hits the search button, unlike plenty of other scraping applications that collect far more data in a more automated/repetitive fashion. But it is most certainly scraping nonetheless.
Originally Posted by LatusElAl
(Post 23792002)
What happened to the "Time" field on the mobile companion?
Originally Posted by miffSC
(Post 23792164)
I just upgraded to 7.7.0 and I still don't see the Fares (fare types with the number of seats?) in my KVS tool.
|
Originally Posted by KVS
(Post 23793854)
Users, who are actively web browsing are "actively generating [web] server requests", by definition.
Web browsers are generating requests made available by the sites they are browsing (clicking on links). My point is KVS was generating post requests that were not available to any user browsing p0soshok. Clearly generating custom post requests is something a web browser can't do by definition, because it is browsing what is available, not constructing custom requests of which it should have no knowledge of based on available public information on the website / html - this is a program. |
Originally Posted by KVS
(Post 23793875)
One could also call it Greasemonkey, Tampermonkey, Scriptify, etc., but this won't turn a browser into a scraper, or a human into a robot.
|
I am rather disappointed with KVS Tools.
I just renew my Diamond for another year. And there is no warning that I will not get the same services that I have enjoyed for the past 3 years!!! My requirement is very simple, I just need to check flight availability and timetable. This is the main reason I DO pay for the service. Now I cannot do this anymore. Well, KVS may argue that I can do it via mobile apps, but this is very hard to read and use. Should I know that I can no longer get the information needed, why I need to spend USD75 for it. It seems to me all along the information provided were not from the legitimate sources but I was made to believe that it was, hence I need to pay for it.... |
I think the pages from the last days (or week(s)?) are all about one topic, whether its an appropiate business model (or not) from the creator of KVS to "scrape" / send specific http requests / transform the user inputs into http code / or whatever you want to call it into code and get the exact responses from certain free data providers.
Most users here have realized that it might be a grey area and that by a legal standpoint its not so easy to answer. Unless we have a lawyer here among the FT folks its more like "I'm saying this, you are saying that" back and forth. In short, I think we can end the debate whether its legitimite or not how KVS gets the data, users clearly stated their points here and KVS responded, so unless someone wants to press charges, we are good :D But @KVS, let me be clear, if it is the case (I'm not saying it is) you are creating a product that allows users to break the terms and conditions of web / data / ... providers you MUST inform the users that they are breaking the law by using your tool, otherwise you are breaking the law! |
Originally Posted by fuyao
(Post 23794587)
Unless we have a lawyer here among the FT folks
Originally Posted by fuyao
(Post 23794587)
I think we can end the debate whether its legitimite or not how KVS gets the data, users clearly stated their points here and KVS responded
Originally Posted by fuyao
(Post 23794587)
creating a product that allows users to break the terms and conditions of web / data / ... providers [...]
What's pernicious about the KVS 'tool' is that it does dodgy things behind the scenes without its paying customers knowing (unless they follow this thread, or other similar discussions). |
Is anyone else getting basically useless fare information? When I search it does show a bunch of fares, but it doesn't show the fare bases. You have to click on one randomly and look up the fare rules, after which it'll display the fare code. In other words, it's impossible to know what kind of fare you're looking at before clicking on it, but in two searches (one Canada - Mexico, one Canada - Germany) all it shows were Y fares anyway.
|
Originally Posted by KVS
(Post 23791171)
As noted on the KVS Tool Homepage, Diamond-tier Members can currently access Regular Availability via the KVS Tool Mobile Companion.
|
Originally Posted by KVS
(Post 23791118)
The term "KVS Availability Tool" dates back to 2004 (and the beginning of this Thread).
The current name, which has been in use for many years now, is KVS Tool, which better reflects the diversity of the Tool's current functionality, including an unsurpassed Award/Upgrade Availability coverage. Interestingly, my version of the tool (downloaded the latest earlier today) seems to say that it is "KVS Availability Tool." http://www.flyertalk.com/forum/membe...re9271-kvs.jpg |
So ....
Mr. KVS,
I have been a Diamond member for many years and now find this tool to be completely useless. I am not going to use the Mobile Companion as it is clunky at best. I have not seen one post from you offering a gesture and/or solution to your PAYING customers. It appears this tool is up a creek without a certain implement. Please advise me if I am wrong. |
Originally Posted by YXSflyer
(Post 23796747)
Is anyone else getting basically useless fare information? When I search it does show a bunch of fares, but it doesn't show the fare bases. You have to click on one randomly and look up the fare rules, after which it'll display the fare code. In other words, it's impossible to know what kind of fare you're looking at before clicking on it, but in two searches (one Canada - Mexico, one Canada - Germany) all it shows were Y fares anyway.
Next mole up? _____ Corrections: I messed up assuming rubles but is dinari - fares seem ok. Does not appear to be validating fares. As you mention you can send the additional query to get the fare basis. Why this isn't done automatically is interesting, maybe a web browser has limitations? Appears the routing rules is now not going to KVS but to [redacted], which ironically also isn't working. |
No Timetable / only early flights?
Sorry if I'm re-posting an earlier question. When i try to do a simple "Timetable" search, for example SFO-ORD, the KVS Tool only shows me the earlier flights in the day, nothing later. Doesn't matter if I change the "Time" field, I still get only the earlier flights in the day.
There are plenty of flights from San Francisco to Chicago departing after 6-10 AM Pacific. Why are they not showing up? |
Originally Posted by dshafiee
(Post 23798703)
Mr. KVS,
I have been a Diamond member for many years and now find this tool to be completely useless. I am not going to use the Mobile Companion as it is clunky at best. I have not seen one post from you offering a gesture and/or solution to your PAYING customers. It appears this tool is up a creek without a certain implement. Please advise me if I am wrong. I am with you on this. Same feeling. |
Originally Posted by fuyao
(Post 23794587)
But @KVS, let me be clear, if it is the case (I'm not saying it is) you are creating a product that allows users to break the terms and conditions of web / data / ... providers you MUST inform the users that they are breaking the law by using your tool, otherwise you are breaking the law! I was so shock that I have to "crack" something to gain access for some tools that I have been paying for it. This is like paying for a software and later on the creator tells me that I need to hack something so I can properly use for it :( |
Originally Posted by fuyao
(Post 23794587)
I think we can end the debate
Originally Posted by lingua101
(Post 23794199)
I just renew my Diamond for another year. And there is no warning that I will not get the same services that I have enjoyed for the past 3 years!!!
My requirement is very simple, I just need to check flight availability and timetable. This is the main reason I DO pay for the service. Now I cannot do this anymore. Well, KVS may argue that I can do it via mobile apps, but this is very hard to read and use.
Originally Posted by dshafiee
(Post 23798703)
I am not going to use the Mobile Companion as it is clunky at best.
Originally Posted by zozeppelin
(Post 23798765)
fares seem ok.
Originally Posted by zozeppelin
(Post 23798765)
Does not appear to be validating fares.
Originally Posted by zozeppelin
(Post 23798765)
which ironically also isn't working.
Originally Posted by YXSflyer
(Post 23796747)
When I search it does show a bunch of fares, but it doesn't show the fare bases. You have to click on one randomly and look up the fare rules, after which it'll display the fare code. In other words, it's impossible to know what kind of fare you're looking at before clicking on it, but in two searches (one Canada - Mexico, one Canada - Germany) all it shows were Y fares anyway.
To retrieve the Fare Basis Code for a Fare you need to double-click the desired Fare Item(s).
Originally Posted by qmacker
(Post 23799441)
Sorry if I'm re-posting an earlier question. When i try to do a simple "Timetable" search, for example SFO-ORD, the KVS Tool only shows me the earlier flights in the day, nothing later. Doesn't matter if I change the "Time" field, I still get only the earlier flights in the day.
In the meantime, please specify carrier preference(s) to narrow the results.
Originally Posted by kanada99
(Post 23797099)
I am Diamond however availibility i am una to search....
|
Originally Posted by KVS
(Post 23799573)
Indeed.
Which Rule(s) do you believe are not being validated? All Fare & Routing Rules options continue to function normally. Routing Rules: "The system was unable to locate a matching fare" for every fare I would describe as not working. Validated as in ensuring departure date fits within effective window, duration is longer than minimum stay require yet shorter than maximum, and that the fare class of the fare basis is available on the given day and today's date would meet advance purchase requirements. Doing that is actually undesirable as it filters results. |
Originally Posted by KVS
(Post 23791118)
The term "KVS Availability Tool" dates back to 2004 (and the beginning of this Thread).
The current name, which has been in use for many years now, is KVS Tool, which better reflects the diversity of the Tool's current functionality, including an unsurpassed Award/Upgrade Availability coverage. |
Can anyone tell me the current loads on DL123 in Nov, 10 2014?
If this is not the right place to ask, please move my question to the right place. I know there is a specific thread for these requests on LH but I could not find one for DL. Thanks! |
Originally Posted by mmff
(Post 23800052)
Can anyone tell me the current loads on DL123 in Nov, 10 2014?
If this is not the right place to ask, please move my question to the right place. I know there is a specific thread for these requests on LH but I could not find one for DL. |
Originally Posted by KVS
(Post 23800514)
It is currently J1 C1 D1 I0 Z0 Y9 B9 M9 S9 H9 Q9 K9 L9 U9 T9 X9 V9 E9
|
Originally Posted by fuyao
(Post 23794587)
I think we can end the debate whether its legitimite or not how KVS gets the data
Originally Posted by KVS
(Post 23799561)
We think so too.
The "KVS Availability Tool" only works properly on a sporadic basis, and only to the extent that KVS can find new ways* for it to steal data. ---------------------------------------------------------- * Ways to steal data are also known as "Engines" and "Methods", with upper case initials because this helps the "Tool" sound important. |
Originally Posted by paulwuk
(Post 23800674)
Which version of KVS allows you to get that information?
|
Originally Posted by KVS
(Post 2804833)
[*]The purpose of this thread is serve as a place where the Tool users can post questions about the Tool's functionality, issues, suggestions, etc.
As the KVS Availability Tool purports to be a "Specialized Web Browser application", can the URL/domain used for each type of search be clearly shown before users are required to click 'Go' rather than an obfuscated/truncated code such as 'Availability/FS'? That way users know the website(s) they will access and have a chance to confirm (if they wish) that they are meeting any 'User Agreement' or T&C's of that website. Alternatively, a popup of the terms of the website(s) they are accessing through their 'Specialized Web Browser application'. Just as you request users to "Please review the terms of the KVS Tool User Agreement that you have accepted when installing the KVS Tool." |
| All times are GMT -6. The time now is 7:24 am. |
This site is owned, operated, and maintained by MH Sub I, LLC dba Internet Brands. Copyright © 2026 MH Sub I, LLC dba Internet Brands. All rights reserved. Designated trademarks are the property of their respective owners.