Hi n8n community, It’s my first post here. Probably I am missing something obvious, but I am considering switching Make.com to n8n.
I am testing the AI agent from n8n, and I want it to do a website scrape from a service called jina.ai that typically returns a JSON.
However, in n8n, I cannot seem to get the output of the HTTP module to return a JSON, from which I can select only the section that is most relevant for the AI.
As you can see the JSON returns “response” and big chunk of monolith text, that is not separated into different objects.
Here are the request headers I am using:
At the same time, if I try building the same HTTP request with make.com I get the parsed JSON with the same settings.
I am sure I am doing something fairly obvious wrong, but what could it be? I couldn’t find a simple explanation neither through the AI Support Bot nor in the other threads in the forum. The solutions suggested were very convoluted.
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- **n8n version: 1.76.1
-
- **Database (default: SQLite): Default
- **n8n EXECUTIONS_PROCESS setting (default: own, main): Default
- **Running n8n via (Docker, npm, n8n cloud, desktop app): Cloud
- Operating system: Mac
PS: I love my experience with n8n overall so far. I am glad I have found this tool! Looking forward to building more automation with it.