Quick overview
This workflow runs manually to capture a screenshot and extract a Markdown representation of a webpage using Microlink. It also can convert any url into PDF, extract logos, color palette and more...
How it works
- Runs when you manually execute the workflow in n8n.
- Calls the Microlink API to generate a JSON screenshot response for https://apple.com.
- Calls the Microlink API again to fetch a Markdown version of the same page and returns it as text. Plus, it calls another url to get the pdf version of it.
Setup
- Add your Microlink API credentials in n8n. They're optional, you can use the free endpoint.
- Update the target URL in both Microlink steps if you want to capture a different webpage.
- Choose where to send or store the screenshot/Markdown output if you want to use the results outside the workflow execution data.
Additional info
Read the https://microlink.io/docs to see all the options the API can return from and url.