Skip to content
Tools / Web Search
Web Search icon

Web Search

Web, news, images & maps — one tool

Web Search gives you structured Google search results across 11 different content types — web pages, news, images, videos, maps, places, reviews, shopping, academic papers, patents, and search suggestions. All returned as clean, parseable data with no HTML to strip out.

This is the essential tool for anything that requires up-to-date information. Unlike AI knowledge that has a cutoff date, web search pulls live results, breaking news, current prices, and the latest research — exactly what you need when the answer might have changed since training data was collected.

What you can do

  • search — web search with organic results, knowledge panel, and related searches
  • news — recent news articles for any topic, with source, date, and snippet
  • images — image search results with thumbnails and source URLs
  • videos — video results from across the web
  • maps — map search for locations, addresses, and businesses
  • places — local business listings with ratings, hours, and contact info
  • reviews — review aggregations for businesses and products
  • shopping — product listings with prices, merchants, and availability
  • scholar — academic papers and research citations
  • patents — patent search across major patent databases
  • autocomplete — search suggestions for a partial query

Who it's for

Researchers who need current information beyond training data. Journalists fact-checking and sourcing stories. Marketers tracking news and competitor mentions. Developers building search-augmented applications. Anyone who needs a live, real-world answer.

How to use it

  1. Use search for general web queries — it returns the top organic results with titles, snippets, and URLs
  2. Use news for time-sensitive topics — add a time range filter (h, d, w, m, y) to narrow recency
  3. Use images when you need visual results or source URLs for images
  4. Add country and language codes for geo-targeted results

Getting started

Connect your search account to enable all 11 skills. The search skill is the best starting point for most queries.

Web Search

Search Google and return structured results including organic listings, knowledge graph, answer box, People Also Ask, and related searches.

Returns: Organic results, knowledge graph, answer box, People Also Ask, and related searches
Image Search

Search Google Images and return an array of image results with titles, source URLs, and thumbnail links.

Returns: Array of image results with title, imageUrl, imageWidth, imageHeight, source, and link
News Search

Search Google News and return an array of news articles with titles, snippets, publication dates, and source information.

Returns: Array of news articles with title, link, snippet, date, and source
Video Search

Search Google Videos and return an array of video results with titles, channels, durations, and thumbnail links.

Returns: Array of video results with title, link, snippet, channel, date, and duration
Maps Search

Search Google Maps and return an array of place results with names, addresses, ratings, coordinates, and business details.

Returns: Array of places with title, address, latitude, longitude, rating, and category
Places Search

Search Google Places and return places with names, addresses, phone numbers, ratings, review counts, and hours. Pass lat + lng + radius_km (or radius_mi) for precise circular geo filtering when a location string is too fuzzy.

Returns: Array of places with title, address, phone, rating, reviewsCount, and hours; when radius filtering is used each kept place is annotated with distance_km and distance_mi from the center
Reviews Search

Retrieve Google reviews for a specific place. Requires a Google Place ID (CID, FID, or place_id) — call places_search or maps_search first to find the place ID, then pass it here. Supports sorting by relevance, newest, highest, or lowest rating.

Returns: Reviews array with author, rating, date, and snippet, plus place summary
Shopping Search

Search Google Shopping and return an array of product results with titles, prices, ratings, merchants, and product links.

Returns: Array of shopping results with title, price, source, link, rating, and delivery info
Scholar Search

Search Google Scholar and return academic papers with titles, authors, citation counts, publication year, and links.

Returns: Array of academic results with title, link, snippet, citedBy count, year, and authors
Patent Search

Search Google Patents and return patent results with titles, patent numbers, inventors, filing dates, and abstracts.

Returns: Array of patent results with title, patentNumber, snippet, priorityDate, and inventor
Autocomplete

Get Google autocomplete suggestions for a query prefix. Useful for keyword research, content ideation, and understanding search intent.

Returns: Array of autocomplete suggestion strings
Loading reviews...

Loading activity...

v0.062026-05-08
  • places_search radius filter now accepts radius_mi as an alternative to radius_km — pick whichever unit you prefer. Each kept place is annotated with both distance_km and distance_mi; the card label uses whichever unit the caller passed in.
v0.052026-05-08
  • places_search accepts optional lat, lng, and radius_km for precise circle filtering — drops places outside the radius and annotates kept ones with distance_km. Useful when a location string alone is too fuzzy.
v0.042026-05-08
  • reviews_search now requires a placeId up front with a clear hint to fetch one via places_search or maps_search first — replaces the cryptic upstream error
v0.032026-04-26
  • News, image, video, shopping, places, maps, scholar, and patent results now keep titles, links and key fields visible in concise mode
v0.022026-03-22
  • Added subtitle, expanded description, and agent instructions
v0.012026-03-20
  • Initial release

Web Search Use Cases(10)

Browse all 10 Web Searchguides →
Open Research Market Trends

Research Market Trends

Identify emerging market trends by combining web search results with the latest news coverage across your industry.

Web Search icon
Web Search
4 agent guides
Open Monitor Brand Mentions

Monitor Brand Mentions

Track where and how your brand is being discussed across the web and in news coverage.

Web Search icon
Web Search
4 agent guides
Open Search Papers by Topic

Search Papers by Topic

Find relevant academic papers on any research topic across millions of scholarly publications.

Academic Research icon
Academic Research
4 agent guides
Open Geocode Addresses to Coordinates

Geocode Addresses to Coordinates

Convert street addresses into precise latitude and longitude coordinates for mapping and spatial analysis.

Address Geocoding icon
Address Geocoding
4 agent guides
See every Web Searchuse case (Claude, ChatGPT, Copilot, OpenClaw guides) →

Related Tools

Related Categories

Frequently Asked Questions

What kinds of search results can it return?

It can return web, news, images, videos, maps, places, reviews, shopping, academic papers, patents, and autocomplete results.

Can I use it for current news or research?

Yes. It is built for research and up-to-date information.

Does it support country-specific results?

Yes. The country_code setting controls the default country for localized queries.

How is it different from scraping a search page?

It returns structured results directly, so you do not have to parse HTML search pages yourself.