> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dumplingai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Search

> Find web, news, maps, places, and reviews through one API.

# Search

DumplingAI Search includes general web search, news search, Google Maps, Google Places, autocomplete, and Google reviews in one workflow.

## What it does

* Search the web for pages and content
* Search news results
* Search maps and places
* Fetch autocomplete suggestions and business reviews

## Common use cases

* Research competitors, companies, and topics
* Build lead lists from maps and places results
* Monitor news around a brand or keyword
* Enrich automations with live search context
* Pull reviews and local business details for local-market research

## Why use it

Instead of wiring up separate search, maps, places, and reviews providers, you can use one platform and pass the results into scrape, extract, or AI workflows.

## Search includes maps and places

* Use `search` for broad web results
* Use `search_news` for news-specific results
* Use `search_maps` and `search_places` for local business and location data
* Use `get_google_reviews` when you need review content for a specific business

## Related endpoints

<CardGroup cols={2}>
  <Card title="Web Search API" icon="book" href="/api-reference/endpoint/search">
    Search the web and return live results
  </Card>

  <Card title="Search News" icon="magnifying-glass" href="/api-reference/endpoint/search-news">
    Find recent news coverage
  </Card>

  <Card title="Search Maps" icon="globe" href="/api-reference/endpoint/search-maps">
    Search map listings and locations
  </Card>

  <Card title="Search Places" icon="globe" href="/api-reference/endpoint/search-places">
    Find businesses and place details
  </Card>

  <Card title="Get Google Reviews" icon="magnifying-glass" href="/api-reference/endpoint/get-google-reviews">
    Fetch review data for a business
  </Card>
</CardGroup>
