# WebSearchOptions

> **Class** in `langchain_perplexity`

📖 [View in docs](https://reference.langchain.com/python/langchain-perplexity/types/WebSearchOptions)

## Signature

```python
WebSearchOptions()
```

## Extends

- `BaseModel`

## Properties

- `search_context_size`
- `user_location`
- `search_type`
- `image_search_relevance_enhanced`

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/fb6ab993a73180538f6cca876b3c85d46c08845f/libs/partners/perplexity/langchain_perplexity/types.py#L16)