• Jobs
  • About Us
  • professionals
    • Home
    • Jobs
    • Courses and challenges
  • business
    • Home
    • Post vacancy
    • Our process
    • Pricing
    • Assessments
    • Payroll
    • Blog
    • Sales
    • Salary Calculator

0

366
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 3 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 Our process Sales
Legal
Terms and conditions Privacy policy
© 2025 PeakU Inc. All Rights Reserved.

Andres GPT

Recommend me some offers
I have an error