Linkedin Scraper old Data to New Data I Need Help

I’ve created an N8N workflow that scrapes data from LinkedIn. Now, I want to integrate this workflow into a React.js or Next.js application, preferably through the backend. I’m struggling with how to connect the N8N workflow to my app. Can you guide me on how to do this properly?

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

If there isn’t a database between n8n and your app.

The most likely you will create a webhook trigger in n8n.

And your React app will call the webhook url as an API to get data from n8n.

I really admire your answer. I tried creating a webhook trigger in n8n and set up my React app to call the webhook URL as an API to retrieve data. However, the workflow didn’t run automatically as expected. Could you help me understand why it’s not working?

Like Self Hosting other else I Dont know