Post Venice AI search results to Slack when Android Device connects
This query runs a web search that is not recorded against you and returns the top results.
Developer info
- API endpoint slug
- venice_ai.search_the_web
- Runtime method
- performQuery("venice_ai.search_the_web"}
Query fields
Search for Text input > Other
- Label
- Search for
- Helper text
- What to search for.
- Slug
- search_for
- Required
- true
- Can have default value
- true
Result count Dropdown list
- Label
- How many results
- Helper text
- Choose how many results to return.
- Slug
- result_count
- Required
- false
- Can have default value
- true
Ingredients
Results summary Results. Derived: shimmy formats the results array into a single text block.
- Slug
- results_summary
- Filter code
- VeniceAi.searchTheWeb.ResultsSummary
- Type
- String
- Example
- 1. Example result title - https://example.com/a 2. Another result title - https://example.com/b
Top result title Top result title.
- Slug
- top_result_title
- Filter code
- VeniceAi.searchTheWeb.TopResultTitle
- Type
- String
- Example
- Example result title
Top result url Top result link.
- Slug
- top_result_url
- Filter code
- VeniceAi.searchTheWeb.TopResultUrl
- Type
- Web URL
- Example
- https://example.com/a
Top result snippet Top result summary. From results[0].content. Carries HTML markup; strip or escape it.
- Slug
- top_result_snippet
- Filter code
- VeniceAi.searchTheWeb.TopResultSnippet
- Type
- String
- Example
- A short extract from the page describing what it covers.
Top result date Top result date. From results[0].date. Kept as a string because the format is unspecified and it can be empty.
- Slug
- top_result_date
- Filter code
- VeniceAi.searchTheWeb.TopResultDate
- Type
- String
- Example
- 2026-08-01
Result count Number of results. Numeric value as a string. Derived: the length of the results array.
- Slug
- result_count
- Filter code
- VeniceAi.searchTheWeb.ResultCount
- Type
- String
- Example
- 5
Query used Search used.
- Slug
- query_used
- Filter code
- VeniceAi.searchTheWeb.QueryUsed
- Type
- String
- Example
- ifttt automation
