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 various types of search engine and web data. Specifically, for the "Get User Info" operation, it fetches information about the authenticated user associated with the provided API token. This can be useful for verifying account details, usage limits, or subscription status.
Common scenarios include:
- Checking the current user's account information before performing other API calls.
- Validating that the API key is correct and active.
- Retrieving metadata about the user for logging or auditing purposes.
Example: A workflow might start by calling this operation to confirm the user’s identity and permissions before proceeding with domain analysis or keyword research tasks.
Properties
| Name | Meaning |
|---|---|
| Query Parameters (JSON) | JSON object containing query parameters to customize the request. For "Get User Info", typically empty or {}. |
Note: The "Query Parameters (JSON)" property allows passing additional parameters as a JSON object, but for the "Get User Info" operation, no specific parameters are required or used.
Output
The node outputs an array of items where each item contains a json field holding the response from the FetchSERP API.
For the "Get User Info" operation, the json output includes user-related information returned by the API, such as user ID, email, plan details, usage statistics, or other account metadata depending on the API's response structure.
No binary data is produced by this operation.
Dependencies
- Requires an API authentication token credential for the FetchSERP service.
- The base URL defaults to
https://www.fetchserp.combut can be overridden in credentials. - The node makes HTTP requests to the FetchSERP API endpoints using the provided token.
Troubleshooting
- Invalid or missing API token: The node will throw an error if the API token is invalid or not provided. Ensure the credential is correctly configured.
- Unknown operation error: If the operation name is incorrect or unsupported, the node throws an error indicating the unknown operation.
- Malformed JSON in Query Parameters: If the JSON input for query parameters is invalid, parsing will fail. Verify the JSON syntax.
- API rate limits or network issues: Errors from the API or connectivity problems will cause the node to fail unless "Continue On Fail" is enabled, in which case errors are returned in the output JSON.
Links and References
- FetchSERP Official Website
- FetchSERP API Documentation (for detailed info on user info and other endpoints)