Path of Exile

Path of Exile

查看统计:
The_Driver 2019 年 7 月 23 日 上午 6:50
List of prices for vials?
Is there some poe.ninja-like site that lists the vials (for itemupgrades from/in the temple) prices or would I have to search for them individually to get their prices?
< >
正在显示第 1 - 8 条,共 8 条留言
该讨论串的作者已表示此帖子解答了原先的主题。
Rikkore 2019 年 7 月 23 日 上午 7:03 
you have to search for it individually
The_Driver 2019 年 7 月 23 日 上午 7:10 
引用自 Rikkore
you have to search for it individually
Disappointing to say the least, but thanks for the input. Will wait a bit to mark as solution in case someone has some secret sauce yet to be spilled.
jamesc70 2019 年 7 月 23 日 下午 2:31 
I just got a vial of transcendence and I have two of the gems that upgrade off of that... easy 3 exalts for the upgraded red one... figures I don't have Apex of Ascension though....

I looked for those on poe.ninja also, in every category, and never found them. Ended up going to the trade site and looked them up, but as usual it looks like some people are trying to get others to sell them cheap by listing them cheap and never responding.
The_Driver 2019 年 7 月 23 日 下午 8:50 
引用自 jamesc70
but as usual it looks like some people are trying to get others to sell them cheap by listing them cheap and never responding.
Yeah, the automated averaging with some logic behind it to exclude extreme values and stuff - as well as having only one request - is what led me to my initial question. I managed to implement a rough parser rather quickly, but am a bit unsure if I should include offline results, if I should strip the first and last 20% of results, use the median of the first 20 results or whatever to get a realistic price.
jamesc70 2019 年 7 月 23 日 下午 9:22 
引用自 The_Driver
引用自 jamesc70
but as usual it looks like some people are trying to get others to sell them cheap by listing them cheap and never responding.
Yeah, the automated averaging with some logic behind it to exclude extreme values and stuff - as well as having only one request - is what led me to my initial question. I managed to implement a rough parser rather quickly, but am a bit unsure if I should include offline results, if I should strip the first and last 20% of results, use the median of the first 20 results or whatever to get a realistic price.

I just priced something tonight, that had a value range of 15 chaos to 1000 Mirrors of Kalandra.

You mentioned excluding extreme values, which of course those mirror entries would fall in. But, I've seen some entries (Forge of the Phoenix maps for example) where literally hundreds of results are flipper-valued. Poe.ninja shows them at 19 chaos, yet search poe.trade and they are all divine-related; ie. far more than 19 chaos if you do the math. It's only when I put into the filter 'chaos orb equivalent of 19+ chaos' that I found one easily.

Question... how did you parse that? If you 'roughly' parsed poe.ninja and trade, you should think about creating your own site for those of us that just want a fair deal...
The_Driver 2019 年 7 月 23 日 下午 9:48 
引用自 jamesc70
引用自 The_Driver
Yeah, the automated averaging with some logic behind it to exclude extreme values and stuff - as well as having only one request - is what led me to my initial question. I managed to implement a rough parser rather quickly, but am a bit unsure if I should include offline results, if I should strip the first and last 20% of results, use the median of the first 20 results or whatever to get a realistic price.

Question... how did you parse that? If you 'roughly' parsed poe.ninja and trade, you should think about creating your own site for those of us that just want a fair deal...
The roughly is based upon poe.trade, not poe.ninja. Poe.ninja has a nice "API"/format you can go through without needing to load the whole page, you basically just get the data and don't need to scrape an HTML page.

Well, I iterate through the offers of the have=chaos page* (probably better to go for chaos equivalent, but I'm like just figuring out how to deal with that whole stuff anyways) and just parse the <div> where the offer is (and divide the amount of vials offered by the amount of chaos asked). With the HtmlAgility Pack that's about one or two dozen lines of code (depending on what you count as line) of C#. I don't interpret seller names (for a potential blacklist), stock count or the like at the moment. Certainly needs some validity checks still. So it's very bare bones/proof of concept, which I described as "rough" earlier. It's an average over the shown results (so up to 99) at the moment... again, that will change.

* e.g http://currency.poe.trade/search?league=Legion&online=x&stock=&want=646&have=4 - I have the relative values for the currencies from poe.ninja, so could go with the have= for all offers, regardless of currency type
Noohpyt 2019 年 7 月 24 日 上午 5:36 
poeapp.com >poe.trade poe trade was good too but it need update itself. Item imports huge problem, also slow too.

I checked they are same. I mean there is no 2 different base bazaar. both can show same items etc
The_Driver 2019 年 7 月 24 日 下午 10:11 
引用自 hunterskull
poeapp.com >poe.trade poe trade was good too but it need update itself. Item imports huge problem, also slow too.
poeapp has "me" banned there for some reason (although with dynamic IPs you never know if that was directed at me), haven't used it in ages (besides a couple of requests yesterday to see how one would approach getting the data from there, but just via webbrowser, no automated stuff or anything) and I don't feel like getting a twitter account to contact them to potentially get unbanned like the message states... so no, not gonna try them anymore.
< >
正在显示第 1 - 8 条,共 8 条留言
每页显示数: 1530 50

发帖日期: 2019 年 7 月 23 日 上午 6:50
回复数: 8