Does this look correct to you?
Sample data:
{
"status": "ok",
"result": 1,
"data": {
"tool name": "Rank Checker",
"data": [
{
"type": "organic",
"rank_group": 1,
"rank_absolute": 1,
"domain": "xx",
"title": "Loop Backup AI – Cloud To Cloud Backup [Free Assisted …",
"description": "Loop Backup uses immutable air gapped cloud storage and run by artificial intelligence with our money back guarantee if you are unable to restore your cloud …",
"url": "https://xx",
"breadcrumb": "https://xx"
},
{
"type": "organic",
"rank_group": 2,
"rank_absolute": 2,
"domain": "www.",
"title": "Cloud Backup - Loop",
"description": "Unlimited cloud backup for all your memories! Shipping information.",
"url": "https://www.j",
"breadcrumb": "https:// › products › cloud-backup"
},
{
"type": "organic",
"rank_group": 3,
"rank_absolute": 3,
"domain": "xx",
"title": "AI-Powered Backup Solutions for Modern Businesses",
"description": "Discover cutting-edge AI-powered backup solutions designed for seamless data protection and retrieval. Get peace of mind with automated workflows.",
"url": "https://backup.ai",
"breadcrumb": "https:// › solutions › ai-backup"
},
{
"type": "organic",
"rank_group": 4,
"rank_absolute": 4,
"domain": "xx",
"title": "SecureCloud: Data Backup & Recovery Services",
"description": "Secure your data with our reliable backup and recovery services. Trusted by professionals to safeguard business-critical information.",
"url": "https://securecloud.com",
"breadcrumb": "https:// › services › data-backup"
},
{
"type": "organic",
"rank_group": 5,
"rank_absolute": 5,
"domain": "www.",
"title": "CloudProtector – Affordable Backup for Everyone",
"description": "CloudProtector offers affordable, user-friendly backup solutions for individuals and small businesses. Start your free trial today!",
"url": "https://cloudprotector.net",
"breadcrumb": "https:// › plans › affordable-backup"
}
]
}
}
Query:
$join(
data.data[domain = "xx"].(
domain & '=' & rank_absolute
),
", "
)
You can build out the template for querying with a template column.