Sorrek: Domain hosting info, mail server, IP address, and more avatar
Sorrek: Domain hosting info, mail server, IP address, and more
Try for free

7 days trial then $5.00/month - No credit card required now

View all Actors
Sorrek: Domain hosting info, mail server, IP address, and more

Sorrek: Domain hosting info, mail server, IP address, and more

sorrek/sorrek
Try for free

7 days trial then $5.00/month - No credit card required now

Scrape DNS data, IP addresses, domain status, mail server details, and hosting provider info from arin.net

The code examples below show how to run the Actor and get its results. To run the code, you need to have an Apify account. Replace <YOUR_API_TOKEN> in the code with your API token, which you can find under Settings > Integrations in Apify Console. Learn more

1# Set API token
2API_TOKEN=<YOUR_API_TOKEN>
3
4# Prepare Actor input
5cat > input.json <<'EOF'
6{
7  "domain_names": [
8    "sorrek.io",
9    "invalid.domain",
10    "apify.com",
11    "airbnb.com",
12    "googlemaps.com",
13    "amazon.com",
14    "aws.amazon.com",
15    "northwestern.edu",
16    "law.northwestern.edu"
17  ]
18}
19EOF
20
21# Run the Actor using an HTTP API
22# See the full API reference at https://docs.apify.com/api/v2
23curl "https://api.apify.com/v2/acts/sorrek~sorrek/runs?token=$API_TOKEN" \
24  -X POST \
25  -d @input.json \
26  -H 'Content-Type: application/json'
Developer
Maintained by Community
Actor metrics
  • 7 monthly users
  • 1 star
  • 94.6% runs succeeded
  • Created in Jan 2024
  • Modified 6 months ago