# ParallelSearchClient

> **Class** in `langchain_parallel`

📖 [View in docs](https://reference.langchain.com/python/langchain-parallel/_client/ParallelSearchClient)

Synchronous client for Parallel Search API using the Parallel SDK.

## Signature

```python
ParallelSearchClient(
    self,
    api_key: str,
    base_url: str = 'https://api.parallel.ai',
)
```

## Constructors

```python
__init__(
    self,
    api_key: str,
    base_url: str = 'https://api.parallel.ai',
)
```

| Name | Type |
|------|------|
| `api_key` | `str` |
| `base_url` | `str` |


## Properties

- `api_key`
- `base_url`
- `client`

## Methods

- [`search()`](https://reference.langchain.com/python/langchain-parallel/_client/ParallelSearchClient/search)

---

[View source on GitHub](https://github.com/parallel-web/langchain-parallel/blob/7946e2f5339c689b452621744a27f1a019215639/langchain_parallel/_client.py#L48)