Research Market Trends
Identify emerging market trends by combining web search results with the latest news coverage across your industry.
Web, news, images & maps — one tool
Structured Google results across 11 types: web, news, images, videos, maps, places, reviews, shopping, academic papers, patents, and autocomplete. Returns clean data without HTML parsing. Essential for research and up-to-date information.
Search Google and return structured results including organic listings, knowledge graph, answer box, People Also Ask, and related searches.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "web-search",
"skill": "search",
"input": {
"query": "best project management tools 2025"
}
}' \
https://api.toolrouter.com/v1/tools/callSearch Google Images and return an array of image results with titles, source URLs, and thumbnail links.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "web-search",
"skill": "image_search",
"input": {
"query": "iPhone 16 Pro wallpaper"
}
}' \
https://api.toolrouter.com/v1/tools/callSearch Google News and return an array of news articles with titles, snippets, publication dates, and source information.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "web-search",
"skill": "news_search",
"input": {
"query": "artificial intelligence regulation",
"timeRange": "d"
}
}' \
https://api.toolrouter.com/v1/tools/callSearch Google Videos and return an array of video results with titles, channels, durations, and thumbnail links.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "web-search",
"skill": "video_search",
"input": {
"query": "TypeScript generics tutorial"
}
}' \
https://api.toolrouter.com/v1/tools/callSearch Google Maps and return an array of place results with names, addresses, ratings, coordinates, and business details.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "web-search",
"skill": "maps_search",
"input": {
"query": "best pizza",
"location": "Brooklyn, NY"
}
}' \
https://api.toolrouter.com/v1/tools/callSearch Google Places and return detailed place results with names, addresses, phone numbers, ratings, reviews count, and opening hours.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "web-search",
"skill": "places_search",
"input": {
"query": "specialty coffee",
"location": "San Francisco, CA"
}
}' \
https://api.toolrouter.com/v1/tools/callRetrieve Google reviews for a specific place. Supports sorting by relevance, newest, highest, or lowest rating.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "web-search",
"skill": "reviews_search",
"input": {
"query": "The French Laundry Yountville",
"placeId": "ChIJaYb0r89VhYARFDAjD7qnXKA"
}
}' \
https://api.toolrouter.com/v1/tools/callSearch Google Shopping and return an array of product results with titles, prices, ratings, merchants, and product links.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "web-search",
"skill": "shopping_search",
"input": {
"query": "Sony WH-1000XM5 headphones"
}
}' \
https://api.toolrouter.com/v1/tools/callSearch Google Scholar and return academic papers with titles, authors, citation counts, publication year, and links.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "web-search",
"skill": "scholar_search",
"input": {
"query": "transformer architecture attention mechanism"
}
}' \
https://api.toolrouter.com/v1/tools/callSearch Google Patents and return patent results with titles, patent numbers, inventors, filing dates, and abstracts.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "web-search",
"skill": "patent_search",
"input": {
"query": "natural language processing neural network"
}
}' \
https://api.toolrouter.com/v1/tools/callGet Google autocomplete suggestions for a query prefix. Useful for keyword research, content ideation, and understanding search intent.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "web-search",
"skill": "autocomplete",
"input": {
"query": "how to build a"
}
}' \
https://api.toolrouter.com/v1/tools/callclaude mcp add --transport stdio \
--env TOOLROUTER_API_KEY=YOUR_API_KEY \
toolrouter -- npx -y toolrouter-mcpcurl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{"tool":"web-search","skill":"search","input":{}}' \
https://api.toolrouter.com/v1/tools/callIdentify emerging market trends by combining web search results with the latest news coverage across your industry.
Track where and how your brand is being discussed across the web and in news coverage.
Find relevant academic papers on any research topic across millions of scholarly publications.
Convert street addresses into precise latitude and longitude coordinates for mapping and spatial analysis.
Build a complete content creation pipeline from keyword research through deep topic research to visual asset generation.
Monitor your brand presence across news, social media, and trending content while maintaining brand identity consistency.
Optimize your local search presence with schema markup auditing, GEO optimization, and local search result analysis.
Build a data-driven SEO content strategy from keyword research through SERP analysis to deep topic research for content differentiation.
It can return web, news, images, videos, maps, places, reviews, shopping, academic papers, patents, and autocomplete results.
Yes. It is built for research and up-to-date information.
Yes. The country_code setting controls the default country for localized queries.
It returns structured results directly, so you do not have to parse HTML search pages yourself.