The /google-search command provides comprehensive search capabilities across Google’s ecosystem. Perfect for:

  • Information gathering and research
  • News and current events monitoring
  • Local business searches
  • Knowledge graph information
  • Video and image searches
  • Patent and academic research
  • Shopping and product research

Basic Usage

Search for specific information across different Google services:

/google-search query:"latest developments in AI technology"
/google-search find:"local restaurants" in:NYC
/google-search news:"climate change initiatives" in:US,UK

Required Parameters

  • query: Search term or phrase
    • Regular search terms
    • Advanced operators (site:, inurl:, intitle:)
    • Boolean operators (AND, OR, NOT)
    • Exact phrases in quotes

Optional Parameters

Geographic Targeting

  • location: Search origin location (city level)
    • Single city targeting
    • Regional result customization
    • Local search optimization
  • uule: Google-encoded location
    • Precise location targeting
    • Cannot be used with location parameter

Localization Settings

  • google_domain: Target Google domain
    • google.com (default)
    • Country-specific domains (google.co.uk, google.fr, etc.)
  • gl: Country code for search
    • US: United States results
    • UK: United Kingdom results
    • FR: France results
  • hl: Interface language
    • en: English
    • es: Spanish
    • fr: French
  • cr: Content country restriction
    • countryUS: U.S. pages only
    • countryUK: U.K. pages only
    • Multiple countries: countryUS|countryUK
  • lr: Content language restriction
    • lang_en: English content
    • lang_es: Spanish content
    • Multiple languages: lang_en|lang_es

Advanced Search Parameters

Search Type (tbm parameter)

# Different search types:
tbm=       # Regular search (default)
tbm=isch   # Image search
tbm=vid    # Video search
tbm=nws    # News search
tbm=shop   # Shopping search
tbm=lcl    # Local search
tbm=pts    # Patents search

Safety and Filtering

# Content filtering options:
safe=active    # Filter explicit content
safe=off       # No content filtering

# Result filtering:
filter=1       # Enable similar/omitted results filtering
filter=0       # Disable filtering
nfpr=1         # Disable auto-correction

Business and Knowledge Graph

# Business listing search:
ludocid=[ID]   # Search specific business
lsig=[ID]      # Force map view

# Knowledge graph:
kgmid=[ID]     # Target specific entity

Results Control

Pagination

# Regular search pagination:
start=0    # First page
start=10   # Second page
start=20   # Third page

# Local results pagination:
start=0    # First page
start=20   # Second page
start=40   # Third page

Results Per Page

# Control number of results:
num=10     # Default results
num=30     # Extended results
num=100    # Maximum results

Example Commands

/google-search query:"electric vehicle market trends" gl:us hl:en

Local Business Search with Map

/google-search find:"coffee shops" location:"San Francisco" tbm=lcl
/google-search news:"renewable energy" cr:countryUS|countryUK tbm=nws

Academic Research with Patents

/google-search research:"quantum computing" tbm=pts gl:us
/google-search entity:"company name" kgmid=[ID] gl:us

Response Information

The command returns comprehensive data including:

  • Search metadata
    • Query processing time
    • Total results count
    • Results status
  • Organic results
    • Title and URL
    • Snippet and highlights
    • Rich snippets
    • Source information
  • Knowledge graph data
  • Related questions
  • Related searches
  • Pagination information

Special Features

Enhanced Search Capabilities

Available features include:

  • Rich snippets
  • Knowledge graph integration
  • Local business information
  • News and video results
  • Shopping information
  • Patent data

Tips for Best Results

  1. Use advanced operators effectively:
# Site-specific search
query:"site:example.com search term"

# Title search
query:"intitle:specific title"

# URL search
query:"inurl:specific-url-part"
  1. Combine language and country restrictions:
# English content from UK sites
/google-search query:"term" cr:countryUK lr:lang_en
  1. Optimize local searches:
# Local business with map view
/google-search find:"restaurants" location:"Chicago" tbm=lcl lsig=[ID]

Error Resolution

Common Issues and Solutions:

  1. Location Parameters
  • Don’t use location and uule together
  • Verify city-level location accuracy
  • Check country code validity
  1. Pagination Issues
  • Use correct start increments (10 for regular, 20 for local)
  • Verify maximum result limits
  • Check result availability
  1. Language Settings
  • Verify language code compatibility
  • Check content availability
  • Confirm interface language support
  1. Knowledge Graph
  • Verify entity ID accuracy
  • Check data availability
  • Confirm market coverage

Remember: The system supports natural language queries and will interpret your requirements appropriately while applying the necessary technical parameters.