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

461
Views
How to get IP address from domain name in browser using Javascript?

The goal is to plug in a domain name in the browser using Javascript and then to get out the IP address of that domain. For example, if I use https://www.whatismyip.com/dns-lookup/ to do it, I plug in netflix.com and I get IP address 3.211.157.115.

I've been able to do this with Python code fairly easily using the socket library.

import socket
domain = "..."    
ip = socket.gethostbyname(domain)

How can I do this in the browser using Javascript, preferably without using any APIs?

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!