Use Case: Analyzing a Website’s Homepage with ChatGPT
This is harder than you might think, because the API-driven version of ChatGPT is not web-connected.
So in order to actually have Chap “read a webpage” at scale, you first need to scrape the content of that page, then turn it into markdown, then have Chap analyze the markdown with a Make.com automation.
Fortunately for you, I hired a dev to build us an Apify actor that does the scraping & markdown parsing part, which is the hardest part.
You can learn how to use it, along with the ChatGPT analysis part, in these two technical guides:
- Technical Guide: “Turning A Webpage Into Markdown (For AI Analysis) → via Apify“
- Technical Guide: “ChatGPT Enrichment → Via Make.com Automation“