Export WordPress post data, categories, and tags via the WP REST API directly to Google Sheets for comprehensive SEO audits. This powerful n8n workflow automates data consolidation.
Download this n8n workflow template and start using it instantly.
Manually gathering post data, including taxonomy IDs, from a WordPress site can be a time-consuming and error-prone process. This specialized n8n workflow solves this problem by leveraging the WordPress REST API to efficiently extract posts, categories, and tags in parallel. The real power of this n8n automation lies in its ability to consolidate the disparate data streams: it fetches category and tag IDs assigned to posts, and then uses a custom n8n node to look up and append the actual names, replacing the IDs. The final output is a clean, structured table ready for SEO analysis within Google Sheets. This n8n template is triggered via a simple web form, requiring only the target WordPress URL and the desired post limit.
The n8n workflow begins execution using the dedicated Form Trigger n8n node. Users submit the WordPress URL and the maximum number of posts they wish to export.
per_page limit (defaulted to 100) for fetching taxonomies, ensuring we capture all necessary category and tag metadata.={{ $json.URL }}/wp-json/wp/v2/posts?per_page={{ $json['Post limit'] }}.onError: continueErrorOutput to handle API failures gracefully by routing to a dedicated error message form.tagsById, categoriesById) before enriching the post JSON objects with new categoryNames and tagNames properties.link, title.rendered, categoryNames, tagNames) to the required Google Sheet column headers (URL, Title, Categories, Tags).This powerful n8n workflow automatically exports all published posts from your WordPress site, processes the data into a clean CSV file, and uploads it directly to Google Drive. Start using this efficiency-boosting n8n template today.

Use this powerful n8n workflow to automatically extract keywords, page performance, and daily metrics from Google Search Console and append the data directly into your Google Sheets.

Automate exporting SmartBill PDF invoices to Google Drive using this reusable n8n workflow. Includes folder creation, file fetching via HTTP Request, and robust looping.

Use this powerful n8n workflow to effortlessly export Zammad Users, Roles, Groups, and Organizations into separate, clean Excel files. Ideal for backup and reporting using this versatile n8n template.

Use this robust n8n workflow to automatically export your latest Strava activities into Google Sheets every two hours, ensuring no duplicate entries are created. Perfect for data logging.

Use this powerful n8n workflow to extract all execution logs and monitoring data directly from your n8n instance using the specialized n8n node, converting results immediately to CSV for analysis and reporting. A perfect addition to your n8n templates library.








































