Tiny Search

Tiny Search lets you search the web from within a workflow. Use it for research, competitor monitoring, content discovery, or lead generation.

Type: TINY_SEARCH Color: Purple gradient (#8133F1#360083) Credits: 10 per run Test module: Yes (can skip)

Configuration

Tiny Search Initialise
Tiny Search: configure your web search query
FieldTypeRequiredDescription
Search queryFX formulaYesThe search query (supports variables)
Number of resultsFX formulaYesHow many results to return

Templates

TemplateUse case
Market ResearchIndustry trends and market data
Competitor AnalysisMonitor competitor activity
Lead GenerationFind potential customers
Content ResearchDiscover content ideas and sources

Output

Returns an array of search results, each with URL, title, and snippet. Use with a For Each loop to process each result.

Tip

Be specific in your search query. Include quotes for exact phrases, site: for domain-specific search, and date ranges for recent results.

How search results work

Tiny Search returns an array of results. Each result includes:

FieldDescription
URLThe page URL
TitleThe page title
SnippetA text excerpt from the page

Use with a For Each loop to process each result:

Tiny Search → For Each (results) → Scrape Page (get full content) → TinyGPT (analyze)

Search query tips

TechniqueExampleEffect
Exact phrase"workflow automation"Match exact phrase
Site-specificSet domain to competitor.comOnly results from that domain
Exclude termsautomation -zapierExclude results mentioning Zapier
Recent resultsautomation tools 2026Include year for recency

Common patterns

Competitive monitoring

Schedule (daily) → Tiny Search ("competitor name news") → For Each → 
  Scrape Page (get article) → GPT Researcher (summarize key points) → 
  Send Email (daily digest)

Content research pipeline

Manual Trigger (topic) → Tiny Search (research query) → 
  For Each (top 5 results) → Scrape Page → 
  TinyGPT (extract key facts) → GPT Writer (draft article)

Lead discovery

Schedule (weekly) → Tiny Search ("CTO fintech startup hiring") → 
  For Each → Person Enrichment → Create Record (add to leads table)
Warning

Search results are from the live web and may change. For reproducible workflows, save search results to a database or TinyTable instead of relying on re-running the same search.