You still can use the app in a workflow even if we don’t have a node for that or the existing operation for that. With the HTTP Request node, it is possible to call any API point and use the incoming data in your workflow
Main use cases:
How it works
This workflow can be divided into three branches, each serving a distinct purpose:
1.Splitting into Items (HTTP Request - Get Mock Albums):
2.Data Scraping (HTTP Request - Get Wikipedia Page and HTML Extract):
3.Handling Pagination (The final branch deals with handling pagination for a GitHub API request):