Jump to content

Accessing Data From the GE


DeeKay

Recommended Posts

Is there a way to access item prices in the manner it works with the Hiscores (for example, like this), or at least a quick way to get the price instead of loading the whole page? I'm pretty sure it's possible, judging by the High Alch w/GE Compare Calculator here.

zj7y4z.gif

DeeKay.png

Link to comment
Share on other sites

Which language/application?

 

You can use cURL, google docs, excel, etc to achieve this.

[hide=Drops]

  • Dragon Axe x11
    Berserker Ring x9
    Warrior Ring x8
    Seercull
    Dragon Med
    Dragon Boots x4 - all less then 30 kc
    Godsword Shard (bandos)
    Granite Maul x 3

Solo only - doesn't include barrows[/hide][hide=Stats]

joe_da_studd.png[/hide]

Link to comment
Share on other sites

The way its done:

 

 

 

Make a code get the page for a specific search.

 

 

 

Tell the code which table, and which cell in said table is the data you want/need

Plv6Dz6.jpg

Operation Gold Sparkles :: Chompy Kills ::  Full Profound :: Champions :: Barbarian Notes :: Champions Tackle Box :: MA Rewards

Dragonkin Journals :: Ports Stories :: Elder Chronicles :: Boss Slayer :: Penance King :: Kal'gerion Titles :: Gold Statue

Link to comment
Share on other sites

If you use the right codes it don;t take long at all.

 

 

 

If you are making the code load the entire page THEN cutting out what u want its a waste as you laod the entire page.

 

 

 

You want to combine the codes so it cuts out what you want WHILE loading the page. Coding it in a combined way means it knows what its looking for in the code so instead of loading the images etc that other codes command it can ignore them to pull out what you are after.

Plv6Dz6.jpg

Operation Gold Sparkles :: Chompy Kills ::  Full Profound :: Champions :: Barbarian Notes :: Champions Tackle Box :: MA Rewards

Dragonkin Journals :: Ports Stories :: Elder Chronicles :: Boss Slayer :: Penance King :: Kal'gerion Titles :: Gold Statue

Link to comment
Share on other sites

I don't load the actual page, but just the code behind it (around 17kb). Loading them up to the price point reduces the size by 3kb, which is still a problem.

 

I'm mainly looking for a sort of indexing site or service that can reduce or eliminate loading multiple pages.

zj7y4z.gif

DeeKay.png

Link to comment
Share on other sites

I don't load the actual page, but just the code behind it (around 17kb). Loading them up to the price point reduces the size by 3kb, which is still a problem.

 

I'm mainly looking for a sort of indexing site or service that can reduce or eliminate loading multiple pages.

 

 

 

 

 

You miss my point.

 

 

 

you ARE still loading it.

 

 

 

with the right codes you DO NOT LOAD it, you simply grab the code up to a specific reference point then return that value.

 

 

 

This method only requires a couple of bytes of data to be transferred.

Plv6Dz6.jpg

Operation Gold Sparkles :: Chompy Kills ::  Full Profound :: Champions :: Barbarian Notes :: Champions Tackle Box :: MA Rewards

Dragonkin Journals :: Ports Stories :: Elder Chronicles :: Boss Slayer :: Penance King :: Kal'gerion Titles :: Gold Statue

Link to comment
Share on other sites

 

You miss my point.

 

you ARE still loading it.

 

with the right codes you DO NOT LOAD it, you simply grab the code up to a specific reference point then return that value.

 

This method only requires a couple of bytes of data to be transferred.

 

Okey dokey. I'll try to find a way around in. Thanks for the help.

zj7y4z.gif

DeeKay.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.