Actions20
- Check Page Indexation
- Get Backlinks
- Get Domain Emails
- Get Domain Info
- Get Domain Ranking
- Get Keywords Search Volume
- Get Keywords Suggestions
- Get Long Tail Keywords
- Get Moz Analysis
- Get SERP AI Mode
- Get SERP HTML
- Get SERP Results
- Get SERP Text
- Get User Info
- Get Webpage AI Analysis
- Get Webpage SEO Analysis
- Scrape Domain
- Scrape Webpage
- Scrape Webpage JS
- Scrape Webpage JS & Proxy
Overview
This node integrates with the FetchSERP API to retrieve keyword suggestions based on user-defined query parameters. It is useful for SEO specialists, digital marketers, and content creators who want to discover relevant keywords to optimize their content or advertising campaigns. For example, by providing a seed keyword or domain, users can get a list of suggested keywords that help improve search engine rankings or identify new content opportunities.
Properties
| Name | Meaning |
|---|---|
| Query Parameters (JSON) | JSON object specifying query parameters for the keyword suggestions request. Example: {"keyword":"seo tools","language":"en"}. This controls what keywords are suggested. |
Output
- The output is an array of items where each item contains a
jsonfield. - The
jsonfield holds the response from the FetchSERP API for the "Get Keywords Suggestions" operation. - The structure of this JSON depends on the API response but typically includes suggested keywords and related metadata.
- No binary data output is produced by this operation.
Dependencies
- Requires an API key credential for authenticating with the FetchSERP service.
- The base URL defaults to
https://www.fetchserp.combut can be overridden via credentials. - The node makes HTTP GET requests to the
/api/v1/keywords_suggestionsendpoint of the FetchSERP API. - Proper network access to the FetchSERP API endpoint is necessary.
Troubleshooting
Common issues:
- Invalid or missing API token will cause authentication errors.
- Malformed JSON in the "Query Parameters (JSON)" property may cause parsing errors.
- Network connectivity problems can lead to request timeouts or failures.
- Using unsupported or incorrect query parameters may result in API errors or empty results.
Error messages:
"Unknown operation": Indicates the selected operation is not recognized; ensure "Get Keywords Suggestions" is chosen.- HTTP errors returned by the API (e.g., 401 Unauthorized) usually indicate credential issues.
- JSON parsing errors suggest invalid JSON input in the parameters field.
Resolutions:
- Verify the API key is correctly configured and active.
- Validate JSON syntax before inputting it into the node.
- Check internet connection and firewall settings.
- Consult FetchSERP API documentation for valid query parameters.
Links and References
- FetchSERP Official Website
- FetchSERP API Documentation (for detailed parameter and response info)