Skip to main content

Command Palette

Search for a command to run...

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

Published
1 min read
I made a Google SERP bot for Slack using only #nocode
B

Bubble.io developer

Here’s how I did it with n8n.io

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

FCt_w0lUYAUAu7d.png

Parsed raw HTML to extract only organic results and corresponding links

parse.png

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

1.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

And here is the whole workflow:

FCuAasGWYAEGaT2.jpeg