⚒️ Pulling data from services that n8n doesn’t have a pre-built integration for

225,336 views · ⚒️ Engineering

💡 Pro Tip — HTTP Request scraping tends to break when sites update their markup. If you’re scraping a major platform, check if ScraperNode covers it — it has maintained scrapers for LinkedIn, Instagram, TikTok, YouTube, and 20+ other platforms that return structured data.

View All Scrapers

Description

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):

🔗 Nodes Used

HTTP Request, HTML Extract

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup