Description
n8n integration for TalorData SERP API
You can integrate source=n8n&utmterm=n8n”>TalorData SERP API key starting with sk_.
Specific steps
#### Installation
Install the TalorData node from the n8n Community Nodes panel:
Settings > Community Nodes。Install。n8n-nodes-talordata-serp
After installation, n8n will add:
#### Configure Credentials
Before adding nodes to the production workflow, it is recommended to create TalorData credentials:
#### Create Your First Workflow
Run a TalorData search in n8n:
The node returns the TalorData SERP JSON response along with request metadata for the selected operation. You can pass the output to downstream n8n nodes, such as AI Agents, Code nodes, databases, spreadsheets, notification services, or reporting tools.
Example: Google Search
You can use this action when you need to retrieve standard web search results from Google.
Operation: Google Search
Search Query: coffee
Country/Region: United States
Language: English
Number of results: 10
Typical use cases include market research, SEO monitoring, competitor analysis, and retrieval-augmented AI workflows.
Example: Bing Image Search
This action can be used when the workflow needs to retrieve image search results from Bing.
Operation: Bing Image Search
Search Query: coffee
Country/Region: United States
Market: en-US
Result count: 10
Example: Google Lens Search
Google Lens Search can be used when the workflow takes an image URL as input.
Operation: Google Lens Search
Image URL: https://example.com/image.png
Example: Yandex Search
Yandex Search can be used when a workflow requires Yandex SERP results.
Operation: Yandex Search
Search Query: coffee
Advanced Usage: Raw SERP Request
You can use a Raw SERP Request when you want to select a pre-generated SERP action while manually passing advanced parameters.
Operation: Raw SERP Request
Raw Action: Google Lens Search
Raw Query: https://example.com/image.png
Extra Parameters JSON: {"hl":"en"}
The node automatically uses the correct query field based on the selected action—such as q、text、url、productid、patentid、author_id or trend。
The Extra Parameters JSONmust be a valid JSON object. This field is merged into the request after the visible form fields. The node controls the engine and the default json=2 value, so extra parameters cannot override the selected search engine.
Supported operations
Talordata SERP nodes expose SERP actions generated from TalorData metadata. The list of actions includes:
Each explicit action displays only the parameters it supports. To pass advanced parameters not shown in the form, use the Extra Parameters JSON field.
Troubleshooting
#### 401 or 403 error
Please check:
> If necessary, please generate a new SERP API Key in TalorData and update the n8n credentials.
#### 400 error
Please check:
#### 429 error
If the workflow triggers rate limiting, you can try:
#### Network error
If n8n cannot access TalorData, please check:
Resources
For TalorData SERP API account, quota, or API key issues, contact TalorData support through the support channel listed in your TalorData account or dashboard.
For detailed integration tutorials and API documentation, visit the TalorData Documentation.
—
Learn More
Ready to build AI agents with real-time search in n8n?
Explore the Integration Documentation
—
> TalorData brings real‑time search to n8n, enabling developers to build AI agents and workflows with fresh, structured, and reliable search data.