Парсинг цен аукциона #2
Posted: Sun Apr 21, 2024 10:02 pm
Здравствуйте уважаемый разработчик BDO Codex! Я тут недавно столкнулся с проблемами, как узнать цену и количество предмета на аукционе, если он имеет определенный уровень заточки выше +0. Ваш сайт bdocodex.com единственный, который правильно показывает цену предмета с уровнем усиления выше +0. Даже знаменитая таблица https://docs.google.com/spreadsheets/d/ ... 1464565304 перестала правильно показывать цену и количество.
Поэтому хотел узнать, как вы получаете эту информацию через web интерфейса центрального аукциона? Как найти этот web-интерфейс?
Например, я нашел, что если в ячейке A1 ввести, например "https://bdocodex.com/ru/item/11834/#3", в ячейке А2 "//td", а в ячейке А3 "=IMPORTXML(А1;А2)", то выведется информация о предмете. В ячейке AB5 будет текст
Но я хотел бы сделать так, чтобы бы я мог ввести в ячейку А1 - название предмета, в В1 - уровень заточки, а мне выдало бы в ячейке А2 - цену этого предмета, в ячейке А3 - количество предмета на аукционе.
Но я не могу придумать, как это реализовать.
Я понимаю, что вы, возможно, не захотите делиться этой информацией, но если что, напишите пожалуйста мне в Дискорд kustick8
========================================================================================================================
Hello dear BDO Codex developer! I have recently encountered problems how to find out the price and quantity of an item in an auction, if it has a certain level of sharpening above +0. Your site bdocodex.com is the only one that correctly shows the price of an item with a level of amplification above +0. Even the famous table https://docs.google.com/spreadsheets/d/ ... 1464565304 stopped showing the price and quantity correctly.
So wanted to know how you get this information through the web interface of the central auction? How do you find this web interface?
For example, I found that if you enter for example "https://bdocodex.com/ru/item/11834/#3" in cell A1, "//td" in cell A2, and "=IMPORTXML(A1;A2)" in cell A3, the item information will be displayed. Cell AB5 will have the text
But I would like to make it so that I can enter in cell A1 - the name of the item, in B1 - the sharpening level, and it would give me in cell A2 - the price of this item, in cell A3 - the quantity of the item in the auction.
But I can't figure out how to implement this.
I realize that you may not want to share this information, but if anything, please write to me in Discord kustick8
Поэтому хотел узнать, как вы получаете эту информацию через web интерфейса центрального аукциона? Как найти этот web-интерфейс?
Например, я нашел, что если в ячейке A1 ввести, например "https://bdocodex.com/ru/item/11834/#3", в ячейке А2 "//td", а в ячейке А3 "=IMPORTXML(А1;А2)", то выведется информация о предмете. В ячейке AB5 будет текст
Code: Select all
var
real_item_prices={"prices":{"RU":[["28900000","125"],["68000000","12"],["306000000","29"],["975000000","8"],["4630000000","3"],["27500000000","2"]]},"token":"a2a84f37a5bde586eb33aef9740d1b5d"};
Но я не могу придумать, как это реализовать.
Я понимаю, что вы, возможно, не захотите делиться этой информацией, но если что, напишите пожалуйста мне в Дискорд kustick8
========================================================================================================================
Hello dear BDO Codex developer! I have recently encountered problems how to find out the price and quantity of an item in an auction, if it has a certain level of sharpening above +0. Your site bdocodex.com is the only one that correctly shows the price of an item with a level of amplification above +0. Even the famous table https://docs.google.com/spreadsheets/d/ ... 1464565304 stopped showing the price and quantity correctly.
So wanted to know how you get this information through the web interface of the central auction? How do you find this web interface?
For example, I found that if you enter for example "https://bdocodex.com/ru/item/11834/#3" in cell A1, "//td" in cell A2, and "=IMPORTXML(A1;A2)" in cell A3, the item information will be displayed. Cell AB5 will have the text
Code: Select all
var
real_item_prices={"prices":{"RU":[["28900000","125"],["68000000","12"],["306000000","29"],["975000000","8"],["4630000000","3"],["27500000000","2"]]},"token":"a2a84f37a5bde586eb33aef9740d1b5d"};
But I can't figure out how to implement this.
I realize that you may not want to share this information, but if anything, please write to me in Discord kustick8