-
-
Notifications
You must be signed in to change notification settings - Fork 161
Description
First of all, thank you so much for this great tool.
I'm working on a personal project, just for fun, involving n8n automation platform.
I think it would be very helpful the keyword being included in the JSON output, or at least have the chance to have an output similar to this:
[
{
"keyword": "amazon",
"domains": [
"amazom.com",
"amason.com",
"amazon.net",
"amazonn.biz"
]
},
{
"keyword": "facebook",
"domains": [
"faceboook.com",
"facebok.net",
"faceboook.co",
"faccbook.com"
]
},
{
"keyword": "google",
"domains": [
"gogle.com",
"gooogle.org",
"goolge.com",
"google.co"
]
}
]
I've tried to make the changes myself, but it didn´t work. I am not a programmer btw, just an enthusiast.
Thanks again for putting all the effort on this tool. It's a game changer.
Best Regards !