M
M
MrlCrosl2013-12-07 20:34:57
Java
MrlCrosl, 2013-12-07 20:34:57

How to read html pages using Java?

The task is this: to create a parser for the price and name of the lot in the Steam marketplace. I implemented this, however, due to the fact that there are a lot of pages with lots, you need to navigate through them. Links to each page end with #p2 (2nd page), #p3(3rd page) and so on. Because of this, when I read the html code into a variable, the characters after # are not taken into account and the information is taken from the first page anyway.
How to get information from other pages?
Link to the market

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Eugene, 2013-12-07
@MrlCrosl

You need to make Ajax requests to
steamcommunity.com/market/search/render/?query=sta...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question