query or keywords parameter support a Lucene-style search syntax. This gives you precise control over what results are returned.
Quick Reference
Plain Keywords
Space-separated keywords are treated as OR queries — results matching any of the terms are returned.Quoted Phrases
Wrap terms in double quotes to match an exact phrase:Boolean Operators
Two boolean operators are supported:AND and OR. They are case-insensitive.
- AND
- OR
Both terms must be present in the result.
Grouping with Parentheses
Use parentheses to control operator precedence:Without parentheses, operators are evaluated left to right. Use grouping to make your intent explicit, especially when mixing AND and OR.
Platform-Specific Search Scope
Different tools search different fields depending on the platform:Examples by Platform
Twitter
Find posts about AI from specific conversations:Find posts mentioning a user:
Instagram
Find fashion-related posts:Find food content in a specific cuisine:
Reddit
Find technical discussions:Find product reviews:
TikTok
TikTok
Find trending content:Find educational content:
Syntax Rules
Unsupported Syntax
The following are not supported and will be stripped or treated as spaces:Related
- Field Selection — Control which fields are returned in results
- Response Modes — Choose how results are delivered

