Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

201
Visualizações
Hello. How to display 100 results on the page https://steamcommunity.com/market/search?appid=730

I want to make an extension so that the search page displays 100 results, but I don’t know how to do it. I started to take apart the Steam Treid Helper and came across 2 great functions:

g_oSearchResults.m_cPageSize = 100; 
g_oSearchResults.GoToPage(0, true); 

Thanks for the help.

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

The Steam Market Api uses the following endpoint

https://steamcommunity.com/market/search/render/?query=&start=10&count=10&search_descriptions=0&sort_column=popular&sort_dir=desc&appid=730

The response contains a results_html key which has the partial html for the new page.

You can use start and count (set this to 100 for your usecase) query parameters to fetch the required html and manually replace the dom with the new data using your extension.

Remember to pass in your login cookie in the headers aswell. (You can use the Chrome/Firefox network inspector tab to get the correct request schema)

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda