Yourtext.Guru
Actions28
- Group Actions
- Guide Actions
- Project Actions
- SEO Txl Actions
Overview
The node integrates with the Yourtext.Guru SEO content optimization platform, specifically providing functionality to retrieve detailed information about a specific guide. The "Get Guide" operation fetches data for a given guide ID and allows filtering by different types of guide data such as brief, PAA (People Also Ask), related information, or SERP data.
This node is useful in scenarios where you want to programmatically access SEO guides created or managed in Yourtext.Guru to analyze or use their recommendations within an automated workflow. For example, marketers can pull the latest SEO guide details to tailor content creation or auditing processes dynamically.
Properties
| Name | Meaning |
|---|---|
| Type of Guide | Selects the type of guide data to retrieve. Options: Guide (default), Guide Brief, Guide PAA, Guide Related Informations, Guide Serp. |
| Guide ID | The unique identifier of the guide to retrieve. This is a required string input. |
Output
The output JSON contains the detailed data of the requested guide based on the selected type. The structure depends on the guide type but generally includes SEO recommendations, semantic analysis, keyword data, and other relevant metadata provided by Yourtext.Guru.
No binary data output is indicated for this operation.
Dependencies
- Requires an API key credential for Yourtext.Guru to authenticate requests.
- The node makes HTTP GET requests to the Yourtext.Guru API endpoint
https://yourtext.guru/api/v2/guides/{guideId}/{guideTypeSearch}. - Proper configuration of the API key credential in n8n is necessary.
Troubleshooting
Common issues:
- Invalid or missing Guide ID will cause the request to fail.
- Incorrect or expired API key credential will result in authentication errors.
- Selecting an unsupported guide type may lead to empty or error responses.
Error messages:
- 404 Not Found: The specified guide ID does not exist.
- 401 Unauthorized: API key is invalid or missing.
- 400 Bad Request: Parameters are malformed or missing.
Resolutions:
- Verify the Guide ID is correct and exists in Yourtext.Guru.
- Ensure the API key credential is valid and properly configured.
- Confirm the guide type option matches one of the supported values.
Links and References
- Yourtext.Guru Official Website
- Yourtext.Guru API Documentation (for detailed API endpoints and parameters)