dingyi 6 Posted March 26, 2013 Share Posted March 26, 2013 (edited) I just made a simple workflow to find domains quickly via domai.nr's api. Hope you like it:P Download link Edited March 26, 2013 by dingyi Benzi, Leech, phyllisstein and 3 others 6 Link to post
case 0 Posted April 2, 2013 Share Posted April 2, 2013 Totally hot! This is Eric from Domainr, I just added this to our API gallery: http://domai.nr/api Link to post
tschoof 8 Posted April 10, 2013 Share Posted April 10, 2013 Beautiful! Use it all the time! Link to post
kobitate94 0 Posted April 12, 2013 Share Posted April 12, 2013 Ooooh you took my idea. I was gonna write this but never did. Thanks for making it. I really wanted this to exist. Link to post
justcharlie 0 Posted September 25, 2013 Share Posted September 25, 2013 Has this stopped working? I installed it but it doesn't gather any results as the screenshots which you posted show. Link to post
dapearce 0 Posted September 26, 2013 Share Posted September 26, 2013 I also just downloaded this and am having the same problem, no results. Is this dead for everyone now? Link to post
dingyi 6 Posted September 27, 2013 Author Share Posted September 27, 2013 Hi guys, thanks for the heads up, I fixed the bug, turned out it has to use 'https' in api url. redownload it: https://github.com/dingyi/Alfred-Workflows/blob/master/Domainr/Domainr.alfredworkflow Link to post
Clogish 0 Posted October 6, 2014 Share Posted October 6, 2014 Hi folks, it looks like this workflow has got broken somewhere along the line. I ran a debug and got this - can anyone help me fix it? Starting debug for 'Domainr v1.1' [ERROR: alfred.workflow.input.scriptfilter] XML Parse Error 'The operation couldn’t be completed. (NSXMLParserErrorDomain error 4.)'. Row 1, Col 1: 'Document is empty' in XML: Warning: Invalid argument supplied for foreach() in Command line code on line 24 Thanks! Nick Link to post
rice.shawn 222 Posted October 7, 2014 Share Posted October 7, 2014 Domainr changed the API url and the workflow doesn't follow the redirect. So, change: $url = "https://domai.nr/api/json/search?q=$query"; to $url = "https://domainr.com/api/json/search?q=$query"; Then it should work. You might get some random notices still when variables are empty, but you can ignore them. Link to post
Clogish 0 Posted October 7, 2014 Share Posted October 7, 2014 Hi @Shawn, that works - thanks. It's been over a year since @dingyi has visited these forums, is this a workflow that you might want to re-create under Packal? Link to post
MarceFX 4 Posted October 7, 2014 Share Posted October 7, 2014 Great job! you just make me save some more minutes every day :-) Thank you. Link to post
rice.shawn 222 Posted October 7, 2014 Share Posted October 7, 2014 Hi @Shawn, that works - thanks. It's been over a year since @dingyi has visited these forums, is this a workflow that you might want to re-create under Packal? As a policy, I don't want to submit others' workflows to Packal (even if I really think that they would be good to have up there), but if the workflow seems neglected and I can rewrite it for performance or other reasons, then I'm open to doing so. Maybe I'll do the latter. The workflow does throw quite a few warnings, meaning that it could do with some much better error checking. I did the same with the f.lux workflow... Link to post
rice.shawn 222 Posted October 7, 2014 Share Posted October 7, 2014 Well... I took a minute and did it. Here it is on Packal. Link to post
Clogish 0 Posted October 11, 2014 Share Posted October 11, 2014 Awesome - thanks! I've switched over. Link to post
justcharlie 0 Posted October 11, 2014 Share Posted October 11, 2014 This is great, thanks for updating! Link to post
rice.shawn 222 Posted October 12, 2014 Share Posted October 12, 2014 No problem. Glad it can be useful again. I've avoided the workflow myself because Domainr makes me buy far more domains than I could ever need... Link to post
miketheburrito 1 Posted June 1, 2015 Share Posted June 1, 2015 Love this workflow but it stopped working for me recently As soon as I start typing a domain, it just gives me Alfred's fallback web search options. Link to post
rice.shawn 222 Posted June 1, 2015 Share Posted June 1, 2015 Unfortunately, Domainr changed their API. So, a rewrite is needed. The new version of the API also requires an API key, which means users will have to register for the API, etc... It's kind of a pain. Link to post
miketheburrito 1 Posted June 1, 2015 Share Posted June 1, 2015 Ah, that's lame. But thanks for the info! Link to post
ZHammer 0 Posted August 18, 2015 Share Posted August 18, 2015 Unfortunately, Domainr changed their API. So, a rewrite is needed. The new version of the API also requires an API key, which means users will have to register for the API, etc... It's kind of a pain. I'm not sure if anyone else would be... but if you did like a gofundme or something I'd totally pitch in. I'd love to have this tool updated I'll even promote it to some people I know who'd use it Link to post
miketheburrito 1 Posted December 31, 2015 Share Posted December 31, 2015 dingyi's updated domainr workflow works great for me now! https://github.com/dingyi/Alfred-Workflows Link to post
flome 3 Posted March 1, 2019 Share Posted March 1, 2019 Unfortunately this is no longer working as Domainr released api V2 and it seems that the old version is no longer accepting requests. Link to post
flome 3 Posted May 31, 2019 Share Posted May 31, 2019 If anyone is interested. I resolved the issues. It works the same, except now we have to do two calls to the API end point because we're calling two different methods. So it may be a little slower. I submitted a pull request to @dingyi to get the official one updated. Download it here Link to post
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now