Automatic backlink data export from Semrush to Google Sheets via RapidAPI
π Automated Semrush Backlink Checker with n8n and Google Sheets π Description This n8n workflow automates backlink data extraction using the [Semrush Backlink Checker API](https://rapidapi.com/PrineshPatel/api/semru...
Template notes
π Automated Semrush Backlink Checker with n8n and Google Sheets
π Description
This n8n workflow automates backlink data extraction using the [Semrush Backlink Checker API](https://rapidapi.com/PrineshPatel/api/semrush-backlink-checker) available on RapidAPI. By submitting a website via a simple form, the workflow fetches both backlink overview metrics and detailed backlink entries, saving the results directly into a connected Google Sheet. This is an ideal solution for SEO professionals who want fast, automated insights without logging into multiple tools.
---
π§© Node-by-Node Explanation
- On form submission β Starts the workflow when a user submits a website URL through a web form. - HTTP Request β Sends the URL to the [Semrush Backlink Checker API](https://rapidapi.com/PrineshPatel/api/semrush-backlink-checker) using a POST request with headers and form data. - Reformat 1 β Extracts high-level backlink overview data like total backlinks and referring domains. - Reformat 2 β Extracts individual backlink records such as source URLs, anchors, and metrics. - Backlink overview β Appends overview metrics into the "backlink overflow" tab of a Google Sheet. - Backlinks β Appends detailed backlink data into the main "backlinks" tab of the same Google Sheet.
---
β Benefits of This Workflow