6 ms·
Share code that uses new URL Search tool and win AWS credit
- LisaG 14y agoFrom @djoerd Why does @CommonCrawl URL search (http://urlsearch.commoncrawl.org/ http://urlsearch.commoncrawl.org/ ) need 'tld.domain' format rather than 'domain.tld'? Read Google's BigTable paper.
- frederi 14y agoWhy can't they just write code that reverses the input?
- Aloisius 14y agoJust an oversight. Most of our work is done by people who graciously volunteer their time. We'll get that fixed.
- srobertson 14y agoThe main intent of the search is to retrieve a list of urls that the site crawled for a given subdomain, domain or tld. So for now you can do that using reversed url notation. Which I admit is not very intuitive. We're toying with the idea of implementing some sort of wild card that way we can present the urls in natural order. Something like *.google.com to retrieve all urls under google. But we wanted to judge the level of interest first. After all "done" is better than "perfect".
- LisaG 14y ago"Done" is better than "perfect" should be on a sign hanging in every startup.
- djoerd 14y agoWhile I know that some of the pages of my home page are in the crawl, they do not show up with the following query: http://urlsearch.commoncrawl.org/?q=nl.utwente.cs.wwwhome%2F~hiemstra http://urlsearch.commoncrawl.org/?q=nl.utwente.cs.wwwhome%2F... nor with: http://urlsearch.commoncrawl.org/?q=nl.utwente.cs.wwwhome%2F%7Ehiemstra http://urlsearch.commoncrawl.org/?q=nl.utwente.cs.wwwhome%2F... (no, this is not only an ego search problem ;-) )
- anjackson 14y agoYes, that's a little odd. If you shorten the search term, the results come up just fine: http://urlsearch.commoncrawl.org/?q=nl.utwente.cs.wwwhome/~h&start=60 http://urlsearch.commoncrawl.org/?q=nl.utwente.cs.wwwhome/~h...
- greglindahl 14y agoWorks on me! http://urlsearch.commoncrawl.org/?q=com.pbm.www%2F~lindahl http://urlsearch.commoncrawl.org/?q=com.pbm.www%2F~lindahl So there's a bug there, but not all the time for ~.
- djoerd 14y agoThe first FAQ link seems to be broken (maybe a web server setting gone bad?) BTW, this is a great resource. Thanks for sharing this!
- LisaG 14y agoThanks for the catch Djoerd! We will fix it now
- lubujackson 14y agoI'd love it if there was a feature to search for a specific URL. Like if "com.google" just loaded the Google homepage if you put it in quotes.
- srobertson 14y agogood suggestion
- lubujackson 14y agoTop results for "com" are a little odd. Seems like @ wasn't filtered from the domain part of the URL (though it should be, I would think).
- srobertson 14y agoI think it's just that the site converts unicode urls for display purposes. If you click on one of the links with "@" in it, you'll see the real url in url encoded format http://%2E%2E%2E@harunyahya.com/Ajax/get.comments/oid/4612 http://%2E%2E%2E@harunyahya.com/Ajax/get.comments/oid/4612 176.34.181.212 20120516214328 text/html 912
- LisaG 14y agoI hope that some of you who use/play around with the Common Crawl data will try out using the JSON files from the URL Search and then share your code. If you didn't see the details in the blog post, Common Crawl is giving out $100 in AWS credit to the first five people who share code that incorporates a JSON file from the URL Search.
- visarga 14y agoIs it possible to get a list of webhosts, like all the domains and subdomains, stripped from the rest of the url?