Returning API data in RG

I am attempting to pull and display API data in a repeating group but am going wrong somewhere. The Data is being pulled from the Type as Keyword Suggestion API item and the source is set:

The text to display should, in this example, the first keyword which is returned under items and should then display all 5.

The result am getting is this:

It is not returning the data but feel this is the API returning the data.

The API Call I am working from is:

{
  "version": "0.1.20240514",
  "status_code": 20000,
  "status_message": "Ok.",
  "time": "0.1313 sec.",
  "cost": 0.0105,
  "tasks_count": 1,
  "tasks_error": 0,
  "tasks": [
    {
      "id": "06031743-7892-0399-0000-e9697479a3e0",
      "status_code": 20000,
      "status_message": "Ok.",
      "time": "0.0892 sec.",
      "cost": 0.0105,
      "result_count": 1,
      "path": [
        "v3"
      ],
      "data": {
        "api": "dataforseo_labs",
        "function": "keyword_suggestions",
        "se_type": "google",
        "keyword": "null",
        "location_code": 2826,
        "language_code": "en",
        "include_serp_info": false,
        "include_seed_keyword": false,
        "limit": 5
      },
      "result": [
        {
          "se_type": "google",
          "seed_keyword": "null",
          "seed_keyword_data": null,
          "location_code": 2826,
          "language_code": "en",
          "total_count": 12040,
          "items_count": 5,
          "offset": 0,
          "offset_token": "eyJDdXJyZW50T2Zmc2V0Ijo1LCJSZXF1ZXN0RGF0YSI6eyJrZXl3b3JkIjoibnVsbCIsImluY2x1ZGVfc2VlZF9rZXl3b3JkIjpmYWxzZSwiZnVsbF9tYXRjaCI6ZmFsc2UsImxvYWRfc2VycF9pbmZvIjpmYWxzZSwic2VhcmNoX2FmdGVyX3Rva2VuIjpudWxsLCJpZ25vcmVfc3lub255bXMiOmZhbHNlLCJsYW5ndWFnZSI6ImVuIiwic2VhcmNoX2VuZ2luZSI6Imdvb2dsZSIsImxvY2F0aW9uIjoyODI2LCJ1c2VfbmV3X2NhdGVnb3JpZXMiOnRydWUsIm9yZGVyX2J5Ijp7Im9yZGVyX2ZpZWxkIjoia2V5d29yZF9pbmZvLnNlYXJjaF92b2x1bWUiLCJvcmRlcl90eXBlIjoiRGVzYyIsIm5leHQiOm51bGx9LCJsaW1pdCI6NSwib2Zmc2V0IjowLCJhaWQiOjc4OTIwfSwiUmF3UXVlcnkiOm51bGwsIklkIjoiMDAwY2JiZmUtOWI5NC00MjQyLWIwZGItMjg0ODM3ZTMzMGFmIiwiU2VhcmNoQWZ0ZXJEYXRhIjpbODEwMCwiZjUwZmY4MmEtY2I0Zi0xNmIwLTg5YjQtM2FlNDg5MmQ0NGM4Il19",
          "items": [
            {
              "se_type": "google",
              "keyword": "null",
              "location_code": 2826,
              "language_code": "en",
              "keyword_info": {
                "se_type": "google",
                "last_updated_time": "2024-05-10 11:12:13 +00:00",
                "competition": null,
                "competition_level": "LOW",
                "cpc": null,
                "search_volume": 12100,
                "low_top_of_page_bid": null,
                "high_top_of_page_bid": null,
                "categories": [
                  10019
                ],
                "monthly_searches": [
                  {
                    "year": 2024,
                    "month": 4,
                    "search_volume": 14800
                  }
                ]
              },
              "keyword_properties": {
                "se_type": "google",
                "core_keyword": "null hypothesis",
                "synonym_clustering_algorithm": "text_processing",
                "keyword_difficulty": 60,
                "detected_language": "en",
                "is_another_language": false
              },
              "impressions_info": {
                "se_type": "google",
                "last_updated_time": "2022-04-17 22:35:50 +00:00",
                "bid": 999,
                "match_type": "exact",
                "ad_position_min": 1.11,
                "ad_position_max": 1,
                "ad_position_average": 1.06,
                "cpc_min": 33.73,
                "cpc_max": 41.23,
                "cpc_average": 37.48,
                "daily_impressions_min": 0.14,
                "daily_impressions_max": 0.17,
                "daily_impressions_average": 0.15,
                "daily_clicks_min": null,
                "daily_clicks_max": null,
                "daily_clicks_average": null,
                "daily_cost_min": 0.08,
                "daily_cost_max": 0.1,
                "daily_cost_average": 0.09
              },
              "serp_info": null,
              "avg_backlinks_info": {
                "se_type": "google",
                "backlinks": 763.6,
                "dofollow": 687.2,
                "referring_pages": 727.6,
                "referring_domains": 46.3,
                "referring_main_domains": 39.2,
                "rank": 202.5,
                "main_domain_rank": 697.6,
                "last_updated_time": "2024-05-13 10:50:13 +00:00"
              },
              "search_intent_info": {
                "se_type": "google",
                "main_intent": "informational",
                "foreign_intent": null,
                "last_updated_time": "2023-03-13 21:30:20 +00:00"
              }
            }
          ]
        }
      ]
    }
  ]
}

hey @rtg123uk :wave:

First, you should use Current Cell's Keyword Suggestion API Item's keyword in this text field:

But this is coming null anyway by looking at the json data you posted.
image

If you print another field other than keyword, you will see that it is printing, for example if you choose to display se_type, it really will display google.

Then, the rest is upto you.

bdk_512x512 @Huseyin from Flusk | Discover the #1 Security and Monitoring Tool for Bubble

This topic was automatically closed after 70 days. New replies are no longer allowed.