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

185
Vistas
flask-framework auto-complete search bar from a JSON api

I have JSON data from a URL, I wanna pass it into a search box suggestion/autocomplete, I'm using flask framework.

so how I can make a post request with the payload of every letter click and handle it from the backend with flask and return the values as a search bar suggestions

JSON example:

{
    "spider":[  // if the user typed spider 
       {
          "t":"Spider-Man: No Way Home (2021)",
       },
       {
          "t":"Spider-Man: Far from Home (2019)",
       },
       {
          "t":"Spider-Man: Homecoming (2017)",
       },
       {
          "t":"Spider-Man: Into the Spider-Verse (2018)",
       },
       {
          "t":"Spider-Man (2002)",
       },
       {
          "t":"The Spiderwick Chronicles (2008)",

       }
    ]
 }

The JSON data is changeable depending on what the user typed , I cant store all the values locally it's a live API.

please help.

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