Ask a question to get started
Enter to sendā¢Shift+Enter new line
results( self, query: str, num_results: int, engines: Optional[List
query
str
The query to search for.
query_suffix
Optional[str]
''
Extra suffix appended to the query.
num_results
int
Limit the number of results to return.
engines
Optional[List[str]]
None
categories
**kwargs
Any
{}
Run query through Searx API and returns the results with metadata.
List of engines to use for the query.
List of categories to use for the query.
extra parameters to pass to the searx API.