GoogleProxy

This task allows for searching Google via a proxy.

Cognotik | GoogleProxy
⚙️ CrawlerTaskExecutionConfigData

{
  "search_query": "latest trends in AI orchestration",
  "max_results": 20
}
            
🔍 SeedItem Results
Top 10 AI Orchestration Trends for 2024
Explore how autonomous agents and proxy-based search are revolutionizing...
Building Scalable Crawler Agents
A deep dive into using GoogleProxy for dynamic seed generation in large-scale...

Runtime Configuration

These parameters are passed during task execution via CrawlerTaskExecutionConfigData.

Field Type Description
search_query * String The primary search term. Leading/trailing whitespace is trimmed automatically.

Output Data (SeedItem)

Field Type Description
link String The destination URL of the search result.
title String The page title as indexed by Google.
additionalData Map Contains snippet, pagemap, and displayLink.