Custom API & Web Scraping with HTTP Requests - n8n Workflow | Neura Market
Custom API & Web Scraping with HTTP Requests
Learn to pull data from unsupported services using HTTP Request node for APIs, scraping, and pagination handling.
This workflow showcases how to integrate with services lacking n8n pre-built nodes by leveraging the versatile HTTP Request node. It demonstrates three key techniques: splitting API responses into manageable items, web scraping HTML content, and implementing pagination for complete data retrieval. Ideal for developers needing flexible data extraction without custom coding.
The first branch fetches mock album data from JSONPlaceholder API via HTTP Request, then uses Item Lists to split the JSON
Platform
n8n
Category
Travel & Hospitality
Price
$14.99
Creator
Jordi Faber
http-request
api-integration
web-scraping
pagination
data-extraction
html-extract
custom-nodes
github-api
json-handling
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.