# I made a Google SERP bot for Slack using only #nocode

Here’s how I did it with  [n8n.io](https://n8n.io) 

I have set up a Cron job to make an API call every day to a scrapping API

![FCt_w0lUYAUAu7d.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1635721663103/_o-eI77sj.png)

Parsed raw HTML to extract only organic results and corresponding links

![parse.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1635722092853/hpxGS9J8S.png)

Added a new parameter for result positions. IF statement checks whether parsed links contain our domain.

![1.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1635722208295/V4E8Ch1Tb.png)

If the domain was found in the first 100 search results, the bot sends a message with the current ranking position(s).

![2.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1635722262061/vVrxKRfg0.png)

And here is the whole workflow:

![FCuAasGWYAEGaT2.jpeg](https://cdn.hashnode.com/res/hashnode/image/upload/v1635722335607/OKMvDcd5-.jpeg)



