I found this template to create a workflow on N8N to extract indeed search page here. but for me it is not very clear. Someone can do a video to share how to do it, step by step?
Hi @jjjjj, I can’t open the link you have shared I am afraid.
In general, indeed.com seems to be a page loading lots of data dynamically which is quite tricky in n8n itself. For such cases you might want to consider using something like browserless or puppeteer (essentially using a headless browser to load the page rather than n8n). Community nodes exist for both solutions (here and here), though I have no real first-hand experience with these.
Hi @jjjjj, it looks like @nico-kow already shared the best approach with you
I also noticed one of your screenshots was showing a private API token of yours, so I’ve removed this. Since it was on the public internet you still want to rotate the respective credentials as soon as you can to avoid any abuse.