ai_search
Search the web by query, optionally returning markdown content, with country targeting and JavaScript rendering for dynamic pages.
Instructions
Search the web based on a provided query.
'return_content' is used to return markdown content for each search result. If 'return_content' is set to True, you don't need to use ai_scraper to get the content of the search results urls, because it is already included in the search results. if 'return_content' is set to True, prefer lower 'limit' to reduce payload size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return. | |
| query | Yes | The query to search for. | |
| geo_location | No | Two letter ISO country code to use for the search proxy. | |
| return_content | No | Whether to return markdown content of the search results. | |
| render_javascript | No | Whether to render the HTML of the page using javascript. Much slower, therefore use it only if user asks to use it.First try to search with setting it to False. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |