Google Search
Web Search
This document outlines the functionality and characteristics of the Web Search node, which enables automated search queries across Google and Bing search engines.
Node Inputs
Required Fields
- Query: Your search term or phrase
Optional Fields
- Results Count: Number of results to return (default: 5)
- Use Advanced Search: Toggle for enhanced search capabilities
- Engine: Choose between Google, Bing, Images, Hotels, Events, or News
- Country: Select search region
- Event Dates: For Google Events searches (when Engine is set to Events)
Node Outputs
- URLs: List of webpage URLs from search results
- Snippets: List of descriptions for each result
Node Functionality
The Web Search node performs searches using Google’s Custom Search API and Bing’s Web Search API.
Key features include:
- Basic and advanced search options
- Multiple search engine types
- Regional search targeting
- Customizable result count
- Loop Mode support for multiple searches
Example Workflows
1. Competitor Content Analysis
2. Industry News Monitoring
3. Social Media Content Research
4. Event Marketing Pipeline
Best Practices
Query Optimization
- Use specific keywords for targeted results
- Include
site:
operator for domain-specific searches- Example: Site:Linkedin.com/in
- Combine with the Filter node for refined results
Handling Result Count with Advanced Search
When using advanced search, the Results Count parameter will be disabled due to SERP API limitations. To control the number of results:
- Add a List Trimmer node after your Web Search node
- Configure the List Trimmer to keep your desired number of items
- Connect the URLs, Snippets, or Titles output to the List Trimmer input
Engine Selection
- Google: Best for general web searches and comprehensive results
- Bing: Alternative perspective and sometimes different results
- News: Recent articles and press releases
- Events: Upcoming conferences, webinars, meetups
- Images: Visual content and media
- Hotels: Travel and accommodation information
Important Considerations
- Basic search costs 2 credits per run
- Advanced search costs 5 credits per run
In summary, the Web Search node provides flexible search capabilities across multiple engines, making it a versatile starting point for research, monitoring, and content aggregation workflows. Its integration with other nodes enables powerful automation sequences for various business needs.