• saas tool

    Posted by Binu Antony  on June 17, 2025 at 10:33 am

    I want to create a tool than can change post url content into infographic, which integration should I take from make backend and how do I go about this?

    Hasan replied 2 weeks, 1 day ago 2 Members · 3 Replies
  • 3 Replies
  • Hasan

    Administrator
    June 17, 2025 at 12:05 pm

    So you extracted the URL content ?

    do you know specific AI tool that generates infographic from text?

    • Binu Antony

      Member
      June 17, 2025 at 12:31 pm

      The url content can be extracted from python script, but how do we do on wordpress using code snippets. Yes, Piktochart AI, Text2Infographic, and Infogram are AI Tools available.

      • Hasan

        Administrator
        June 18, 2025 at 7:58 am

        You have 3 options:

        1. create a function to scrape content in WordPress, it works ,but we have many websites and URLs that are protected and will not work with basic scraping.

        2. Use no code like make or N8N, here is an example: https://n8n.io/workflows/1073-scrape-and-store-data-from-multiple-website-pages/
        but still you may need to use a proxy to bypass some security measures

        3. Use a Scraping API, like scraperapi.com, they can scrape any website and bypass complex security, but it is not free.

        You want to scrape from any website, yes?

        • This reply was modified 2 weeks, 1 day ago by  Hasan.

Log in to reply.