Created
October 30, 2013 09:27
-
-
Save chilts/7229605 to your computer and use it in GitHub Desktop.
Getting the Alexa top 1 million sites directly from the server, unzipping it, parsing the csv and getting each line as an array.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var request = require('request'); | |
var unzip = require('unzip'); | |
var csv2 = require('csv2'); | |
request.get('http://s3.amazonaws.com/alexa-static/top-1m.csv.zip') | |
.pipe(unzip.Parse()) | |
.on('entry', function (entry) { | |
entry.pipe(csv2()).on('data', console.log); | |
}) | |
; |
https://radar.cloudflare.com/domains
top 1000000 unordered 🤢
I am in trouble with my new domain securelines.net to install WordPress,
I get access denied when accessing http://s3.amazonaws.com/alexa-static/top-1m.csv.zip
I get access denied when accessing http://s3.amazonaws.com/alexa-static/top-1m.csv.zip
try this one http://s3-us-west-1.amazonaws.com/umbrella-static/top-1m.csv.zip
This is a link to the Cisco Umbrella popularity list. Archive.org has luckily archived the zip: https://web.archive.org/web/20230401000000*/https://s3.amazonaws.com/alexa-static/top-1m.csv.zip
You can check our website for this notebookdepo
You can download from here https://www.kaggle.com/datasets/cheedcheed/top1m
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@kostasmaneadis Yes, it's no more.