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

378
Vistas
Python requests-html render() has no href link URL

I'd like to search on Paravi(https://www.paravi.jp/search) with a movie title and get a link to the movie. My current code is below.

from bs4 import BeautifulSoup
from requests_html import HTMLSession

title = 'invisible'
url = f'https://www.paravi.jp/search?q={title}'
session = HTMLSession()
res = session.get(url)
res.html.render(sleep=10)
soup = BeautifulSoup(res.html.html, 'html.parser')
print(soup)

It contains something like this, but it doesn't contain an 'a' tag or href link.

<div aria-label='w-inds. LIVE TOUR 2017 "INVISIBLE"' class="sliderRefocus lockup" id="title-card-0-0" role="link" tabindex="0">
  <div class="ptrack-content" data-ui-tracking-context="">
    <div class="artwork" style='background-image: url("https://img.paravi.jp/files/88c22fdf228d4ee0baf33171fff70aba/95671030163.jpg?w=800&amp;h=800&amp;p=t");'></div>
    <div class="video-preload-title">
      <div class="video-preload-title-label">w-inds. LIVE TOUR 2017 "INVISIBLE"</div>
    </div>
  </div>
</div>

<div class="text-wrapper hasTextArea">
  <h3 class="title-card-title">
    <p class="link">w-inds. LIVE TOUR 2017 "INVISIBLE"</p>
  </h3>
  <div class="synopsis">アルバム...</div>
</div>

I am new to javascript and html. From where can I get the link?

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