# 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`
- `fetch_policy`
- `timeout`

---

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