Actions28
- Backlink Actions
- SERP Actions
- Business Data Actions
- On Page Actions
- Keywords Data Actions
- Labs Actions
Overview
The node integrates with the DataForSEO API to retrieve financial market data from Google Finance. Specifically, the "Get Finance Markets" operation under the "SERP" resource fetches market summaries such as indexes, most active stocks, gainers, losers, cryptocurrencies, and currencies based on specified location and language settings.
This node is beneficial for users who want to monitor real-time or recent financial market trends, perform market analysis, or integrate financial data into workflows for reporting, alerting, or further processing.
Practical examples:
- Fetching the list of most active stocks in the US market.
- Retrieving cryptocurrency market data localized to a specific country and language.
- Getting regional index summaries like Europe Middle East Africa indexes.
Properties
| Name | Meaning |
|---|---|
| Location | Full name of the search engine location to target the market data (e.g., "United States"). Supported locations are listed in the DataForSEO documentation. |
| Language | Full name of the search engine language to localize the results (e.g., "English"). Supported languages are listed in the DataForSEO documentation. |
| Market Type | The category of financial markets to retrieve. Options include: - Empty (no filter) - Indexes - Indexes/Americas - Indexes/Europe Middle East Africa - Indexes/Asia Pacific - Most Active - Gainers - Losers - Climate Leaders - Cryptocurrencies - Currencies |
Output
The node outputs an array of JSON objects representing the requested financial market data. Each object contains structured information about market entities such as stock indexes, individual stocks, cryptocurrencies, or currencies depending on the selected market type.
The exact structure varies by market type but generally includes fields like market name, symbol, price, change, volume, and other relevant financial metrics.
No binary data output is produced by this operation.
Dependencies
- Requires an active DataForSEO API account with valid API credentials (an API key or token).
- The node uses the DataForSEO v3 API endpoint
https://api.dataforseo.com/v3. - Proper configuration of the API credential in n8n is necessary for authentication.
Troubleshooting
Common issues:
- Invalid or missing API credentials will cause authentication errors.
- Incorrect or unsupported location or language names may result in empty responses or errors.
- Selecting a market type not supported for the given location/language combination might yield no data.
Error messages:
"Something went wrong": A generic error indicating failure in the API call or internal processing. Check API credentials, network connectivity, and parameter correctness.- Credential-related errors typically indicate misconfiguration of the API key/token in n8n.
Resolution tips:
- Verify that the location and language values match those documented by DataForSEO.
- Ensure the API credentials are correctly set up and have sufficient permissions.
- Test the API call parameters directly via DataForSEO's API documentation or Postman to isolate issues.