Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

238
Views
¿Por qué el recuperador de seguidores de Instagram rara vez funciona, la mayoría de las veces el nombre de usuario no es válido?

Cuando este código se ejecuta en la consola de Chrome con un nuevo inicio de sesión de Instagram: el código rara vez funciona ¿La mayoría de las veces un nombre de usuario no válido?

Parece más frecuente después de que se rompa el código de console.log(url) .

 let username = 'miyakoho' let followers = [] try { let res = await fetch('https://www.instagram.com/' + username + '/?__a=1') res = await res.json() let userId = res.graphql.user.id let after = null let has_next = true after = null while (has_next) { let url='https://www.instagram.com/graphql/query/?query_hash=c76146de99bb02f6415203be841dd25a&variables=' + encodeURIComponent(JSON.stringify({ id: userId, include_reel: true, fetch_mutual: true, first: 50, after: after })) console.log(url) await fetch(url).then(res => res.json()).then(res => { has_next = res.data.user.edge_followed_by.page_info.has_next_page after = res.data.user.edge_followed_by.page_info.end_cursor followers = followers.concat(res.data.user.edge_followed_by.edges.map(({node}) => { return { username: node.username, full_name: node.full_name } })) }) } console.log('Followings', followings) } catch (err) { console.log('Invalid username') }
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!