<!-- Source: https://docs.squirro.com/en/latest/api/squirro_client.topic.SmartAnswersMixin.html -->
# SmartAnswersMixin

**`class SmartAnswersMixin`**

Bases: [`object`](https://docs.python.org/3.11/library/functions.html#object)

Methods SummaryMethods Documentation

**`get_similar_searches(project_id, query, options=None)`**

Find similar searches in popular queries given the input query

Parameters

- `project_id` ([`str`](https://docs.python.org/3.11/library/stdtypes.html#str)) – Id of the Squirro project.
- `query` ([`str`](https://docs.python.org/3.11/library/stdtypes.html#str)) – The query that is used to find similar searches.
- `options` ([`dict`](https://docs.python.org/3.11/library/stdtypes.html#dict)) – An optional dictionary to override default options

Return type

[`dict`](https://docs.python.org/3.11/library/stdtypes.html#dict)
