Another more “manual” scraping alternative is to use the HTTP “Make a request” module to fetch the source code of the page, then use AI (OpenAI or Groq) to parse the content of the page and extract the content into JSON/variables.
The most reliable way to parse the content of a web page is to probably use the OpenAI “Transform Text to Structured Data” module, or the free Groq “Create a JSON Chat Completion” module.
Example
Here is a Groq example on how to specify the variables that you want to match from the text content. This setup is also similar to what you’d do with the OpenAI Structured Data module.
Output
(Google’s about page didn’t contain any Google email or phone numbers, so it was left empty)
Hope this helps! Let me know if there are any further questions or issues.
You can also join us in the Make Fans Discord server to chat with other makers. Due to the evolving needs of this community, the Discord invite link can be found elsewhere on this forum. You can either search for it or message me to request an invite.