Use SearchHive nodes in n8n workflows for automated data extraction and processing pipelines.
// n8n workflow node configuration
{
"node": "searchhive",
"parameters": {
"operation": "search",
"query": "={{ $json.companyName }} latest news",
"maxResults": 10,
"freshness": "week"
}
}
// Chain with other nodes:
// SearchHive → Extract → Filter → Google Sheets
// SearchHive → Scrape → AI Summary → Slack