Import content to headless item

2025/04/17 11:04 AM

I’m looking for methods or tools to automatically or manually fetch web content (like blog posts or news articles) and map it into structured content types in a headless item


Environment

  • Xperience by Kentico version: [30.1.3]
  • .NET version: [8]
  • Execution environment: [SaaS]

Answers

2025/04/17 1:15 PM

To do this with a tool like Zappier you'd need a headless channel. You could write some code to execute a scheduled task to call an API to get those posts and add them to your content.

2025/04/18 4:02 PM

is there other options ?

2025/05/01 7:57 PM

I also recommend Brendan's suggestion...

You could write some code to execute a scheduled task to call an API to get those posts and add them to your content.

I'm not sure what other kinds of options you are imaging might exist. You are asking for a way to...

  • Programmatically make requests to arbitrary URLs/web pages on the internet
  • Consume that HTML in some way
  • Store that content in Xperience's headless items in a headless channel
  • "Automatically" repeat this process on some interval you determine

There's no pre-built feature in Xperience by Kentico that lets you scrape the internet on a schedule and generate content items from that scrape.

To answer this question, you have to login first.