Skip to content

JSON Output - Include keywords #105

@sysm0nk

Description

@sysm0nk

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 !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions