Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

202
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda