Fetch external automatically create entries in Content Manager

System Information
  • Strapi Version: 4.23.1
  • Operating System: MacOS
  • Database: SQLite
  • Node Version: 18.18.2
  • NPM Version: 9.8.1
  • Yarn Version: 1.22.19

Hello,
I have a Strapi/NuxtJS project where I need to fetch data from an external “API” (actually it’s a widget, where you need to load a script and it return the data if you add a specific class to a div), to automatically create new entries on the Content Manager. The goal is to be able to manage the entries that are displayed in the NuxtJS frontend.
Feel free to ask for additional information !
Thank you very much for your help !

I dont really understand your question or what ur asking, what do u need help with? fetching the entries? creating entries?

to manage entries via frontend maybe this https://docs.strapi.io/dev-docs/api/rest link is usefull

@Henrik_Hannewijk Sorry for not being completely clear for what I need.
I would need help to fetch the widget and create the entries from it.

1 Like

I found the solution, using jsdom and Apollo Client with mutations.