Title: Need help with JSON template
Last modified: October 7, 2020

---

# Need help with JSON template

 *  Resolved [ekh00](https://wordpress.org/support/users/ekh00/)
 * (@ekh00)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/need-help-with-json-template/)
 * Hi,
 * Am trying to list down the jobs available and the link back to the talentcloud
   website to apply. With my limited JSON and API experience, I’ve managed to get
   it to loop but the nested info is giving me trouble. Any help?
 * The JSON API link is below:
 * [https://api.talentcloud.ai/clientpost/list/?employer_id=503801](https://api.talentcloud.ai/clientpost/list/?employer_id=503801)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fneed-help-with-json-template%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [berkux](https://wordpress.org/support/users/berkux/)
 * (@berkux)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/need-help-with-json-template/#post-13505788)
 * Hi,
 * try this:
 *     ```
       [jsoncontentimporter url=https://api.talentcloud.ai/clientpost/list/?employer_id=503801 basenode=data]
       <a href="{external_site}" target="_blank" rel="noopener noreferrer">{title}</a>{description:html}<br>
       [/jsoncontentimporter]
       ```
   
 * Bernhard
 *  Thread Starter [ekh00](https://wordpress.org/support/users/ekh00/)
 * (@ekh00)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/need-help-with-json-template/#post-13506656)
 * Thanks for the reply — actually I’ve managed to slowly decipher the JSON. So 
   actually I managed to figure out how to display pieces of info. I may not need
   all of them though.
    The part I’m struggling with would be the nested array data
   such as:
 * i.e. SKILL which returns: [\”Call / Cold Call\”, \”Customer Service\”, \”Telesales\”,\”
   Sales Target / KPIs Achievement\”, \”Sales Strategies\”]
 * You can see the actual page of my attempt here:
    [https://brandtinternational.com/work-at-brandt/](https://brandtinternational.com/work-at-brandt/)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Need help with JSON template’ is closed to new replies.

 * ![](https://ps.w.org/json-content-importer/assets/icon-256x256.png?rev=3464653)
 * [Get Use APIs - JSON Content Importer](https://wordpress.org/plugins/json-content-importer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/json-content-importer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/json-content-importer/)
 * [Active Topics](https://wordpress.org/support/plugin/json-content-importer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/json-content-importer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/json-content-importer/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [ekh00](https://wordpress.org/support/users/ekh00/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/need-help-with-json-template/#post-13506656)
 * Status: resolved