# ParallelExtractInput

> **Class** in `langchain_parallel`

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

Input schema for Parallel Extract Tool.

## Signature

```python
ParallelExtractInput()
```

## Extends

- `BaseModel`

## Properties

- `urls`
- `search_objective`
- `search_queries`
- `excerpts`
- `full_content`
- `max_chars_total`
- `fetch_policy`
- `client_model`
- `session_id`
- `timeout`

---

[View source on GitHub](https://github.com/parallel-web/langchain-parallel/blob/234dcb368dc21a0291eaf9e7f37c777b5e9a1fcc/langchain_parallel/extract_tool.py#L70)