Hello Makers, I have never webscraped before, I was trying to follow threads here on the board, but I’m failing.
Here’s an example and my failing plan…
- HTTP make a request module to get the raw html (output attached)
- UseText parser with match pattern <div\s+class=“container”>(.*?)</div> to extrac the div class. This works in regex101.com with ECMAScript flavor, but doesn’t produce ouput on Make.
- In the next step, I would have tried using the text parser’s HTML to text function.
- Then another match pattern to extract the “remark” sections (multiple matches).
The example is maybe too abstract, but any general suggestions how to attempt this would be appreciated. Thanks!
Ouput.txt (186.3 KB)