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

319
Vistas
Searching on a website returns a sooqr popup with results, how do I scrape this?

There is a site (https://www.schoolmaterialen.nl) I would like to scrape for specific items using beautifulsoup python. I can query the item I want using the url: https://www.schoolmaterialen.nl/#sqr:(q[9789053001813]), but instead of showing a page with results, it shows a popup using sooqr and the results can't be found in the html code I obtained using beautifulsoup. The only mention of the sooqr popup in the found code is this:

<!-- Start Sooqr.com on-site search and navigation code -->
<script>
  document.addEventListener("DOMContentLoaded", function() {
    document.getElementsByClassName("keywords")[0].setAttribute("id", "search");  
  });
  
  var _wssq = _wssq || [];
  _wssq.push(['_load', {'suggest': {"account":"SQ-119341-1","fieldId":"search","version":4}}]); 
  _wssq.push(['suggest._setPosition', 'screen-middle']);
  _wssq.push(['suggest._setLocale', 'nl_NL']);
  _wssq.push(['suggest._excludePlaceholders', 'Search..']);

  (function () {
    var ws = document.createElement('script');
    ws.type = 'text/javascript';
    ws.async = true;
    ws.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'static.sooqr.com/sooqr.js';
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(ws, s);
  })();
</script>
<!-- End Sooqr.com on-site search and navigation code -->

I already tried to directly use the url of the page I want, but it needs the title of the book which is one of the things I want to find using the isbn. Is there a way to somehow still get the link to the page that is in the popup?

about 4 years ago · Juan Pablo Isaza
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